@media (max-width: 1019px) {
  .p-menu .pm-search {
    margin: 20px 2px 30px;
    display: block;
  }

  .p-menu .pm-search input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
  }
}

.p-menu .pms-inner {
  margin: -2px 0 0;
  position: relative;
  top: -2px;
  overflow: hidden;
  white-space: nowrap;
}

.p-menu .pms-inner i {
  vertical-align: top;
  font-size: 20px;
  line-height: 100%;
  position: absolute;
  left: 9px;
  top: 8px;
  color: #333;
}

.p-menu .pms-inner input[type="text"] {
  height: 35px;
  border-radius: 2px;
  padding: 0 10px 0 40px;
}

@media (min-width: 768px) {
  .p-menu .pms-inner input[type="text"] {
    border: 1px solid #fff;
    width: 50px;
    background: transparent;
    position: relative;
    z-index: 1;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }

  .p-menu .pms-inner input[type="text"]:focus {
    border-color: #DFDFDF;
    width: 200px;
  }
}

.photos {
  margin: 2px 0 0;
}

.photos .lightbox {
  margin: 0 -8px;
}

.photos:not(.p-timeline) [data-src] {
  padding: 3px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}

.p-timeline {
  position: relative;
  padding-left: 80px;
  margin-bottom: 75px;
}

.p-timeline [data-src] {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 3px 3px 0;
}

.p-timeline:last-child .pt-line:before {
  height: 100%;
}

.ptb-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.pt-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 14px;
}

.pt-line:before,
.pt-line:after {
  content: "";
  position: absolute;
}

.pt-line:before {
  width: 1px;
  height: calc(100% + 63px);
  background: #E2E2E2;
  top: 14px;
  right: -20px;
}

.pt-line:after {
  top: 2px;
  right: -26px;
  width: 13px;
  height: 13px;
  border: 1px solid #C1C1C1;
  border-radius: 50%;
}

.contacts:not(.c-profile) {
  padding: 0 8px;
}

.contacts > [class*="col-"] {
  padding: 0 10px;
}

.contacts .c-item {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  margin-bottom: 24px;
}

.contacts .c-item .ci-avatar {
  display: block;
}

.contacts .c-item .ci-avatar img {
  width: 100%;
  border-radius: 2px 2px 0 0;
}

.contacts .ci-avatar {
  margin: -1px -1px 0;
}

.contacts .c-info {
  text-align: center;
  margin-top: 15px;
  padding: 0 5px;
}

.contacts .c-info strong {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.contacts .c-info small {
  color: #999;
  margin-top: 3px;
}

.contacts .c-info strong,
.contacts .c-info small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.contacts .c-footer {
  border-top: 1px solid #e2e2e2;
  margin-top: 18px;
}

.contacts .c-footer > button {
  padding: 4px 10px 3px;
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: 500;
  border-radius: 2px;
  background: #fff;
  border: 0;
}

.contacts .c-footer > button > i {
  font-size: 16px;
  vertical-align: middle;
  margin-top: -3px;
}

.z-depth-1 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.z-depth-1-top {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.z-depth-1-bottom {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

.z-depth-2 {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

.z-depth-2-top {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19);
}

.z-depth-2-bottom {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
}

.z-depth-3 {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
}

.z-depth-3-top {
  box-shadow: 0 17px 50px rgba(0, 0, 0, 0.19);
}

.z-depth-3-bottom {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24);
}

.z-depth-4 {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22), 0 25px 55px rgba(0, 0, 0, 0.21);
}

.z-depth-4-top {
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.21);
}

.z-depth-4-bottom {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
}

.z-depth-5 {
  box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2), 0 40px 77px rgba(0, 0, 0, 0.22);
}

.z-depth-5-top {
  box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22);
}

.z-depth-5-bottom {
  box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2);
}

.z-depth-animation .z-depth-1,
.z-depth-animation .z-depth-2,
.z-depth-animation .z-depth-3,
.z-depth-animation .z-depth-4,
.z-depth-animation .z-depth-5 {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/*
 * Block Header
 * Used for Heading outside the Cards.
 */

.block-header {
  margin-bottom: 25px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .block-header {
    padding: 0 22px;
  }
}

@media screen and (max-width: 1019px) {
  .block-header {
    padding: 0 18px;
  }
}

.block-header > h2 {
  font-size: 15px;
  color: #555555;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.block-header > h2 > small {
  display: block;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 20px;
  color: #9E9E9E;
  line-height: 140%;
}

.block-header .actions {
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 4;
}

/*
 * Header Actions
 */

.actions {
  list-style: none;
  padding: 0;
  z-index: 3;
  margin: 0;
}

.actions > li {
  display: inline-block;
  vertical-align: baseline;
}

.actions > li > a,
.actions > a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
}

.actions > li > a > i,
.actions > a > i {
  color: #adadad;
  font-size: 20px;
}

.actions > li > a:hover > i,
.actions > a:hover > i {
  color: #000;
}

@media (min-width: 768px) {
  .actions > li > a,
  .actions > a {
    position: relative;
  }

  .actions > li > a:before,
  .actions > a:before {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 0;
    border-radius: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .actions > li > a:hover:before,
  .actions > a:hover:before,
  .actions > li > a.open:before,
  .actions > a.open:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.actions > li.open > a > i,
.actions.open > a > i {
  color: #000;
}

.actions > li.open > a:before,
.actions.open > a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.actions.actions-alt > li > a > i {
  color: #fff;
}

.actions.actions-alt > li > a > i:hover {
  color: #fff;
}

.actions.actions-alt > li.open > a > i {
  color: #fff;
}

.actions.open {
  z-index: 3;
}

/*
 * Collapse Menu Icons
 */

.line-wrap {
  width: 18px;
  height: 12px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  margin: 12px 20px;
}

.line-wrap .line {
  width: 18px;
  height: 2px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.line-wrap .line.center {
  margin: 3px 0;
}

.open .line-wrap {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.open .line-wrap .line.top {
  width: 12px;
  transform: translateX(8px) translateY(1px) rotate(45deg);
  -webkit-transform: translateX(8px) translateY(1px) rotate(45deg);
}

.open .line-wrap .line.bottom {
  width: 12px;
  transform: translateX(8px) translateY(-1px) rotate(-45deg);
  -webkit-transform: translateX(8px) translateY(-1px) rotate(-45deg);
}

/*
 * Load More
 */

.load-more {
  text-align: center;
  margin-top: 30px;
}

.load-more a {
  padding: 5px 10px 3px;
  display: inline-block;
  background-color: #F44336;
  color: #FFF;
  border-radius: 2px;
  white-space: nowrap;
}

.load-more a i {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  margin-top: -2px;
}

.load-more a:hover {
  background-color: #ea1c0d;
}

/*
 * Page Loader
 */

html:not(.ismobile) .page-loader {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

html:not(.ismobile) .page-loader .preloader {
  width: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -55px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 3000ms;
  animation-duration: 3000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

html:not(.ismobile) .page-loader .preloader p {
  white-space: nowrap;
  position: relative;
  left: -9px;
  top: 22px;
  color: #CCC;
}

html.ismobile .page-loader {
  display: none;
}

.ie-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #222222;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  padding: 50px 0;
}

.ie-warning p {
  font-size: 17px;
}

.ie-warning .iew-container {
  min-width: 1024px;
  width: 100%;
  height: 200px;
  background: #fff;
  margin: 50px 0;
}

.ie-warning .iew-download {
  list-style: none;
  padding: 30px 0;
  margin: 0 auto;
  width: 720px;
}

.ie-warning .iew-download > li {
  float: left;
  vertical-align: top;
}

.ie-warning .iew-download > li > a {
  display: block;
  color: #000;
  width: 140px;
  font-size: 15px;
  padding: 15px 0;
}

.ie-warning .iew-download > li > a > div {
  margin-top: 10px;
}

.ie-warning .iew-download > li > a:hover {
  background-color: #eee;
}

#footer {
  color: #a2a2a2;
  font-size: 12px;
}

#footer .f-menu {
  display: block;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-top: 8px;
}

#footer .f-menu > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

#footer .f-menu > li > a {
  color: #a2a2a2;
}

#footer .f-menu > li > a:hover {
  color: #777;
}

.footer-min {
  height: auto !important;
  padding-bottom: 0 !important;
}

@media (min-width: 1339px) {
  body.sw-toggled #footer {
    padding-left: 280px;
  }
}

.pt-inner {
  text-align: center;
}

.pt-inner .pti-header {
  padding: 45px 10px 70px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}

.pt-inner .pti-header > h2 {
  margin: 0;
  line-height: 100%;
  color: #fff;
  font-weight: 100;
  font-size: 50px;
}

.pt-inner .pti-header > h2 small {
  color: #fff;
  letter-spacing: 0;
  vertical-align: top;
  font-size: 16px;
  font-weight: 100;
}

.pt-inner .pti-header .ptih-title {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 8px 10px 9px;
  text-transform: uppercase;
  margin: 0 -10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.pt-inner .pti-body {
  padding: 0 23px;
}

.pt-inner .pti-body .ptib-item {
  padding: 15px 0;
  font-weight: 400;
}

.pt-inner .pti-body .ptib-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.pt-inner .pti-footer {
  padding: 10px 20px 30px;
}

.pt-inner .pti-footer > a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 60px;
  font-size: 30px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.pt-inner .pti-footer > a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.invoice {
  min-width: 1100px;
  max-width: 1170px;
}

.i-logo {
  width: 150px;
}

.i-table .highlight {
  background-color: #eee;
  border-bottom: 1px solid #e6e6e6;
}

.i-table td.highlight {
  font-size: 14px;
  font-weight: 500;
}

.wall-attrs {
  margin-bottom: 0;
}

.wa-stats {
  float: left;
}

.wa-stats > span {
  margin-right: -1px;
  padding: 7px 12px;
  border: 1px solid #E0E0E0;
  float: left;
  font-weight: 500;
}

.wa-stats > span.active {
  color: #4CAF50;
}

.wa-stats > span:first-child {
  border-radius: 2px 0 0 2px;
}

.wa-stats > span:last-child {
  border-radius: 0 2px 2px 0;
}

.wa-stats > span > i {
  line-height: 100%;
  vertical-align: top;
  position: relative;
  top: 2px;
  font-size: 15px;
  margin-right: 2px;
}

.wa-users {
  float: right;
  padding: 0 !important;
  margin-right: -5px;
}

.wa-users > a {
  display: inline-block;
  margin-left: 2px;
}

.wa-users > a > img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

.wa-users > a > img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.wcc-inner {
  border: 1px solid #E4E4E4;
  padding: 10px 15px;
  resize: none;
  border-radius: 2px;
  background: #fff;
  color: #9A9A9A;
  cursor: pointer;
}

.wcci-text {
  border: 0;
  display: block;
  width: 100%;
  resize: none;
  padding: 0;
}

.wall-comment-list {
  padding: 20px;
  background: #F7F7F7;
}

.wall-comment-list .media {
  position: relative;
}

.wall-comment-list .media:hover .actions {
  display: block;
}

.wall-comment-list .actions {
  display: none;
  position: absolute;
  right: -20px;
  top: -1px;
}

.wcl-list + .wcl-form {
  margin-top: 25px;
}

.wp-text {
  border: 0;
  padding: 0;
  display: block;
  width: 100%;
  resize: none;
}

.wp-media {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  padding: 12px 15px;
  margin-top: 25px;
  text-align: center;
}

.wpb-actions {
  background: #F7F7F7;
  margin: 0;
  padding: 10px 20px;
}

.wpb-actions > li:not(.pull-right) {
  float: left;
}

[data-wpba="image"] {
  color: #4CAF50;
}

[data-wpba="image"]:hover {
  color: #449d48;
}

[data-wpba="video"] {
  color: #C3A562;
}

[data-wpba="video"]:hover {
  color: #bc9a50;
}

[data-wpba="link"] {
  color: #00BCD4;
}

[data-wpba="link"]:hover {
  color: #00a5bb;
}

.wpba-attrs > ul > li {
  padding: 0;
  margin-right: 5px;
}

.wpba-attrs > ul > li > a {
  display: block;
  width: 22px;
}

.wpba-attrs > ul > li > a > i {
  font-size: 20px;
}

.wpba-attrs > ul > li.active i {
  color: #333;
}

.wall-img-preview {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .wall-img-preview {
    margin: 0 -23px 20px;
  }
}

@media screen and (max-width: 1019px) {
  .wall-img-preview {
    margin: 0 -16px 20px;
  }
}

.wall-img-preview .wip-item {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.wall-img-preview .wip-item > img {
  display: none;
}

.wall-img-preview .wip-item:first-child:nth-last-child(2),
.wall-img-preview .wip-item:first-child:nth-last-child(2) ~ div {
  width: 50%;
  padding-bottom: 40%;
}

.wall-img-preview .wip-item:first-child:nth-last-child(3),
.wall-img-preview .wip-item:first-child:nth-last-child(3) ~ div,
.wall-img-preview .wip-item:first-child:nth-last-child(4),
.wall-img-preview .wip-item:first-child:nth-last-child(4) ~ div:not(:last-child),
.wall-img-preview .wip-item:first-child:nth-last-child(5),
.wall-img-preview .wip-item:first-child:nth-last-child(5) ~ div:not(:nth-last-of-type(-n+2)),
.wall-img-preview .wip-item:first-child:nth-last-child(6),
.wall-img-preview .wip-item:first-child:nth-last-child(6) ~ div,
.wall-img-preview .wip-item:first-child:nth-last-child(7) ~ div:nth-last-of-type(-n+3) {
  width: 33.333333%;
  padding-bottom: 30%;
}

.wall-img-preview .wip-item:first-child:nth-last-child(5) ~ div:nth-last-of-type(-n+2) {
  width: 50%;
  padding-bottom: 40%;
}

.wall-img-preview .wip-item:first-child:nth-last-child(7),
.wall-img-preview .wip-item:first-child:nth-last-child(7) ~ div:not(:nth-last-of-type(-n+3)),
.wall-img-preview .wip-item:first-child:nth-last-child(n+8),
.wall-img-preview .wip-item:first-child:nth-last-child(n+8) ~ div {
  width: 25%;
  padding-bottom: 22%;
}

.wall-img-preview .wip-item:only-child,
.wall-img-preview .wip-item:first-child:nth-last-child(4) ~ div:nth-child(4) {
  width: 100%;
  padding-bottom: 50%;
}

/*
 * For header type 1 only
 * You may remove these if you opt header 2
 */

#header .skin-switch {
  padding: 10px 0 2px;
  text-align: center;
}

#header .ss-skin {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin: 2px 3px;
}

/* ----------------------------- End header type 1 ------------------------------------- */

/*
 * For header type 2 only
 * You may remove these if you opt header 1
 */

#header-2 .skin-switch {
  position: absolute;
  right: 50px;
  bottom: 23px;
  z-index: 1;
}

#header-2 .skin-switch .btn {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 25px;
  z-index: 2;
}

#header-2 .skin-switch .dropdown-menu {
  min-width: 130px;
  height: 130px;
  border-radius: 50%;
  width: 130px;
  top: -42px;
  left: -40px;
  z-index: 1;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0) rotate(-360deg);
  -ms-transform: scale(0) rotate(-360deg);
  -o-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

#header-2 .skin-switch .dropdown-menu .ss-skin {
  position: absolute;
}

#header-2 .skin-switch .dropdown-menu .ss-skin.ss-1 {
  margin-left: -8px;
  top: 12px;
  left: 50%;
}

#header-2 .skin-switch .dropdown-menu .ss-skin.ss-2 {
  right: 24px;
  top: 26px;
}

#header-2 .skin-switch .dropdown-menu .ss-skin.ss-3 {
  top: 50%;
  margin-top: -8px;
  right: 12px;
}

#header-2 .skin-switch .dropdown-menu .ss-skin.ss-4 {
  right: 24px;
  bottom: 26px;
}

#header-2 .skin-switch .dropdown-menu .ss-skin.ss-5 {
  margin-left: -8px;
  bottom: 12px;
  left: 50%;
}

#header-2 .skin-switch .dropdown-menu .ss-skin.ss-6 {
  left: 24px;
  bottom: 26px;
}

#header-2 .skin-switch .dropdown-menu .ss-skin.ss-7 {
  top: 50%;
  margin-top: -8px;
  left: 12px;
}

#header-2 .skin-switch .dropdown-menu .ss-skin.ss-8 {
  left: 24px;
  top: 26px;
}

#header-2 .skin-switch.open .dropdown-menu {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

/* ----------------------------- End header type 2 ------------------------------------- */

/*
 * Do not remove these
 * This is common for both
 */

.ss-skin {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}

.ss-skin:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

[data-current-skin="lightblue"] {
  background-color: #03A9F4;
}

[data-current-skin="lightblue"] .ss-icon {
  color: #03A9F4;
}

@media (max-width: 767px) {
  [data-current-skin="lightblue"] .ha-menu {
    background: #03A9F4;
  }
}

[data-current-skin="bluegray"] {
  background-color: #607D8B;
}

[data-current-skin="bluegray"] .ss-icon {
  color: #607D8B;
}

@media (max-width: 767px) {
  [data-current-skin="bluegray"] .ha-menu {
    background: #607D8B;
  }
}

[data-current-skin="blue"] {
  background-color: #2196F3;
}

[data-current-skin="blue"] .ss-icon {
  color: #2196F3;
}

@media (max-width: 767px) {
  [data-current-skin="blue"] .ha-menu {
    background: #2196F3;
  }
}

[data-current-skin="purple"] {
  background-color: #9C27B0;
}

[data-current-skin="purple"] .ss-icon {
  color: #9C27B0;
}

@media (max-width: 767px) {
  [data-current-skin="purple"] .ha-menu {
    background: #9C27B0;
  }
}

[data-current-skin="orange"] {
  background-color: #C3A562;
}

[data-current-skin="orange"] .ss-icon {
  color: #C3A562;
}

@media (max-width: 767px) {
  [data-current-skin="orange"] .ha-menu {
    background: #C3A562;
  }
}

[data-current-skin="cyan"] {
  background-color: #00BCD4;
}

[data-current-skin="cyan"] .ss-icon {
  color: #00BCD4;
}

@media (max-width: 767px) {
  [data-current-skin="cyan"] .ha-menu {
    background: #00BCD4;
  }
}

[data-current-skin="green"] {
  background-color: #4CAF50;
}

[data-current-skin="green"] .ss-icon {
  color: #4CAF50;
}

@media (max-width: 767px) {
  [data-current-skin="green"] .ha-menu {
    background: #4CAF50;
  }
}

[data-current-skin="teal"] {
  background-color: #009688;
}

[data-current-skin="teal"] .ss-icon {
  color: #009688;
}

@media (max-width: 767px) {
  [data-current-skin="teal"] .ha-menu {
    background: #009688;
  }
}

[data-current-skin="pink"] {
  background-color: #d02037;
}

[data-current-skin="pink"] .ss-icon {
  color: #d02037;
}

@media (max-width: 767px) {
  [data-current-skin="pink"] .ha-menu {
    background: #d02037;
  }
}

[data-current-skin="black"] {
  background-color: #FFFFFF;
}

[data-current-skin="black"] .ss-icon {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  [data-current-skin="black"] .ha-menu {
    background: #FFFFFF;
  }
}

.preloader {
  position: relative;
  margin: 0px auto;
  display: inline-block;
}

.preloader:not([class*="pl-"]) {
  width: 40px;
}

.preloader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.preloader.pl-xs {
  width: 20px;
}

.preloader.pl-sm {
  width: 30px;
}

.preloader.pl-lg {
  width: 50px;
}

.preloader.pl-xl {
  width: 80px;
}

.preloader.pl-xxl {
  width: 100px;
}

.preloader:not([class*="pls-"]) .plc-path {
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}

.preloader[class*="pls-"] .plc-path {
  animation: dash 1.5s ease-in-out infinite;
}

.preloader.pls-red .plc-path {
  stroke: #F44336;
}

.preloader.pls-blue .plc-path {
  stroke: #2196F3;
}

.preloader.pls-green .plc-path {
  stroke: #4CAF50;
}

.preloader.pls-yellow .plc-path {
  stroke: #FFEB3B;
}

.preloader.pls-bluegray .plc-path {
  stroke: #607D8B;
}

.preloader.pls-amber .plc-path {
  stroke: #FFC107;
}

.preloader.pls-teal .plc-path {
  stroke: #009688;
}

.preloader.pls-gray .plc-path {
  stroke: #CBCBCB;
}

.preloader.pls-pink .plc-path {
  stroke: #d02037;
}

.preloader.pls-orange .plc-path {
  stroke: #C3A562;
}

.preloader.pls-purple .plc-path {
  stroke: #9C27B0;
}

.preloader.pls-white .plc-path {
  stroke: #FFFFFF;
}

.preloader.pls-black .plc-path {
  stroke: #222222;
}

.pl-circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.plc-path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 2;
  stroke-miterlimit: 10;
  fill: none;
}

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

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%, 0% {
    stroke: #F44336;
  }

  40% {
    stroke: #2196F3;
  }

  66% {
    stroke: #4CAF50;
  }

  80%, 90% {
    stroke: #FFC107;
  }
}

.fcx-menu-w100 {
  background: #FFFFFF;
  width: 100%;
  height: 65px;
  position: fixed;
  z-index: 16;
  top: 65px;
  left: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
}

ul.fcx-dropdown-menu {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: 10px;
}

ul.fcx-dropdown-menu li {
  display: inline-block;
  margin-right: -4px;
  position: relative;
  background: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

ul.fcx-dropdown-menu a:hover,
ul.fcx-dropdown-menu span:hover {
  background: #FFFFFF;
  color: #C3A562;
}

ul.fcx-dropdown-menu li.active {
  background: #222222;
  color: #C3A562;
}

ul.fcx-dropdown-menu li a,
ul.fcx-dropdown-menu li span {
  color: inherit;
  padding: 15px;
  display: inline-block;
}

li.haschilds > a:after,
li.haschilds > span:after {
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  content: '\f2f9';
  margin-left: 5px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fcx-autohide-stickyheader {
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.fcx-autohide-stickyheader--hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.hasflag > a:before {
  background: #c9ad6b;
  content: "POLECAMY";
  position: absolute;
  top: 1px;
  padding: 0 7px;
  color: #FFFFFF;
  font-size: 10px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .hasflag > a:before {
    top: 39px;
    left: 26px;
  }
}

ul.fcx-dropdown-menu li div.fcx-zip-menu {
  padding: 30px 0px 15px 0px;
  background: #FFFFFF;
  z-index: 1;
  position: fixed;
  top: 110px;
  left: 0;
  min-width: 100vw;
  max-height: 310px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
  display: flex;
  opacity: 0;
  visibility: hidden;
}

ul.fcx-dropdown-menu li:hover div.fcx-zip-menu {
  display: flex;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}

div.fcx-zip-menu div a,
div.fcx-zip-menu div span {
  padding: 7px 15px 7px 15px;
  font-size: 13px;
  color: #222222;
}

div.fcx-zip-menu div div:hover a,
div.fcx-zip-menu div div:hover span {
  color: #C3A562;
}

div.fcx-zip-menu div.fcx-menu-element-photo {
  position: relative;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 17px;
}

div.fcx-zip-menu div.fcx-menu-element-photo:hover {
  color: #C3A562;
}

div.fcx-zip-menu div.fcx-menu-element-photo div.fcx-menu-element-photo-dark {
  filter: brightness(70%);
}

div.fcx-zip-menu div.fcx-menu-element-photo:hover div.fcx-menu-element-photo-dark {
  filter: brightness(50%);
}

div.fcx-zip-menu div.fcx-menu-element-photo div.fcx-menu-el-photo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.fcx-zip-menu div.fcx-zip-menu-photos {
  display: flex;
  flex-flow: row nowrap;
}

div.fcx-zip-menu div.fcx-zip-menu-links {
  border-left: 1px solid #cacaca;
  display: flex;
  flex-flow: column wrap;
  flex-grow: 1;
}

.bx-wrapper {
  margin: 12px 0;
}

#loga-przesuwanedwa-calosc {
  overflow: hidden;
  position: relative;
  height: 60px;
  margin: 20px 0;
}

#loga-przesuwanedwa-loga-prz {
  width: 7000px;
  position: absolute;
  top: 0;
  left: 0;
}

#loga-przesuwanedwa-loga {
  float: left;
}

#loga-przesuwanedwa-loga-ob {
  float: left;
  width: 160px;
  height: 50px;
  position: relative;
}

#loga-przesuwanedwa-loga-ob img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.loga {
  float: left;
  width: 160px;
  height: 50px;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loga img {
  width: 130px;
  height: 58px;
  margin: 20px 10px;
  padding: 5px;
}

@media (max-width: 767px) {
  #loga-przesuwanedwa-calosc {
    height: 40px;
  }

  #loga-przesuwanedwa-loga-ob {
    width: 120px;
    height: 30px;
  }

  .loga img {
    width: 90px;
    height: 58px;
    margin: 20px 10px;
    padding: 5px;
  }
}

@media print {
@page {
    margin: 0;
    size: auto;
}

  body {
    margin: 0mm 0mm 0mm 0mm !important;
    padding: 0mm !important;
  }

  #header,
  #footer,
  #sidebar,
  #chat,
  .growl-animated,
  .m-btn {
    display: none !important;
  }

  /*
     * INVOICE
     */

  .invoice {
    padding: 30px !important;
    -webkit-print-color-adjust: exact !important;
  }

  .invoice .card-header {
    background: #eee !important;
    padding: 20px;
    margin-bottom: 20px;
    margin: -60px -30px 25px -30px;
  }

  .invoice .block-header {
    display: none;
  }

  .invoice .highlight {
    background: #eee !important;
  }
}

.fixed-nav {
  position: fixed;
  bottom: 40px;
  height: 80px;
  z-index: 90;
}

.fixed-nav.fixed-nav-prev {
  left: 0;
}

.fixed-nav.fixed-nav-next {
  right: 0;
}

.fixed-nav .arrow {
  display: block;
  width: 35px;
  height: 80px;
  background-color: #313131;
  font-size: 15px;
  position: relative;
  z-index: 92;
  color: #fff;
  line-height: 80px;
  text-align: center;
}

.fixed-nav .photo {
  height: 80px;
  width: 80px;
  position: relative;
  z-index: 92;
  overflow: hidden;
  line-height: 0;
  background-color: #000;
}

.fixed-nav .desc {
  width: 190px;
  padding: 7px 15px;
  min-height: 68px;
  background: #fff;
  border: 1px solid #eee;
  z-index: 91;
}

.fixed-nav .desc h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  margin: 0 0 3px 0;
  padding: 0 0 10px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  background-color: #fff;
  color: #626262;
  border-color: rgba(0, 0, 0, 0.08);
}

.fixed-nav .desc i {
  display: inline-block;
  margin-right: 2px;
}

.fixed-nav .desc i:before {
  margin-left: 0;
}

.fixed-nav-prev .arrow,
.fixed-nav-prev .photo,
.fixed-nav-prev .desc {
  float: left;
}

.fixed-nav-prev .desc {
  margin-left: -335px;
}

.fixed-nav-prev:hover .desc {
  margin-left: 0;
}

.fixed-nav-next .arrow,
.fixed-nav-next .photo,
.fixed-nav-next .desc {
  float: right;
}

.fixed-nav-next .desc {
  margin-right: -335px;
}

.fixed-nav-next:hover .desc {
  margin-right: 0;
}

.fixed-nav .photo,
.fixed-nav .desc {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fixed-nav.format-quote .desc {
  display: none;
}

.fixed-nav.format-quote .photo {
  background-color: #eee;
}

.fixed-nav.format-link .photo img {
  display: none;
}

.fixed-nav.format-link .photo {
  background-color: #eee;
}

.fixed-nav .desc .date {
  color: #a8a8a8;
  font-size: 12px;
}

@media only screen and (max-width: 1430px) {
  .fixed-nav-prev .photo {
    position: static;
    margin-left: -115px;
  }

  .fixed-nav-prev:hover .photo {
    margin-left: 0;
  }

  .fixed-nav-next .photo {
    position: static;
    margin-right: -115px;
  }

  .fixed-nav-next:hover .photo {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .fixed-nav {
    display: none!important;
  }
}

.fcx-login-box {
  margin-top: 2px!important;
  margin-right: 4px!important;
  font-size: 1.0em;
}

.fcx-login-box a {
  color: #000000!important;
}

.fcx-login-box a:hover {
  text-decoration: none!important;
  color: #C3A562!important;
}

.fcx-login-link-box > span {
  display: inline-block !important;
  vertical-align: middle !important;
  line-height: normal !important;
}

.fcx-login-link-box .MuiBadge-badge {
  font-size: 1rem;
}

.fcx-login-icon {
  font-size: 1.7em!important;
  margin-right: 8px;
}

.fcx-favorite-box {
  border: 2px solid #C3A562 !important;
  border-radius: 16px!important;
  display: inline-block !important;
  margin-bottom: 8px;
}

.fcx-favorite-box-no-login {
  padding: 16px!important;
  margin-left: 4px;
  color: black;
  text-decoration: none;
}

.fcx-favorite-box-no-login a {
  color: black;
}

.fcx-favorite-box-no-login a:hover {
  color: #C3A562!important;
  text-decoration: none;
}

.fcx-favorite-box-login {
  padding: 0 16px 0 16px!important;
  margin-left: 10px;
  border-color: #C3A562!important;
  border: 2px;
  border-radius: 2px;
}

.fcx-favorite-button-login {
  font-size: 1em!important;
}

.fcx-favorite-text {
  font-size: 1em!important;
}

.fcx-favorite-button {
  padding: 8px;
}

.fcx-favorite-button-icon {
  font-size: 1.7em!important;
}

.fcx-comments {
  margin-bottom: 8px;
  margin-top: 8px;
}

.fcx-comments-main-font {
  font-size: 1em!important;
}

.fcx-comments-button {
  color: white!important;
  background-color: #010101!important;
}

.fcx-comments-button:hover {
  background-color: #C3A562!important;
}

.fcx-comments-rate {
  font-size: 1.4em!important;
}

.fcx-comments-login {
  color: #C3A562;
  font-weight: bold;
}

.fcx-comments-login :hover {
  color: #ab9460;
  text-decoration: none;
}

.fcx-comments-button {
  border-radius: 4px!important;
  font-size: 1em!important;
}

.fcx-comments-button span {
  padding: 4px;
}

.fcx-top-favorite {
  margin-top: 1rem;
}

@media (min-width: 1344px) {
  .fcx-top-favorite {
    position: relative;
    float: right;
    margin: 0!important;
  }
}

.fcx-profile-text {
  display: none;
}

@media (min-width: 1020px) {
  .fcx-profile-text {
    display: inline;
  }
}

.visible-desktop {
  display: none;
}

@media (min-width: 1020px) {
  .visible-desktop {
    display: block;
  }
}

.visible-mobile {
  display: none;
}

@media (max-width: 1019px) {
  .visible-mobile {
    display: block;
  }
}

/*
 * Vendor Overrides
 */

.mejs-container {
  outline: none;
}

.mejs-container .mejs-controls {
  background: #ec592f;
  height: 50px;
  padding: 10px 5px 0;
}

.mejs-container .mejs-controls div {
  height: 5px;
}

.mejs-container .mejs-controls div.mejs-time-rail {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 100% !important;
}

.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total {
  margin: 0;
  width: 100% !important;
  background: #ec592f;
}

.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-loaded {
  background: #D04B25;
}

.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-current {
  background: #ffea00;
}

.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-buffering {
  background: #ec592f;
}

.mejs-container .mejs-controls div.mejs-time-rail span:not(.mejs-time-float),
.mejs-container .mejs-controls div.mejs-time-rail a {
  border-radius: 0;
  height: 3px;
}

.mejs-container .mejs-controls .mejs-button button {
  background-color: #ec592f;
  width: 15px;
  height: 15px;
  background-position: center;
}

.mejs-container .mejs-controls .mejs-button button:focus {
  outline: none !important;
}

.mejs-container .mejs-controls .mejs-volume-button {
  position: absolute;
  right: 35px;
}

.mejs-container .mejs-controls .mejs-play button {
  background-image: url("../img/icons/play.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-play button {
    background-image: url("../img/icons/play@2x.png");
    background-size: 15px 15px;
  }
}

.mejs-container .mejs-controls .mejs-pause button {
  background-image: url("../img/icons/pause.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-pause button {
    background-image: url("../img/icons/pause@2x.png");
    background-size: 15px 15px;
  }
}

.mejs-container .mejs-controls .mejs-mute button {
  background-image: url("../img/icons/speaker.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-mute button {
    background-image: url("../img/icons/speaker@2x.png");
    background-size: 15px 15px;
  }
}

.mejs-container .mejs-controls .mejs-unmute button {
  background-image: url("../img/icons/speaker-2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-unmute button {
    background-image: url("../img/icons/speaker-2@2x.png");
    background-size: 15px 15px;
  }
}

.mejs-container .mejs-controls .mejs-fullscreen-button {
  position: absolute;
  right: 5px;
}

.mejs-container .mejs-controls .mejs-fullscreen-button button {
  background-image: url("../img/icons/fullscreen.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-fullscreen-button button {
    background-image: url("../img/icons/fullscreen@2x.png");
    background-size: 15px 15px;
  }
}

/** CALENDAR WIDGET **/

#calendar-widget {
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

#fc-actions {
  position: absolute;
  bottom: 10px;
  right: 12px;
}

.fc {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.fc td,
.fc th {
  border-color: #f0f0f0;
}

.fc th {
  font-weight: 400;
}

.fc table {
  background: transparent;
}

.fc table tr > td:first-child {
  border-left-width: 0;
}

#calendar-widget .fc-toolbar {
  background: #009688;
}

#calendar-widget .fc-day-header {
  color: #fff;
  background: #007d71;
  padding: 5px 0;
  border-width: 0;
}

#calendar-widget .fc-day-number {
  text-align: center;
  color: #ADADAD;
  padding: 5px 0;
}

#calendar-widget .fc-day-grid-event {
  margin: 1px 3px 1px;
}

#calendar-widget .ui-widget-header th,
#calendar-widget .ui-widget-header {
  border-width: 0;
}

#calendar .fc-toolbar {
  height: 300px;
  background-image: url('../img/cal-header.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-position: inherit;
}

#calendar .fc-toolbar:before {
  content: "";
  height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.36);
  position: absolute;
  bottom: 0;
  left: 0;
}

#calendar .fc-toolbar .fc-center {
  margin-top: 238px;
  position: relative;
}

@media screen and (max-width: 1019px) {
  #calendar .fc-toolbar {
    height: 200px;
  }

  #calendar .fc-toolbar .fc-center {
    margin-top: 138px;
  }
}

#calendar .fc-day-header {
  color: #ADADAD;
  text-align: left;
  font-size: 14px;
  border-bottom-width: 0;
  border-right-color: #eee;
  padding: 10px 12px;
}

#calendar .fc-day-number {
  padding-left: 10px !important;
  color: #CCC;
  text-align: left !important;
}

@media screen and (min-width: 1019px) {
  #calendar .fc-day-number {
    font-size: 25px;
    letter-spacing: -2px;
  }
}

#calendar .fc-day-grid-event {
  margin: 1px 9px 0;
}

.fc-today {
  color: #FFC107;
}

.fc-toolbar {
  margin-bottom: 0;
  padding: 20px 7px 19px;
  position: relative;
}

.fc-toolbar h2 {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.fc-toolbar .ui-button {
  border: 0;
  background: 0 0;
  padding: 0;
  outline: none !important;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 2px;
  color: #fff;
}

.fc-toolbar .ui-button:hover {
  background: #fff;
  color: #009688;
}

.fc-toolbar .ui-button > span {
  position: relative;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 20px;
  line-height: 100%;
  width: 30px;
  display: block;
  margin-top: 2px;
}

.fc-toolbar .ui-button > span:before {
  position: relative;
  z-index: 1;
}

.fc-toolbar .ui-button > span.ui-icon-circle-triangle-w:before {
  content: "\f2fa";
}

.fc-toolbar .ui-button > span.ui-icon-circle-triangle-e:before {
  content: "\f2fb";
}

.fc-event {
  padding: 0;
  font-size: 11px;
  border-radius: 0;
  border: 0;
}

.fc-event .fc-title {
  padding: 2px 8px;
  display: block;
}

.fc-event .fc-time {
  float: left;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 6px;
  margin: 0 0 0 -1px;
}

.fc-view,
.fc-view > table {
  border: 0;
  overflow: hidden;
}

.fc-view > table > tbody > tr > .ui-widget-content {
  border-top: 0;
}

div.fc-row {
  margin-right: 0 !important;
  border: 0 !important;
}

.fc-today {
  color: #FFC107 !important;
}

/* Even Tag Color */

.event-tag {
  margin-top: 5px;
}

.event-tag > span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.event-tag > span:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.event-tag > span.selected:before {
  font-family: 'Material-Design-Iconic-Font';
  content: "\f26b";
  position: absolute;
  text-align: center;
  top: 3px;
  width: 100%;
  font-size: 17px;
  color: #FFF;
}

hr.fc-divider {
  border-width: 1px;
  border-color: #eee;
}

.fc-day-grid-container.fc-scroller {
  height: auto !important;
  overflow: hidden !important;
}

.bootgrid-footer .infoBar,
.bootgrid-header .actionBar {
  text-align: left;
}

.bootgrid-footer .search,
.bootgrid-header .search {
  vertical-align: top;
}

.bootgrid-header {
  padding: 0 25px 10px;
}

.bootgrid-header .search {
  border: 1px solid #e0e0e0;
}

.bootgrid-header .search .form-control,
.bootgrid-header .search .input-group-addon {
  border: 0;
}

.bootgrid-header .search .glyphicon-search {
  vertical-align: top;
  padding: 9px 10px 0;
}

.bootgrid-header .search .glyphicon-search:before {
  content: "\f1c3";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 17px;
  vertical-align: top;
  line-height: 100%;
}

@media (min-width: 480px) {
  .bootgrid-header .search {
    width: 300px;
  }
}

@media (max-width: 480px) {
  .bootgrid-header .search {
    width: 100%;
    padding-right: 90px;
  }
}

.bootgrid-header .actions {
  box-shadow: none;
}

.bootgrid-header .actions .btn-group {
  border: 1px solid #e0e0e0;
}

.bootgrid-header .actions .btn-group .btn {
  height: 35px;
  box-shadow: none !important;
  background: transparent;
}

.bootgrid-header .actions .btn-group .dropdown-menu {
  padding: 10px 20px;
}

.bootgrid-header .actions .btn-group .dropdown-menu .dropdown-item {
  padding: 0 0 0 27px !important;
}

.bootgrid-header .actions .btn-group .dropdown-menu .dropdown-item:hover {
  background-color: #fff !important;
}

@media (min-width: 768px) {
  .bootgrid-header .actions .btn-group .dropdown-menu {
    left: 0;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    margin-top: 1px;
  }
}

.bootgrid-header .actions .btn-group .caret {
  display: none;
}

.bootgrid-header .actions .btn-group .zmdi {
  line-height: 100%;
  font-size: 18px;
  vertical-align: top;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.bootgrid-header .actions .btn-group.open .zmdi {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 480px) {
  .bootgrid-header .actions {
    position: absolute;
    top: 0;
    right: 15px;
  }
}

.bootgrid-table th > .column-header-anchor > .icon {
  top: 0px;
  font-size: 20px;
  line-height: 100%;
}

.bootgrid-footer .col-sm-6 {
  padding: 10px 30px 20px;
}

@media (max-width: 768px) {
  .bootgrid-footer .col-sm-6 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .bootgrid-footer .infoBar {
    display: none;
  }
}

.bootgrid-footer .infoBar .infos {
  border: 1px solid #EEE;
  display: inline-block;
  float: right;
  padding: 7px 30px;
  font-size: 12px;
  margin-top: 5px;
}

.select-cell .checkbox {
  margin: 0;
}

.command-edit,
.command-delete {
  background: #fff;
}

.bootstrap-select .dropdown-menu {
  padding: 0;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select > .btn-default {
  background: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.bootstrap-select > .btn-default:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: calc(100% - 2px);
  width: 30px;
  background-color: #FFF;
  background-position: right calc(100% - 7px);
  background-repeat: no-repeat;
  background-image: url("../img/select.png");
  pointer-events: none;
  z-index: 5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .bootstrap-select > .btn-default:before {
    background-image: url("../img/select@2x.png");
    background-size: 12px 12px;
  }
}

.bootstrap-select > .btn-default:after {
  position: absolute;
  z-index: 3;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 0;
  content: "";
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.bootstrap-select > .btn-default:not(.disabled):after,
.bootstrap-select > .btn-default:not(.readonly):after {
  background: #2196F3;
}

.bootstrap-select > .btn-default.disabled:after,
.bootstrap-select > .btn-default.readonly:after {
  background: #ccc;
}

.bootstrap-select.open > .btn-default:after {
  width: 100%;
}

.bootstrap-select .bs-searchbox {
  padding: 5px 5px 5px 40px;
  position: relative;
  background: #f1f1f1;
}

.bootstrap-select .bs-searchbox:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  content: "\f1c3";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 25px;
  padding: 4px 0 0 15px;
}

.bootstrap-select .bs-searchbox input {
  border: 0;
  background: transparent;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  padding-left: 17px;
}

.bootstrap-select .check-mark {
  margin-top: -5px !important;
  font-size: 19px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  display: block !important;
  position: absolute;
  top: 11px;
  right: 15px;
}

.bootstrap-select .check-mark:before {
  content: "\f26b";
  font-family: 'Material-Design-Iconic-Font';
}

.bootstrap-select .selected .check-mark {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.bootstrap-select .notify {
  bottom: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  border: 0 !important;
  background: #F44336 !important;
  color: #fff !important;
  text-align: center;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.chosen-container .chosen-drop {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-top: 1px;
  border: 0;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: transform opacity;
  -o-transition: transform opacity;
  transition: transform opacity;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.chosen-container.chosen-with-drop .chosen-drop {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.chosen-container.chosen-with-drop .chosen-single:after {
  width: 100%;
}

.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  max-height: 300px;
}

.chosen-container .chosen-results li {
  padding: 10px 17px;
  width: 100%;
}

.chosen-container .chosen-results li.highlighted {
  background: rgba(0, 0, 0, 0.075);
  color: #333;
}

.chosen-container .chosen-results li.result-selected {
  background: transparent;
  color: #222222;
  position: relative;
}

.chosen-container .chosen-results li.result-selected:before {
  content: "\f26b";
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 19px;
}

.chosen-container .chosen-results li.group-result {
  color: #B2B2B2;
  font-weight: normal;
  padding: 16px 15px 6px;
  margin-top: 9px;
}

.chosen-container .chosen-results li.group-result:not(:first-child) {
  border-top: 1px solid #eee;
}

.chosen-container-single .chosen-single {
  border-radius: 0;
  overflow: visible;
  height: 34px;
  padding: 6px 0 6px;
  text-transform: uppercase;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  background: none;
  box-shadow: none;
}

.chosen-container-single .chosen-single:after {
  content: "";
  width: 0;
  background: #2196F3;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: width;
  -o-transition: width;
  transition: width;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.chosen-container-single .chosen-single div b {
  background-image: url("../img/select.png");
  background-repeat: no-repeat;
  background-position: right 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .chosen-container-single .chosen-single div b {
    background-image: url("../img/select@2x.png");
    background-size: 12px 12px;
  }
}

.chosen-container-single .chosen-search {
  padding: 5px 5px 5px 40px;
  background: #f1f1f1;
}

.chosen-container-single .chosen-search:before {
  content: "\f1c3";
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  font-size: 25px;
  padding: 5px 0 0 15px;
}

.chosen-container-single .chosen-search input[type=text] {
  border: 0;
  height: 35px;
  line-height: 1.42857143;
  background: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 0;
  background: none;
}

.chosen-container-multi .chosen-choices {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  background: none;
  box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
  border-radius: 2px;
  margin: 4px 4px 0 0;
  background: #e4e4e4;
  padding: 5px 23px 5px 8px;
  border: 0;
  box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background-image: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  display: inline-block;
  font-family: 'Material-Design-Iconic-Font';
  content: "\f135";
  position: relative;
  top: 1px;
  color: #9C9C9C;
  z-index: 2;
  font-size: 12px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  padding: 0;
  height: 31px;
}

select.chosen {
  display: none;
}

.noUi-target {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.noUi-background {
  background: #d4d4d4;
  box-shadow: none;
}

.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  top: -8px;
}

.noUi-vertical {
  width: 3px;
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  width: 19px;
  height: 19px;
  border: 0;
  border-radius: 100%;
  box-shadow: none;
  -webkit-transition: box-shadow;
  -o-transition: box-shadow;
  transition: box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  cursor: pointer;
  position: relative;
}

.noUi-horizontal .noUi-handle:before,
.noUi-vertical .noUi-handle:before,
.noUi-horizontal .noUi-handle:after,
.noUi-vertical .noUi-handle:after {
  display: none;
}

.noUi-horizontal .noUi-handle:active,
.noUi-vertical .noUi-handle:active {
  background: #ccc !important;
}

.noUi-horizontal .noUi-handle .is-tooltip,
.noUi-vertical .noUi-handle .is-tooltip {
  position: absolute;
  bottom: 32px;
  height: 35px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 33px;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  padding: 0 10px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.noUi-horizontal .noUi-handle .is-tooltip:after,
.noUi-vertical .noUi-handle .is-tooltip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  content: "";
}

.noUi-horizontal .noUi-active,
.noUi-vertical .noUi-active {
  box-shadow: 0 0 0 13px rgba(0, 0, 0, 0.1);
}

.noUi-horizontal .noUi-active .is-tooltip,
.noUi-vertical .noUi-active .is-tooltip {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  bottom: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.input-slider:not([data-is-color]) .noUi-handle,
.input-slider-range:not([data-is-color]) .noUi-handle,
.input-slider-values:not([data-is-color]) .noUi-handle,
.input-slider:not([data-is-color]) .noUi-connect,
.input-slider-range:not([data-is-color]) .noUi-connect,
.input-slider-values:not([data-is-color]) .noUi-connect {
  background: #009688 !important;
}

.input-slider:not([data-is-color]) .is-tooltip,
.input-slider-range:not([data-is-color]) .is-tooltip,
.input-slider-values:not([data-is-color]) .is-tooltip {
  background: #009688;
}

.input-slider:not([data-is-color]) .is-tooltip:after,
.input-slider-range:not([data-is-color]) .is-tooltip:after,
.input-slider-values:not([data-is-color]) .is-tooltip:after {
  border-color: #009688 transparent transparent transparent;
}

.input-slider[data-is-color=red] .noUi-handle,
.input-slider-range[data-is-color=red] .noUi-handle,
.input-slider-values[data-is-color=red] .noUi-handle,
.input-slider[data-is-color=red] .noUi-connect,
.input-slider-range[data-is-color=red] .noUi-connect,
.input-slider-values[data-is-color=red] .noUi-connect {
  background: #F44336 !important;
}

.input-slider[data-is-color=blue] .noUi-handle,
.input-slider-range[data-is-color=blue] .noUi-handle,
.input-slider-values[data-is-color=blue] .noUi-handle,
.input-slider[data-is-color=blue] .noUi-connect,
.input-slider-range[data-is-color=blue] .noUi-connect,
.input-slider-values[data-is-color=blue] .noUi-connect {
  background: #2196F3 !important;
}

.input-slider[data-is-color=cyan] .noUi-handle,
.input-slider-range[data-is-color=cyan] .noUi-handle,
.input-slider-values[data-is-color=cyan] .noUi-handle,
.input-slider[data-is-color=cyan] .noUi-connect,
.input-slider-range[data-is-color=cyan] .noUi-connect,
.input-slider-values[data-is-color=cyan] .noUi-connect {
  background: #00BCD4 !important;
}

.input-slider[data-is-color=amber] .noUi-handle,
.input-slider-range[data-is-color=amber] .noUi-handle,
.input-slider-values[data-is-color=amber] .noUi-handle,
.input-slider[data-is-color=amber] .noUi-connect,
.input-slider-range[data-is-color=amber] .noUi-connect,
.input-slider-values[data-is-color=amber] .noUi-connect {
  background: #FFC107 !important;
}

.input-slider[data-is-color=green] .noUi-handle,
.input-slider-range[data-is-color=green] .noUi-handle,
.input-slider-values[data-is-color=green] .noUi-handle,
.input-slider[data-is-color=green] .noUi-connect,
.input-slider-range[data-is-color=green] .noUi-connect,
.input-slider-values[data-is-color=green] .noUi-connect {
  background: #4CAF50 !important;
}

.input-slider .noUi-origin {
  background: #d4d4d4;
}

.input-slider:not([data-is-color]) .noUi-base {
  background: #009688 !important;
}

.input-slider[data-is-color=red] .noUi-base {
  background: #F44336 !important;
}

.input-slider[data-is-color=blue] .noUi-base {
  background: #2196F3 !important;
}

.input-slider[data-is-color=cyan] .noUi-base {
  background: #00BCD4 !important;
}

.input-slider[data-is-color=amber] .noUi-base {
  background: #FFC107 !important;
}

.input-slider[data-is-color=green] .noUi-base {
  background: #4CAF50 !important;
}

.cp-container {
  position: relative;
}

.cp-container > .input-group input.cp-value {
  color: #000 !important;
  background: transparent !important;
}

.cp-container > .input-group .dropdown-menu {
  padding: 20px;
  margin-left: 10px;
}

.cp-container i.cp-value {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 15px;
}

.note-editor .note-toolbar,
.note-popover .note-toolbar,
.note-editor .popover-content,
.note-popover .popover-content {
  background: #fff;
  border-color: #e4e4e4;
  margin: 0;
  padding: 10px 0 15px;
  text-align: center;
}

.note-editor .note-toolbar > .btn-group,
.note-popover .note-toolbar > .btn-group,
.note-editor .popover-content > .btn-group,
.note-popover .popover-content > .btn-group {
  display: inline-block;
  float: none;
  box-shadow: none;
}

.note-editor .note-toolbar > .btn-group .btn,
.note-popover .note-toolbar > .btn-group .btn,
.note-editor .popover-content > .btn-group .btn,
.note-popover .popover-content > .btn-group .btn {
  margin: 0 1px;
}

.note-editor .note-toolbar > .btn-group > .active,
.note-popover .note-toolbar > .btn-group > .active,
.note-editor .popover-content > .btn-group > .active,
.note-popover .popover-content > .btn-group > .active {
  background: #00BCD4;
  color: #fff;
}

.note-editor .note-toolbar .btn,
.note-popover .note-toolbar .btn,
.note-editor .popover-content .btn,
.note-popover .popover-content .btn {
  height: 40px;
  border-radius: 2px !important;
  box-shadow: none !important;
}

.note-editor .note-toolbar .btn:active,
.note-popover .note-toolbar .btn:active,
.note-editor .popover-content .btn:active,
.note-popover .popover-content .btn:active {
  box-shadow: none;
}

.note-editor .note-toolbar .note-palette-title,
.note-popover .note-toolbar .note-palette-title,
.note-editor .popover-content .note-palette-title,
.note-popover .popover-content .note-palette-title {
  margin: 0 !important;
  padding: 10px 0 !important;
  font-size: 13px !important;
  text-align: center !important;
  border: 0 !important;
}

.note-editor .note-toolbar .note-color-reset,
.note-popover .note-toolbar .note-color-reset,
.note-editor .popover-content .note-color-reset,
.note-popover .popover-content .note-color-reset {
  padding: 0 0 10px !important;
  margin: 0 !important;
  background: none;
  text-align: center;
}

.note-editor .note-toolbar .note-color .dropdown-menu,
.note-popover .note-toolbar .note-color .dropdown-menu,
.note-editor .popover-content .note-color .dropdown-menu,
.note-popover .popover-content .note-color .dropdown-menu {
  min-width: 335px;
}

.note-editor .note-statusbar .note-resizebar,
.note-popover .note-statusbar .note-resizebar {
  border-color: #E8E8E8;
}

.note-editor .note-statusbar .note-resizebar .note-icon-bar,
.note-popover .note-statusbar .note-resizebar .note-icon-bar {
  border-color: #BCBCBC;
}

.note-editor .fa,
.note-popover .fa {
  font-style: normal;
  font-size: 20px;
  vertical-align: middle;
}

.note-editor .fa:before,
.note-popover .fa:before {
  font-family: 'Material-Design-Iconic-Font';
}

.note-editor .fa.fa-magic:before,
.note-popover .fa.fa-magic:before {
  content: "\f16a";
}

.note-editor .fa.fa-bold:before,
.note-popover .fa.fa-bold:before {
  content: "\f23d";
}

.note-editor .fa.fa-italic:before,
.note-popover .fa.fa-italic:before {
  content: "\f245";
}

.note-editor .fa.fa-underline:before,
.note-popover .fa.fa-underline:before {
  content: "\f24f";
}

.note-editor .fa.fa-font:before,
.note-popover .fa.fa-font:before {
  content: "\f242";
}

.note-editor .fa.fa-list-ul:before,
.note-popover .fa.fa-list-ul:before {
  content: "\f247";
}

.note-editor .fa.fa-list-ol:before,
.note-popover .fa.fa-list-ol:before {
  content: "\f248";
}

.note-editor .fa.fa-align-left:before,
.note-popover .fa.fa-align-left:before {
  content: "\f23b";
}

.note-editor .fa.fa-align-right:before,
.note-popover .fa.fa-align-right:before {
  content: "\f23c";
}

.note-editor .fa.fa-align-center:before,
.note-popover .fa.fa-align-center:before {
  content: "\f239";
}

.note-editor .fa.fa-align-justify:before,
.note-popover .fa.fa-align-justify:before {
  content: "\f23a";
}

.note-editor .fa.fa-indent:before,
.note-popover .fa.fa-indent:before {
  content: "\f244";
}

.note-editor .fa.fa-outdent:before,
.note-popover .fa.fa-outdent:before {
  content: "\f243";
}

.note-editor .fa.fa-text-height:before,
.note-popover .fa.fa-text-height:before {
  content: "\f246";
}

.note-editor .fa.fa-table:before,
.note-popover .fa.fa-table:before {
  content: "\f320";
}

.note-editor .fa.fa-link:before,
.note-popover .fa.fa-link:before {
  content: "\f18e";
}

.note-editor .fa.fa-picture-o:before,
.note-popover .fa.fa-picture-o:before {
  content: "\f17f";
}

.note-editor .fa.fa-minus:before,
.note-popover .fa.fa-minus:before {
  content: "\f22f";
}

.note-editor .fa.fa-arrows-alt:before,
.note-popover .fa.fa-arrows-alt:before {
  content: "\f16d";
}

.note-editor .fa.fa-code:before,
.note-popover .fa.fa-code:before {
  content: "\f13a";
}

.note-editor .fa.fa-question:before,
.note-popover .fa.fa-question:before {
  content: "\f1f5";
}

.note-editor .fa.fa-eraser:before,
.note-popover .fa.fa-eraser:before {
  content: "\f23f";
}

.note-editor .fa.fa-square:before,
.note-popover .fa.fa-square:before {
  content: "\f279";
}

.note-editor .fa.fa-circle-o:before,
.note-popover .fa.fa-circle-o:before {
  content: "\f26c";
}

.note-editor .fa.fa-times:before,
.note-popover .fa.fa-times:before {
  content: "\f136";
}

.note-editor .note-air-popover .arrow,
.note-popover .note-air-popover .arrow {
  left: 20px;
}

.note-editor {
  overflow: visible;
  border: 1px solid #e4e4e4;
}

.note-editor .note-editable {
  padding: 20px 23px;
}

.bootstrap-datetimepicker-widget {
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
}

.bootstrap-datetimepicker-widget:after,
.bootstrap-datetimepicker-widget:before {
  display: none !important;
}

.bootstrap-datetimepicker-widget table td {
  text-shadow: none;
}

.bootstrap-datetimepicker-widget table td span {
  margin: 0;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: transparent;
}

.bootstrap-datetimepicker-widget .glyphicon {
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-left:before {
  content: "\f2ff";
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-right:before {
  content: "\f301";
}

.bootstrap-datetimepicker-widget .glyphicon-time:before {
  content: "\f337";
}

.bootstrap-datetimepicker-widget .glyphicon-calendar:before {
  content: "\f32e";
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-up:before {
  content: "\f1e5";
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-down:before {
  content: "\f1e4";
}

.bootstrap-datetimepicker-widget [data-action="togglePicker"] span {
  font-size: 25px;
  color: #ccc;
}

.bootstrap-datetimepicker-widget [data-action="togglePicker"] span:hover {
  color: #333;
}

.bootstrap-datetimepicker-widget a[data-action] {
  color: #009688;
}

.timepicker-picker .btn {
  box-shadow: none !important;
}

.timepicker-picker table tbody tr + tr:not(:last-child) {
  background: #009688;
  color: #fff;
}

.timepicker-picker table tbody tr + tr:not(:last-child) td {
  border-radius: 0;
}

.timepicker-picker .btn,
.timepicker-picker .btn:hover {
  background: #fff;
  color: #333;
}

.datepicker.top {
  -webkit-transform-origin: 0 100% !important;
  -moz-transform-origin: 0 100% !important;
  -ms-transform-origin: 0 100% !important;
  transform-origin: 0 100% !important;
}

.datepicker table thead tr th {
  border-radius: 0;
  color: #fff;
}

.datepicker table thead tr th .glyphicon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 29px;
}

.datepicker table thead tr th:hover .glyphicon {
  background: rgba(0, 0, 0, 0.2);
}

.datepicker table thead tr:first-child th {
  background: #009688;
  padding: 20px 0;
}

.datepicker table thead tr:first-child th:hover {
  background: #009688;
}

.datepicker table thead tr:first-child th.picker-switch {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.datepicker table thead tr:last-child th {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
}

.datepicker table thead tr:last-child th:first-child {
  padding-left: 20px;
}

.datepicker table thead tr:last-child th:last-child {
  padding-right: 20px;
}

.datepicker table thead tr:last-child:not(:only-child) {
  background: #00877a;
}

.datepicker table tbody tr:last-child td {
  padding-bottom: 25px;
}

.datepicker table tbody tr td:first-child {
  padding-left: 13px;
}

.datepicker table tbody tr td:last-child {
  padding-right: 13px;
}

.datepicker table td.day {
  width: 35px;
  height: 35px;
  line-height: 20px;
  color: #333;
  position: relative;
  padding: 0;
  background: transparent;
}

.datepicker table td.day:hover {
  background: none;
}

.datepicker table td.day:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-bottom: -33px;
  display: inline-block;
  background: transparent;
  position: static;
  text-shadow: none;
}

.datepicker table td.day.old,
.datepicker table td.day.new {
  color: #CDCDCD;
}

.datepicker table td:not(.today):not(.active):hover:before {
  background: #F0F0F0;
}

.datepicker table td.today {
  color: #333;
}

.datepicker table td.today:before {
  background-color: #E2E2E2;
}

.datepicker table td.active {
  color: #fff;
}

.datepicker table td.active:before {
  background-color: #009688;
}

.datepicker-months .month,
.datepicker-years .year,
.timepicker-minutes .minute,
.timepicker-hours .hour {
  border-radius: 50%;
}

.datepicker-months .month:not(.active):hover,
.datepicker-years .year:not(.active):hover,
.timepicker-minutes .minute:not(.active):hover,
.timepicker-hours .hour:not(.active):hover {
  background: #F0F0F0;
}

.datepicker-months .month.active,
.datepicker-years .year.active,
.timepicker-minutes .minute.active,
.timepicker-hours .hour.active {
  background: #009688;
}

.timepicker-minutes .minute,
.timepicker-hours .hour {
  padding: 0;
}

.fileinput {
  position: relative;
  padding-right: 35px;
}

.fileinput .close {
  position: absolute;
  top: 5px;
  font-size: 12px;
  float: none;
  opacity: 1;
  font-weight: 500;
  border: 1px solid #ccc;
  width: 19px;
  text-align: center;
  height: 19px;
  line-height: 15px;
  border-radius: 50%;
  right: 0;
}

.fileinput .close:hover {
  background: #eee;
}

.fileinput .input-group-addon {
  padding: 0 10px;
  vertical-align: middle;
}

.fileinput .fileinput-preview {
  width: 200px;
  height: 150px;
  position: relative;
}

.fileinput .fileinput-preview img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -13px;
}

.fileinput .fileinput-preview:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

#lg-slider:after {
  content: "";
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #2196F3;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  z-index: -1;
}

#lg-outer {
  background: rgba(255, 255, 255, 0.95);
}

#lg-outer .object {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

#lg-close {
  display: none;
}

#lg-action {
  top: 0;
  width: 100%;
  left: 0;
  margin-left: 0 !important;
  height: 40px;
  text-align: center;
}

#lg-action > a {
  background: transparent;
  color: #9D9D9D;
  font-size: 18px;
  width: 28px;
  height: 37px;
}

#lg-action > a:hover {
  background: transparent;
  color: #000;
}

#lg-action .cl-thumb {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 38px;
  background: #F44336;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

#lg-action .cl-thumb:after {
  text-align: center;
  left: 16px !important;
  bottom: 6px !important;
  color: #fff;
}

#lg-action .cl-thumb:hover {
  background: #f32c1e;
}

#lg-gallery .thumb-cont {
  background: #F44336;
  text-align: center;
}

#lg-gallery .thumb-cont .thumb-info {
  background: #F44336;
}

#lg-gallery .thumb-cont .thumb-info .count {
  display: none;
}

#lg-gallery .thumb-cont .thumb-info .close {
  width: 14px;
  margin-top: 0;
  background: none;
}

#lg-gallery .thumb-cont .thumb-info .close:hover {
  background: none;
}

#lg-gallery .thumb-cont .thumb {
  opacity: 1;
  filter: alpha(opacity=100);
}

#lg-gallery .thumb-cont .thumb-inner {
  display: inline-block;
  padding: 12px 12px 15px;
}

.lg-slide {
  background: none !important;
}

.lg-slide em {
  font-style: normal;
}

.lg-slide em h3 {
  margin-bottom: 5px;
}

.lg-slide .video-cont {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

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

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

  100% {
    opacity: 0.0;
  }
}

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

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

  100% {
    opacity: 0.0;
  }
}

.sweet-alert {
  border-radius: 2px;
  padding: 10px 30px;
}

.sweet-alert h2 {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.sweet-alert .lead {
  font-size: 13px;
}

.sweet-alert .btn {
  padding: 6px 12px;
  font-size: 13px;
  margin: 20px 2px 0;
}

.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead .tt-menu {
  min-width: 200px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: block !important;
  z-index: 2 !important;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.twitter-typeahead .tt-menu.tt-open:not(.tt-empty) {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.twitter-typeahead .tt-suggestion {
  padding: 8px 17px;
  color: #333;
  cursor: pointer;
}

.twitter-typeahead .tt-suggestion:hover,
.twitter-typeahead .tt-cursor {
  background-color: rgba(0, 0, 0, 0.075);
}

.twitter-typeahead .tt-hint {
  color: #818181 !important;
}

.mCSB_scrollTools {
  width: 5px;
}

.mCSB_scrollTools .mCSB_dragger_bar {
  border-radius: 0 !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_vertical {
  margin: 0 !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 10px;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.4);
}

.mCS-minimal-dark.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.5) !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

/*
 * GL Custom
 */

/* ABC */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-ms-viewport {
  width: auto !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'spectral', "Times New Roman", "Minion Pro";
  font-weight: 600;
  letter-spacing: -0.04em;
}

#main {
  padding: 130px 0 0 0;
}

#sidebar {
  z-index: 20;
}

.fcx-left-to-center {
  text-align: left;
}

.fcx-right-to-left {
  text-align: right;
}

.fcx-white-background {
  background: #FFFFFF;
  width: 100%;
  padding-bottom: 60px;
}

.fcx-white-background-premium {
  background: #FFFFFF;
  width: 100%;
  padding-bottom: 60px;
}

.fcx-gray-background {
  background: #EEEEEE;
  width: 100%;
  padding-bottom: 60px;
}

.fcx-black-background {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #3b3b3b 0%, #222222 52%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #3b3b3b 0%, #222222 52%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #3b3b3b 0%, #222222 52%);
  background: #222222;
  width: 100%;
  padding-bottom: 60px;
}

#content h1 {
  font-size: 45px;
  margin-top: 2.5vw;
  color: #222222;
}

.fcx-hr {
  border-color: #222222;
  margin: 13px 0 20px 0;
}

.fcx-banner-premium {
  margin-top: 30px;
}

@media (max-width: 700px) {
  .fcx-white-background-premium {
    padding-bottom: 10px;
  }

  .fcx-banner-premium {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  h1,
  #content h1 {
    font-size: 25px;
  }

  h2,
  #content h2 {
    font-size: 20px;
  }

  #main {
    padding: 65px 0 0 0;
  }

  .fcx-left-to-center {
    text-align: center;
  }

  .fcx-right-to-left {
    text-align: left;
  }

  .fcx-hr {
    margin: 9px 0 13px 0;
  }
}

/* ADS */

.ad-event-label {
  position: relative;
  background: #22222285;
  color: #C3A562;
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 6px 0;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1019px) {
  .ad-event-label {
    font-size: 10px;
  }
}

.ad-event-label-big {
  font-size: 18px!important;
}

@media (max-width: 1019px) {
  .ad-event-label-big {
    font-size: 16px!important;
  }
}

/* ARTICLE */

.fcx-post-content img {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
}

.fcx-post-main-photo {
  height: 500px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.fcx-article-back:hover {
  text-decoration: none;
}

.fcx-article-back i {
  font-size: 21px;
  margin-right: 7px;
  position: relative;
  top: 3px;
}

.fcx-article-date:before {
  content: ' | ';
  padding: 0 7px;
}

.fcx-article-title {
  font-size: 30px;
}

.fcx-article-short {
  font-size: 21px;
  font-weight: 600;
}

.fcx-article-full > p {
  font-size: 21px;
  font-weight: 300;
}

.wa-users {
  float: left;
}

.wa-stats {
  float: right;
}

.fcx-post-content .sharethis-inline-share-buttons img {
  padding: 0!important;
}

@media (min-width: 1020px) {
  .fcx-post-content {
    font-size: 18px !important;
    line-height: 29px !important;
  }
}

@media (max-width: 1019px) {
  .fcx-post-content {
    font-size: 16px !important;
    line-height: 27px !important;
  }

  .fcx-post-main-photo {
    height: 400px;
    background-attachment: scroll;
  }
}

@media (max-width: 767px) {
  .fcx-post-main-photo {
    height: 300px;
  }
}

/* ARTICLE GALLERY */

.fcx-gallery-container {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* ARTICLE ITEM */

.fcx-post-image {
  position: relative;
}

.fcx-item-highlight {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  color: #222222;
  top: 50%;
  transform: translateY(-50%);
}

.fcx-item-highlight img:last-of-type {
  display: none;
}

.fcx-item-icon {
  height: 23%;
  width: 23%;
  display: block;
  margin: auto;
}

.fcx-item-icondesc {
  background: #222222;
  color: #717171;
  display: inline-block;
  border-radius: 50px;
  padding: 0 10px;
  font-size: 12px;
  margin-top: 8px;
}

.fcx-label-item .blog-post .bp-header {
  min-height: 200px;
  padding: 0 0 10px 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.blog-post .bp-header {
  padding: 0;
  margin-bottom: 10px;
}

.blog-post .bp-header > img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.blog-post .bp-header .fcx-post-image > img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.fcx-post-title a {
  font-size: 22px;
  color: #222222;
  letter-spacing: -0.03em;
}

.clickable-box:hover .fcx-post-title a {
  border-bottom: 1px dotted #555555;
}

.clickable-box:active .fcx-post-title a {
  border-bottom: 1px solid #C3A562;
}

.clickable-box:hover .fcx-item-highlight img:first-of-type {
  display: none;
}

.clickable-box:hover .fcx-item-highlight img:last-of-type {
  display: block;
}

.fcx-post-meta {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 15px;
}

.fcx-post-date {
  background: #222222;
  padding: 2px 7px 2px 7px;
  display: inline-block;
}

.fcx-post-category {
  background: #C3A562;
  padding: 2px 7px 2px 7px;
  display: inline-block;
  text-transform: uppercase;
}

.fcx-short-desc {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  padding: 10px 10px 0 0;
  margin-bottom: 12px;
}

.fcx-thumbnail-article {
  margin: 0px -24px;
  border: 0;
}

.fcx-tag {
  border-radius: 50px;
  box-shadow: none !important;
  border: 1px solid #EEEEEE;
  max-width: 307px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}

.fcx-tag:hover {
  background: #EEEEEE !important;
}

@media (max-width: 1339px) {
  .fcx-tag {
    max-width: 270px;
  }
}

@media (max-width: 1019px) {
  .fcx-thumbnail-article {
    margin: 0px -17px;
  }

  .fcx-short-desc {
    margin-bottom: 8px;
  }

  .fcx-tag {
    max-width: 240px;
  }
}

@media (max-width: 767px) {
  .fcx-post-title a {
    font-size: 18px;
  }
}

/* ARTICLE KALENDARIUM */

.p-timeline {
  position: relative;
  padding-left: 80px;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-top: 0;
}

.p-timeline [data-src] {
  height: auto;
}

.p-timeline .pt-line {
  font-family: 'spectral';
  color: #222222;
  font-size: 21.5px;
}

.fcx-additional-info {
  border-bottom: 1px solid #C3A562;
  padding: 2px 6px;
  font-size: 14px;
  display: inline-block;
  margin: 5px 0;
  color: #C3A562;
}

.pt-line {
  font-size: 20px;
  color: #C3A562;
  font-weight: 700;
}

.pt-line:before {
  top: 13px;
}

.pt-line:after {
  top: 0;
}

.fcx-timeline-headline {
  position: relative;
}

.fcx-timeline-headline .flag {
  position: absolute;
  top: 15px;
  right: 0;
}

.fcx-timeline-main-img {
  width: 33%;
  float: left;
  margin: 10px 20px 0 0;
}

@media (max-width: 767px) {
  .p-timeline {
    padding-bottom: 20px;
  }

  .ptb-title {
    font-size: 18px !important;
  }
}

/* BANNERS */

.fcx-banner-640 {
  width: 100%;
  min-height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: stretch;
  display: flex;
  justify-content: center;
}

.fcx-banner-640-content {
  align-items: center;
  display: flex;
}

.fcx-banner-640.fcx-slownik {
  background-image: url(https://zegarkiipasja.pl/img/slownik-zip.webp);
}

.fcx-banner-640.fcx-kalendarium {
  background-image: url(https://zegarkiipasja.pl/img/kalendarium-zip.webp);
}

.fcx-banner-640 h3 {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 18px;
  background: #222;
  padding: 15px 0 16px 0;
  margin: 0 10px;
}

.fcx-banner-640 p {
  background: transparent;
  border-top: 1px solid #444;
  padding-top: 1px;
  width: 210px;
  margin: 15px auto 0 auto;
  font-family: 'Roboto';
  font-size: 0.8vw;
  font-weight: 400;
  color: #C3A562;
}

.fcx-banner-640 img {
  height: 50px;
}

.fcx-banner-640-disabled-partner h3 {
  padding-top: 36px!important;
  padding-bottom: 36px!important;
}

.fcx-banner-640-button {
  font-family: 'roboto';
  font-size: 12px;
  padding: 0 13px;
}

.fcx-banner-640-button-disabled-partner {
  font-family: 'roboto';
  font-size: 16px;
  padding: 0 17px;
}

@media (min-width: 480px) {
  .fcx-banner-640 h3:before,
  .fcx-banner-640 h3:after {
    border-top: 1px dotted #C3A562;
    content: '';
    display: block;
    width: 58%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.3s all;
    opacity: 0;
  }

  .fcx-banner-640 h3:before {
    top: 1.55vw;
  }

  .fcx-banner-640 h3:after {
    bottom: 2vw;
  }

  .fcx-banner-640:hover h3:before {
    top: -0.5vw;
    opacity: 1;
    transition: 0.3s all;
  }

  .fcx-banner-640:hover h3:after {
    bottom: -0.5vw;
    opacity: 1;
    transition: 0.3s all;
  }

  .fcx-banner-640:active h3:before,
  .fcx-banner-640:active h3:after {
    border-top: 1px solid #C3A562;
  }
}

@media (min-width: 1340px) {
  .fcx-banner-640 h3 {
    font-size: 22px;
  }

  .fcx-banner-640 p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .fcx-banner-640 h3 {
    font-size: 4vw;
  }

  .fcx-banner-640 p {
    font-size: 2.8vw;
  }
}

/* BUTTONS */

.btn {
  white-space: initial;
}

.fcx-btn-passive.btn-info {
  transition: 0.3s border-color;
}

.fcx-btn-passive.btn-info:hover {
  border-color: #C3A562 !important;
  transition: 0.3s border-color;
}

.fcx-btn-passive.btn-info,
.fcx-btn-passive.btn-info:hover,
.fcx-btn-passive.btn-info:active,
.fcx-btn-passive.btn-info:focus {
  box-shadow: none;
  border: 1px solid #222222;
  color: #222222;
  text-transform: none;
  font-weight: 500;
}

/* BRANDS BOTTOM */

.fcx-brand-logos a {
  width: 100%;
  height: 60px;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
}

.fcx-brand-logos a img {
  width: 85px;
  height: 39px;
  border: 0;
}

@media (max-width: 767px) {
  .fcx-brand-logos a {
    height: 40px;
    padding: 0;
  }

  .fcx-brand-logos a img {
    width: 55px;
    height: 30px;
  }
}

/* COOKIE CONSENT */

#fcx-cookie-consent {
  position: fixed;
  width: 100%;
  background: #222222cf;
  color: #fff;
  text-align: center;
  padding: 10px;
  bottom: 0;
  z-index: 16;
}

/* DICTIONARY */

.fcx-dictionary-h2 {
  font-size: 14px;
}

.fcx-dictionary-letters {
  list-style-type: none;
  padding: 0;
  margin-bottom: 25px;
}

.fcx-dictionary-letters li {
  display: inline-block;
}

.fcx-dictionary-letters li a {
  text-align: center;
  width: 40px;
  padding: 10px 0;
  margin: 3px 1px;
  display: block;
  background: #fff;
  border: 1px solid #bdbdbd;
  color: #222;
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
}

.fcx-dictionary-letters li a:hover {
  border: 1px solid #C3A562;
  color: #C3A562;
  -webkit-transition: color 0.2s, border 0.2s;
  transition: color 0.2s, border 0.2s;
}

.fcx-dictionary-letters-active {
  background: #eee !important;
  font-weight: bold;
}

.fcx-dictionary-letters-active:hover {
  border: 1px solid #bdbdbd !important;
  color: #292929 !important;
}

.fcx-dictionary-letters-with-words {
  min-height: 230px;
  background: #fff;
  margin-bottom: 15px;
  padding: 9px 15px;
  border: 1px solid #e2e2e2;
}

.fcx-dictionary-letters-with-words h3 {
  margin-top: 5px;
}

.fcx-dictionary-letters-with-words h3 p {
  color: #222;
  background: #eee;
  padding: 5px 12px;
  font-size: 78%;
  position: relative;
  top: -14px;
  left: -15px;
  width: 40px;
  height: 37px;
  margin: 0;
}

.fcx-dictionary-letters-with-words ul {
  padding-left: 17px;
}

.fcx-dictionary-more {
  list-style: none;
}

.fcx-dictionary-more a {
  background: #eee;
  color: #222;
  border-radius: 50px;
  margin-top: 10px;
  padding: 0 10px;
  display: inline-block;
}

.fcx-dictionary-item-content img {
  width: 100%;
  height: auto;
}

/* DOCS */

#fcx-document-default img {
  width: 100%;
  height: auto;
}

/* DRIVE */

.fcx-black-section {
  background: #222222;
  display: block;
}

.fcx-inpup-newsletter.fcx-nl-fix {
  padding-right: 0 !important;
}

/* FOOTER */

#footer .fcx-footer-image {
  background-color: #222222;
  padding-top: 55px;
}

#footer h4 {
  text-transform: uppercase;
  font-size: 17px;
}

#footer .clist > li:before {
  position: absolute;
  left: 13px;
  margin: unset;
}

#footer .clist li {
  margin-bottom: 10px;
}

#footer .clist a {
  color: #aaaaaa;
  font-size: 1.2em;
  line-height: 1em;
}

#footer .clist a:hover {
  color: #FFFFFF;
}

.fcx-footer-link {
  color: #FFFFFF;
}

.fcx-footer-link:hover {
  color: #CBCBCB;
}

.fcx-footer-logo {
  max-width: 170px;
}

.fcx-footer-logo-gl {
  width: 15px;
  margin: 0 1px 0 6px;
}

.fcx-footer-social-btn {
  color: #fff;
  background: transparent;
  box-shadow: none !important;
  margin-left: -12px;
}

.fcx-footer-social-btn:hover {
  color: #FFFFFF;
}

.fcx-footer-small-headline {
  font-size: 12px;
}

.footer-issuu-icon img {
  width: 18px;
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
}

@media (max-width: 767px) {
  #footer .clist a {
    font-size: 1em;
    line-height: 0.9em;
  }
}

/* FORMS */

.form-control {
  padding-left: 20px !important;
}

#chat .chat-search .form-control {
  padding-left: 30px !important;
}

#chat .chat-search .form-control:focus {
  padding-left: 0 !important;
}

html:not(.ie9) .select:not(.fg-line):before {
  right: 5px;
  top: 5px;
}

html:not(.ie9) .select:before {
  height: 25px;
}

.checkbox .input-helper:before,
.radio .input-helper:before {
  border: 1px solid #E0E0E0;
}

.radio .input-helper:after {
  background: #C3A562;
}

.fg-line:not([class*=has-]):after {
  background: transparent;
}

/* HEADER */

#header {
  height: 65px;
  min-height: 65px;
  max-height: 65px;
  padding: 0 10px 0 0;
  z-index: 17;
  box-shadow: none;
}

#top-search-wrap {
  height: 65px;
}

#top-search-wrap input[type="text"] {
  background: transparent;
}

#top-search-wrap #top-search-close {
  top: 12px;
}

.fcx-search-icon {
  position: absolute;
  left: 27px;
  top: 20px;
  font-size: 24px;
}

.line-wrap {
  margin: 9px 21px;
}

.fcx-logo {
  width: 190px;
  margin: 1px 0 0 10px;
}

.sidebar {
  background: #FFFFFF;
}

.sidebar-menu {
  background: #222222;
}

.top-menu > li {
  min-width: 40px;
}

.top-menu > li > a > .tm-icon {
  color: #222222;
  line-height: 31px;
}

.top-menu > li > a > .tm-icon:hover {
  color: #C3A562;
}

.top-menu .header-social-icon {
  font-size: 1.25em;
  margin-top: 3px;
}

.top-menu .header-social-icon:hover {
  color: #C3A562;
}

.fcx-slogan-slider {
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  text-align: center;
  background: #EEEEEE;
  padding: 5px 10px;
  border-radius: 50px;
}

.fcx-slogan-slider-content,
.fcx-slogan-slider-content a {
  color: #222222;
  margin: 0;
  font-size: 1em;
}

#header .carousel-fade .carousel-inner .item {
  transition-property: all;
}

.header-issuu-icon {
  width: 18px;
  position: relative;
  left: 14px;
  top: 5px;
}

.header-x-icon {
  position: relative;
  top: 6px;
}

.footer-x-img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  margin-bottom: 4px;
  height: 15px;
}

.header-icon-img:hover {
  filter: invert(63%) sepia(54%) saturate(333%) hue-rotate(3deg) brightness(96%) contrast(87%);
}

@media (max-width: 767px) {
  .fcx-logo {
    width: 140px;
    margin: 3px 0 0 10px;
  }
}

/* HEADLINES */

.block-header {
  margin-bottom: 20px;
  margin-top: 60px;
  position: relative;
  padding: 0 0 16px;
  border-bottom: 1px solid #222222;
}

.block-header > h2 {
  font-size: 1.3em;
  color: #222222;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .block-header {
    margin-top: 20px;
  }
}

/* INSTAGRAM */

.fcx-instagram-icon {
  display: inline-block;
  width: 44px;
  margin-right: 6px;
  margin-left: 7px;
}

.fcx-instagram-headline {
  display: inline-block;
  position: relative;
  top: 5px;
}

.fcx-instagram-container {
  background: #222222;
  font-size: 0;
  text-align: center;
}

.fcx-instagram-item {
  display: inline-block;
  padding: 10px 5px 0 5px;
}

.fcx-instagram-item img {
  width: 11vw;
  height: 11vw;
  object-fit: cover;
}

@media (max-width: 1019px) {
  .fcx-instagram-item img {
    width: 20vw;
    height: 20vw;
  }
}

/* LIGHTBOX */

#lg-outer {
  background: rgba(0, 0, 0, 0.9);
}

/* LOGIN */

.lc-block {
  width: auto;
}

.lc-block:not(.lcb-alt) {
  padding: 30px;
}

.login-navigation > li:not(:hover) {
  color: #222222;
  background: #EEEEEE;
  font-size: 15px;
  border-radius: 15px;
  padding: 5px 15px;
}

.login-navigation > li:hover {
  background: #555555;
  font-size: 15px;
  border-radius: 15px;
  padding: 5px 15px;
}

/* NARROW COLUMN */

.fcx-post-narrow-column {
  padding-left: 2.5vw;
}

.list-group-item {
  padding: 15px 0;
  margin-bottom: 0;
}

.list-group-item,
.list-group-item:first-child,
.list-group-item:last-child {
  border: 0;
  background-color: transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item.media {
  border-bottom: 1px solid #222222;
  margin-top: 0;
}

.lgi-heading {
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
}

.fcx-widget-headline {
  border-bottom: 1px solid #222222;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 0;
  font-family: 'spectral', "Times New Roman", "Minion Pro";
  text-align: center;
  text-transform: uppercase;
}

.fcx-right-column.recommended-img {
  width: 100px !important;
}

#right-banner img {
  width: 100%;
  height: auto;
}

.fcx-articles-menu {
  border: 0;
  border-top: 1px solid #EEEEEE;
}

#right-banner-yt .ad-event-label {
  display: none;
}

.ad-event-label.fcx-kalendarium {
  bottom: unset;
  top: 0;
}

@media (max-width: 1019px) {
  .fcx-post-narrow-column {
    padding-left: 1vw;
  }

  .fcx-right-column.recommended-img {
    width: 70px !important;
  }
}

@media (max-width: 767px) {
  .fcx-post-narrow-column {
    padding-left: 10px;
  }
}

/* NEW AND WORTHWHILE */

.fcx-post-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 25px 25px 25px;
  background: #222222a3;
  width: 100%;
}

/* NEWS */

@media (min-width: 1020px) {
  .fcx-news-big-content {
    position: absolute;
    right: 0;
    top: 50%;
    width: calc(66.66666667% - 7px);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 10px 5px 10px;
  }

  .fcx-news-big-content .fcx-post-title a {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .fcx-news-small-content {
    opacity: 0;
    transition: 0.3s opacity;
    position: absolute;
    top: 0;
    background: #000000B0;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .fcx-news-small .clickable-box:hover .fcx-news-small-content {
    opacity: 1;
    transition: 0.3s opacity;
  }

  .fcx-news-small-inner-content {
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: translateY(-50%);
    padding: 5px;
    width: 100%;
  }

  .fcx-news-small-inner-content h3 {
    line-height: 0.8em;
  }

  .fcx-news-small-inner-content .fcx-post-title a {
    color: #FFFFFF;
    font-size: 0.7em;
  }
}

@media (min-width: 768px) and (max-width: 1339px) {
  .fcx-news-big-content .fcx-post-title a {
    font-size: 28px;
  }
}

/* NEWSLETTER */

#newsletter {
  background: url(../img/newsletter-background.webp) #222222 no-repeat center center;
  padding: 65px 0;
  background-size: cover;
}

#newsletter .form-group {
  position: relative;
  vertical-align: top;
}

.fcx-inpup-newsletter {
  font-size: 16px;
  height: 45px;
  color: #222222;
  background: #FFFFFF;
  padding-right: 185px !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border-color: #FFFFFF;
}

.fcx-inpup-newsletter::-webkit-input-placeholder {
  color: #555555;
}

.fcx-inpup-newsletter:-moz-placeholder {
  color: #555555;
}

.fcx-inpup-newsletter::-moz-placeholder {
  color: #555555;
}

.fcx-inpup-newsletter:-ms-input-placeholder {
  color: #555555;
}

.fcx-submit-newsletter {
  background: #C3A562;
  width: 170px;
  height: 31px;
  color: #FFFFFF;
  font-weight: 500;
  position: absolute;
  right: 7px;
  bottom: 7px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

#contactBoxHiddenInfo {
  display: block;
  text-align: center;
  background: #4CAF50;
  padding: 10px;
  color: #FFFFFF;
  margin: 25px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

#contactBoxHiddenInfoError {
  display: block;
  text-align: center;
  background: #F44336;
  padding: 10px;
  color: #FFFFFF;
  margin: 25px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .fcx-submit-newsletter {
    width: 110px;
  }

  .fcx-inpup-newsletter {
    padding-right: 130px !important;
  }
}

/* NEWSLETTER POPUP */

.fcx-newsletter-box {
  padding: 0px 20px;
}

.fcx-newsletter-box .fcx-inpup-newsletter {
  font-size: 20px;
}

.fcx-newsletter-box .fcx-submit-newsletter {
  height: 32px;
  bottom: -13px;
  right: 27px;
}

.emelu-lightbox-target {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
}

.fcx-lightbox-container {
  background-color: #ffffff;
  margin: 80px auto;
  padding: 0;
  border: 0;
  max-width: 600px;
}

.fcx-lightbox-container .np-logo > .np-btn-logo > img {
  height: 40px;
}

.fcx-location-content {
  background-image: url("../img/newsletter/zip-nl-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  height: auto;
  text-align: center;
  background-color: #222222;
  padding-bottom: 5px;
}

.fcx-location-bubble a {
  color: #fff;
  text-decoration: underline;
}

.fcx-location-bubble a:hover {
  text-decoration: none;
}

.fcx-location-popup-title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 75px 7px 75px;
  line-height: 34px;
  letter-spacing: -0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 128px;
  position: relative;
}

.fcx-location-popup-text {
  font-size: 20px;
  padding: 0 35px 15px;
  line-height: 23px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 150px;
}

.fcx-close-button {
  display: flex;
  justify-content: flex-end;
}

.fcx-close-icon {
  font-size: 32px;
  cursor: pointer;
  margin-top: 16px;
  margin-right: 16px;
}

.fcx-close-icon:hover {
  color: #C3A562;
}

@media (max-width: 767px) {
  .emelu-lightbox-target {
    display: none !important;
  }
}

/* QUIZES */

.fcx-quiz-description img {
  width: 100%;
}

.fcx-quiz-hit {
  border: 2px solid #7ad62a;
  border-radius: 20px;
  padding: 5px 15px;
}

.fcx-quiz-miss {
  border: 2px solid #e06983;
  border-radius: 20px;
  padding: 5px 15px;
}

.fcx-quiz-miss .input-helper,
.fcx-quiz-hit .input-helper {
  display: none !important;
}

.fcx-quiz-hit:before {
  content: '\f1de';
  position: absolute;
  left: 12px;
  color: #63bd16;
  font-family: 'Material-Design-Iconic-Font';
}

.fcx-quiz-miss:before {
  content: '\f135';
  position: absolute;
  left: 12px;
  color: #e81545;
  font-family: 'Material-Design-Iconic-Font';
}

.fcx-quiz-title {
  font-size: 2em;
  font-weight: bold;
  color: #c3a561;
}

/* SLIDER HP MAIN */

#slider-home {
  transition: 0.4s margin-top;
}

#slider-home .carousel-indicators {
  line-height: 0;
  padding: 1px 0 10px 0;
  background: transparent;
}

#slider-home .carousel-inner > .item > a > img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

#slider-home .carousel-inner .carousel-caption {
  padding-top: 1%;
  padding-bottom: 2%;
  text-shadow: none;
}

#slider-home .carousel-inner .carousel-caption > h3 {
  font-size: 2.7vw;
  color: #FFFFFF;
}

@media (min-width: 768px) and (max-width: 1339px) {
  #slider-home {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 1340px) {
  #slider-home .carousel-inner > .item > a > img {
    max-height: 650px;
  }

  #slider-home .carousel-inner .carousel-caption {
    padding-bottom: 1%;
  }

  #slider-home .carousel-inner .carousel-caption > h3 {
    font-size: 42px;
  }
}

/* SLIDER HP PREMIUM */

#slider-premium .carousel-indicators {
  line-height: 0;
  padding: 1px 0 10px 0;
  background: transparent;
}

.fcx-inactive-url {
  cursor: default;
  pointer-events: none;
}

.fcx-icon-link {
  align-items: center;
  display: flex;
  padding-bottom: 10px;
}

.fcx-icon-link:hover {
  border-bottom: 1px dotted #555555;
}

.fcx-icon-link:active {
  border-bottom: 1px solid #C3A562;
}

.fcx-slider-label {
  background: #C3A562;
  color: #fff;
  border: 1px solid #C3A562;
  box-sizing: border-box;
  font-size: 11px;
  padding: 0 5px;
}

.fcx-slider-label:first-child {
  background: #222222;
}

.fcx-content {
  position: relative;
  top: 200px;
}

@media (min-width: 768px) and (max-width: 1339px) {
  .fcx-content {
    top: 88px;
  }
}

@media (max-width: 1019px) {
  .fcx-content {
    top: 0;
    padding: 30px 0;
  }

  .fcx-content h2 {
    font-size: 24px;
  }
}

/* TABLE */

@media (max-width: 767px) {
  .table-responsive > .table > tbody > tr > td {
    white-space: normal !important;
  }
}

/* TILE WITH ICON */

.fcx-tile-with-icon {
  background: #EEEEEE;
  min-height: 150px;
  margin-bottom: 20px;
  align-items: stretch;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.fcx-tile-with-icon .fcx-tile-content {
  align-items: center;
  display: flex;
}

.fcx-tile-with-icon:hover {
  background: #f1f1f1;
}

.fcx-tile-with-icon:active {
  background: #EEEEEE;
}

.fcx-tile-with-icon img {
  width: 70px;
  height: 70px;
  margin: 0 15px;
}

.fcx-tile-with-icon h4 {
  font-family: 'Roboto';
  font-size: 26px;
  color: #C3A562;
  margin: 0;
  font-weight: 300;
  width: 180px;
}

.fcx-tile-with-icon h4 p {
  font-size: 18px;
  color: #222222;
  margin: 5px 0 0 0;
}

/* VIDEO REVIEWS */

.fcx-video-frame {
  width: 100%;
  height: 20px;
  background: #e6e6e6 url("../img/video-frame.webp") repeat-x center center;
  margin: 0 0 10px 0;
  position: relative;
}

.fcx-video-frame:before {
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 30px;
  height: 20px;
  background: #e6e6e6;
  content: ' ';
  border-radius: 5px 0 0 5px;
}

.fcx-video-frame:after {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 30px;
  height: 20px;
  background: #e6e6e6;
  content: ' ';
  border-radius: 0 5px 5px 0;
}

.fcx-video-reviews .fcx-post-title a {
  font-size: 18px;
}

@media (min-width: 768px) {
  .fcx-video-reviews .fcx-post-title {
    line-height: 15px;
  }

  .fcx-video-reviews .fcx-post-title a {
    font-size: 15px;
  }
}

.fb-like {
  margin: 0px 0px 10px -11px;
}

.fb-page {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 700px) {
  .fb-page-div {
    display: none;
  }
}

html.ismobile .fb-page-div {
  display: none;
}

.fcx-post-meta-author {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fcx-post-title-author {
  height: 2.8rem!important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px) {
  .fcx-post-title-author {
    height: 8.8rem!important;
    -webkit-line-clamp: 3!important;
  }
}

.related-article {
  width: 100%;
  margin: 16px 0 16px 0;
}

@media (min-width: 1020px) {
  .related-article-title {
    font-size: 18px;
  }
}

@media (max-width: 1019px) {
  .related-article-title {
    font-size: 16px;
  }
}

.related-article img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.related-article-box p {
  color: #FFFFFF !important;
}

.related-article-box:hover p {
  color: #C3A562 !important;
}

.related-article-box p {
  transition: color 0.2s;
}

.related-article-box {
  background-color: #222222;
  border: solid 2px #222222;
}

.related-article-box-description {
  padding: 24px 24px 0 24px;
}

.related-article-box-description-title {
  font-size: 2rem;
  font-weight: bold;
}

.related-article-box-description-text {
  font-size: 1.6rem;
}
span.flag{width:44px;height:30px;display:inline-block}img.flag{width:30px}.flag{background:url(../img/flags_responsive.png) no-repeat;background-size:100%}.flag-ad{background-position:0 .413223%}.flag-ae{background-position:0 .826446%}.flag-af{background-position:0 1.239669%}.flag-ag{background-position:0 1.652893%}.flag-ai{background-position:0 2.066116%}.flag-al{background-position:0 2.479339%}.flag-am{background-position:0 2.892562%}.flag-an{background-position:0 3.305785%}.flag-ao{background-position:0 3.719008%}.flag-aq{background-position:0 4.132231%}.flag-ar{background-position:0 4.545455%}.flag-as{background-position:0 4.958678%}.flag-at{background-position:0 5.371901%}.flag-au{background-position:0 5.785124%}.flag-aw{background-position:0 6.198347%}.flag-az{background-position:0 6.61157%}.flag-ba{background-position:0 7.024793%}.flag-bb{background-position:0 7.438017%}.flag-bd{background-position:0 7.85124%}.flag-be{background-position:0 8.264463%}.flag-bf{background-position:0 8.677686%}.flag-bg{background-position:0 9.090909%}.flag-bh{background-position:0 9.504132%}.flag-bi{background-position:0 9.917355%}.flag-bj{background-position:0 10.330579%}.flag-bm{background-position:0 10.743802%}.flag-bn{background-position:0 11.157025%}.flag-bo{background-position:0 11.570248%}.flag-br{background-position:0 11.983471%}.flag-bs{background-position:0 12.396694%}.flag-bt{background-position:0 12.809917%}.flag-bv{background-position:0 13.22314%}.flag-bw{background-position:0 13.636364%}.flag-by{background-position:0 14.049587%}.flag-bz{background-position:0 14.46281%}.flag-ca{background-position:0 14.876033%}.flag-cc{background-position:0 15.289256%}.flag-cd{background-position:0 15.702479%}.flag-cf{background-position:0 16.115702%}.flag-cg{background-position:0 16.528926%}.flag-ch{background-position:0 16.942149%}.flag-ci{background-position:0 17.355372%}.flag-ck{background-position:0 17.768595%}.flag-cl{background-position:0 18.181818%}.flag-cm{background-position:0 18.595041%}.flag-cn{background-position:0 19.008264%}.flag-co{background-position:0 19.421488%}.flag-cr{background-position:0 19.834711%}.flag-cu{background-position:0 20.247934%}.flag-cv{background-position:0 20.661157%}.flag-cx{background-position:0 21.07438%}.flag-cy{background-position:0 21.487603%}.flag-cz{background-position:0 21.900826%}.flag-de{background-position:0 22.31405%}.flag-dj{background-position:0 22.727273%}.flag-dk{background-position:0 23.140496%}.flag-dm{background-position:0 23.553719%}.flag-do{background-position:0 23.966942%}.flag-dz{background-position:0 24.380165%}.flag-ec{background-position:0 24.793388%}.flag-ee{background-position:0 25.206612%}.flag-eg{background-position:0 25.619835%}.flag-eh{background-position:0 26.033058%}.flag-er{background-position:0 26.446281%}.flag-es{background-position:0 26.859504%}.flag-et{background-position:0 27.272727%}.flag-fi{background-position:0 27.68595%}.flag-fj{background-position:0 28.099174%}.flag-fk{background-position:0 28.512397%}.flag-fm{background-position:0 28.92562%}.flag-fo{background-position:0 29.338843%}.flag-fr{background-position:0 29.752066%}.flag-ga{background-position:0 30.165289%}.flag-gd{background-position:0 30.578512%}.flag-ge{background-position:0 30.991736%}.flag-gf{background-position:0 31.404959%}.flag-gh{background-position:0 31.818182%}.flag-gi{background-position:0 32.231405%}.flag-gl{background-position:0 32.644628%}.flag-gm{background-position:0 33.057851%}.flag-gn{background-position:0 33.471074%}.flag-gp{background-position:0 33.884298%}.flag-gq{background-position:0 34.297521%}.flag-gr{background-position:0 34.710744%}.flag-gs{background-position:0 35.123967%}.flag-gt{background-position:0 35.53719%}.flag-gu{background-position:0 35.950413%}.flag-gw{background-position:0 36.363636%}.flag-gy{background-position:0 36.77686%}.flag-hk{background-position:0 37.190083%}.flag-hm{background-position:0 37.603306%}.flag-hn{background-position:0 38.016529%}.flag-hr{background-position:0 38.429752%}.flag-ht{background-position:0 38.842975%}.flag-hu{background-position:0 39.256198%}.flag-id{background-position:0 39.669421%}.flag-ie{background-position:0 40.082645%}.flag-il{background-position:0 40.495868%}.flag-in{background-position:0 40.909091%}.flag-io{background-position:0 41.322314%}.flag-iq{background-position:0 41.735537%}.flag-ir{background-position:0 42.14876%}.flag-is{background-position:0 42.561983%}.flag-it{background-position:0 42.975207%}.flag-jm{background-position:0 43.38843%}.flag-jo{background-position:0 43.801653%}.flag-jp{background-position:0 44.214876%}.flag-ke{background-position:0 44.628099%}.flag-kg{background-position:0 45.041322%}.flag-kh{background-position:0 45.454545%}.flag-ki{background-position:0 45.867769%}.flag-km{background-position:0 46.280992%}.flag-kn{background-position:0 46.694215%}.flag-kp{background-position:0 47.107438%}.flag-kr{background-position:0 47.520661%}.flag-kw{background-position:0 47.933884%}.flag-ky{background-position:0 48.347107%}.flag-kz{background-position:0 48.760331%}.flag-la{background-position:0 49.173554%}.flag-lb{background-position:0 49.586777%}.flag-lc{background-position:0 50%}.flag-li{background-position:0 50.413223%}.flag-lk{background-position:0 50.826446%}.flag-lr{background-position:0 51.239669%}.flag-ls{background-position:0 51.652893%}.flag-lt{background-position:0 52.066116%}.flag-lu{background-position:0 52.479339%}.flag-lv{background-position:0 52.892562%}.flag-ly{background-position:0 53.305785%}.flag-ma{background-position:0 53.719008%}.flag-mc{background-position:0 54.132231%}.flag-md{background-position:0 54.545455%}.flag-me{background-position:0 54.958678%}.flag-mg{background-position:0 55.371901%}.flag-mh{background-position:0 55.785124%}.flag-mk{background-position:0 56.198347%}.flag-ml{background-position:0 56.61157%}.flag-mm{background-position:0 57.024793%}.flag-mn{background-position:0 57.438017%}.flag-mo{background-position:0 57.85124%}.flag-mp{background-position:0 58.264463%}.flag-mq{background-position:0 58.677686%}.flag-mr{background-position:0 59.090909%}.flag-ms{background-position:0 59.504132%}.flag-mt{background-position:0 59.917355%}.flag-mu{background-position:0 60.330579%}.flag-mv{background-position:0 60.743802%}.flag-mw{background-position:0 61.157025%}.flag-mx{background-position:0 61.570248%}.flag-my{background-position:0 61.983471%}.flag-mz{background-position:0 62.396694%}.flag-na{background-position:0 62.809917%}.flag-nc{background-position:0 63.22314%}.flag-ne{background-position:0 63.636364%}.flag-nf{background-position:0 64.049587%}.flag-ng{background-position:0 64.46281%}.flag-ni{background-position:0 64.876033%}.flag-nl{background-position:0 65.289256%}.flag-no{background-position:0 65.702479%}.flag-np{background-position:0 66.115702%}.flag-nr{background-position:0 66.528926%}.flag-nu{background-position:0 66.942149%}.flag-nz{background-position:0 67.355372%}.flag-om{background-position:0 67.768595%}.flag-pa{background-position:0 68.181818%}.flag-pe{background-position:0 68.595041%}.flag-pf{background-position:0 69.008264%}.flag-pg{background-position:0 69.421488%}.flag-ph{background-position:0 69.834711%}.flag-pk{background-position:0 70.247934%}.flag-pl{background-position:0 70.661157%}.flag-pm{background-position:0 71.07438%}.flag-pn{background-position:0 71.487603%}.flag-pr{background-position:0 71.900826%}.flag-pt{background-position:0 72.31405%}.flag-pw{background-position:0 72.727273%}.flag-py{background-position:0 73.140496%}.flag-qa{background-position:0 73.553719%}.flag-re{background-position:0 73.966942%}.flag-ro{background-position:0 74.380165%}.flag-rs{background-position:0 74.793388%}.flag-ru{background-position:0 75.206612%}.flag-rw{background-position:0 75.619835%}.flag-sa{background-position:0 76.033058%}.flag-sb{background-position:0 76.446281%}.flag-sc{background-position:0 76.859504%}.flag-sd{background-position:0 77.272727%}.flag-se{background-position:0 77.68595%}.flag-sg{background-position:0 78.099174%}.flag-sh{background-position:0 78.512397%}.flag-si{background-position:0 78.92562%}.flag-sj{background-position:0 79.338843%}.flag-sk{background-position:0 79.752066%}.flag-sl{background-position:0 80.165289%}.flag-sm{background-position:0 80.578512%}.flag-sn{background-position:0 80.991736%}.flag-so{background-position:0 81.404959%}.flag-sr{background-position:0 81.818182%}.flag-ss{background-position:0 82.231405%}.flag-st{background-position:0 82.644628%}.flag-sv{background-position:0 83.057851%}.flag-sy{background-position:0 83.471074%}.flag-sz{background-position:0 83.884298%}.flag-tc{background-position:0 84.297521%}.flag-td{background-position:0 84.710744%}.flag-tf{background-position:0 85.123967%}.flag-tg{background-position:0 85.53719%}.flag-th{background-position:0 85.950413%}.flag-tj{background-position:0 86.363636%}.flag-tk{background-position:0 86.77686%}.flag-tl{background-position:0 87.190083%}.flag-tm{background-position:0 87.603306%}.flag-tn{background-position:0 88.016529%}.flag-to{background-position:0 88.429752%}.flag-tp{background-position:0 88.842975%}.flag-tr{background-position:0 89.256198%}.flag-tt{background-position:0 89.669421%}.flag-tv{background-position:0 90.082645%}.flag-tw{background-position:0 90.495868%}.flag-ty{background-position:0 90.909091%}.flag-tz{background-position:0 91.322314%}.flag-ua{background-position:0 91.735537%}.flag-ug{background-position:0 92.14876%}.flag-gb,.flag-uk{background-position:0 92.561983%}.flag-um{background-position:0 92.975207%}.flag-us{background-position:0 93.38843%}.flag-uy{background-position:0 93.801653%}.flag-uz{background-position:0 94.214876%}.flag-va{background-position:0 94.628099%}.flag-vc{background-position:0 95.041322%}.flag-ve{background-position:0 95.454545%}.flag-vg{background-position:0 95.867769%}.flag-vi{background-position:0 96.280992%}.flag-vn{background-position:0 96.694215%}.flag-vu{background-position:0 97.107438%}.flag-wf{background-position:0 97.520661%}.flag-ws{background-position:0 97.933884%}.flag-ye{background-position:0 98.347107%}.flag-za{background-position:0 98.760331%}.flag-zm{background-position:0 99.173554%}.flag-zr{background-position:0 99.586777%}.flag-zw{background-position:0 100%}
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.css.map*/