@charset "UTF-8";
.profile-navigation {
  padding-right: 15px;
}

.text-right {
  text-align: right !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mr-n1 {
  margin-right: -0.25rem !important;
}

.mr-n2 {
  margin-right: -0.5rem !important;
}

.mr-n3 {
  margin-right: -1rem !important;
}

.mr-n4 {
  margin-right: -1.5rem !important;
}

.mr-n5 {
  margin-right: -3rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.ml-n2 {
  margin-left: -0.5rem !important;
}

.ml-n3 {
  margin-left: -1rem !important;
}

.ml-n4 {
  margin-left: -1.5rem !important;
}

.ml-n5 {
  margin-left: -3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

@font-face {
  font-family: themify;
  src: url(../../assets/fonts/application/themify.woff) format("woff"), url(../../assets/fonts/application/themify.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class^=ti-],
[class*=" ti-"] {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "";
}

.ti-volume:before {
  content: "";
}

.ti-user:before {
  content: "";
}

.ti-unlock:before {
  content: "";
}

.ti-unlink:before {
  content: "";
}

.ti-trash:before {
  content: "";
}

.ti-thought:before {
  content: "";
}

.ti-target:before {
  content: "";
}

.ti-tag:before {
  content: "";
}

.ti-tablet:before {
  content: "";
}

.ti-star:before {
  content: "";
}

.ti-spray:before {
  content: "";
}

.ti-signal:before {
  content: "";
}

.ti-shopping-cart:before {
  content: "";
}

.ti-shopping-cart-full:before {
  content: "";
}

.ti-settings:before {
  content: "";
}

.ti-search:before {
  content: "";
}

.ti-zoom-in:before {
  content: "";
}

.ti-zoom-out:before {
  content: "";
}

.ti-cut:before {
  content: "";
}

.ti-ruler:before {
  content: "";
}

.ti-ruler-pencil:before {
  content: "";
}

.ti-ruler-alt:before {
  content: "";
}

.ti-bookmark:before {
  content: "";
}

.ti-bookmark-alt:before {
  content: "";
}

.ti-reload:before {
  content: "";
}

.ti-plus:before {
  content: "";
}

.ti-pin:before {
  content: "";
}

.ti-pencil:before {
  content: "";
}

.ti-pencil-alt:before {
  content: "";
}

.ti-paint-roller:before {
  content: "";
}

.ti-paint-bucket:before {
  content: "";
}

.ti-na:before {
  content: "";
}

.ti-mobile:before {
  content: "";
}

.ti-minus:before {
  content: "";
}

.ti-medall:before {
  content: "";
}

.ti-medall-alt:before {
  content: "";
}

.ti-marker:before {
  content: "";
}

.ti-marker-alt:before {
  content: "";
}

.ti-arrow-up:before {
  content: "";
}

.ti-arrow-right:before {
  content: "";
}

.ti-arrow-left:before {
  content: "";
}

.ti-arrow-down:before {
  content: "";
}

.ti-lock:before {
  content: "";
}

.ti-location-arrow:before {
  content: "";
}

.ti-link:before {
  content: "";
}

.ti-layout:before {
  content: "";
}

.ti-layers:before {
  content: "";
}

.ti-layers-alt:before {
  content: "";
}

.ti-key:before {
  content: "";
}

.ti-import:before {
  content: "";
}

.ti-image:before {
  content: "";
}

.ti-heart:before {
  content: "";
}

.ti-heart-broken:before {
  content: "";
}

.ti-hand-stop:before {
  content: "";
}

.ti-hand-open:before {
  content: "";
}

.ti-hand-drag:before {
  content: "";
}

.ti-folder:before {
  content: "";
}

.ti-flag:before {
  content: "";
}

.ti-flag-alt:before {
  content: "";
}

.ti-flag-alt-2:before {
  content: "";
}

.ti-eye:before {
  content: "";
}

.ti-export:before {
  content: "";
}

.ti-exchange-vertical:before {
  content: "";
}

.ti-desktop:before {
  content: "";
}

.ti-cup:before {
  content: "";
}

.ti-crown:before {
  content: "";
}

.ti-comments:before {
  content: "";
}

.ti-comment:before {
  content: "";
}

.ti-comment-alt:before {
  content: "";
}

.ti-close:before {
  content: "";
}

.ti-clip:before {
  content: "";
}

.ti-angle-up:before {
  content: "";
}

.ti-angle-right:before {
  content: "";
}

.ti-angle-left:before {
  content: "";
}

.ti-angle-down:before {
  content: "";
}

.ti-check:before {
  content: "";
}

.ti-check-box:before {
  content: "";
}

.ti-camera:before {
  content: "";
}

.ti-announcement:before {
  content: "";
}

.ti-brush:before {
  content: "";
}

.ti-briefcase:before {
  content: "";
}

.ti-bolt:before {
  content: "";
}

.ti-bolt-alt:before {
  content: "";
}

.ti-blackboard:before {
  content: "";
}

.ti-bag:before {
  content: "";
}

.ti-move:before {
  content: "";
}

.ti-arrows-vertical:before {
  content: "";
}

.ti-arrows-horizontal:before {
  content: "";
}

.ti-fullscreen:before {
  content: "";
}

.ti-arrow-top-right:before {
  content: "";
}

.ti-arrow-top-left:before {
  content: "";
}

.ti-arrow-circle-up:before {
  content: "";
}

.ti-arrow-circle-right:before {
  content: "";
}

.ti-arrow-circle-left:before {
  content: "";
}

.ti-arrow-circle-down:before {
  content: "";
}

.ti-angle-double-up:before {
  content: "";
}

.ti-angle-double-right:before {
  content: "";
}

.ti-angle-double-left:before {
  content: "";
}

.ti-angle-double-down:before {
  content: "";
}

.ti-zip:before {
  content: "";
}

.ti-world:before {
  content: "";
}

.ti-wheelchair:before {
  content: "";
}

.ti-view-list:before {
  content: "";
}

.ti-view-list-alt:before {
  content: "";
}

.ti-view-grid:before {
  content: "";
}

.ti-uppercase:before {
  content: "";
}

.ti-upload:before {
  content: "";
}

.ti-underline:before {
  content: "";
}

.ti-truck:before {
  content: "";
}

.ti-timer:before {
  content: "";
}

.ti-ticket:before {
  content: "";
}

.ti-thumb-up:before {
  content: "";
}

.ti-thumb-down:before {
  content: "";
}

.ti-text:before {
  content: "";
}

.ti-stats-up:before {
  content: "";
}

.ti-stats-down:before {
  content: "";
}

.ti-split-v:before {
  content: "";
}

.ti-split-h:before {
  content: "";
}

.ti-smallcap:before {
  content: "";
}

.ti-shine:before {
  content: "";
}

.ti-shift-right:before {
  content: "";
}

.ti-shift-left:before {
  content: "";
}

.ti-shield:before {
  content: "";
}

.ti-notepad:before {
  content: "";
}

.ti-server:before {
  content: "";
}

.ti-quote-right:before {
  content: "";
}

.ti-quote-left:before {
  content: "";
}

.ti-pulse:before {
  content: "";
}

.ti-printer:before {
  content: "";
}

.ti-power-off:before {
  content: "";
}

.ti-plug:before {
  content: "";
}

.ti-pie-chart:before {
  content: "";
}

.ti-paragraph:before {
  content: "";
}

.ti-panel:before {
  content: "";
}

.ti-package:before {
  content: "";
}

.ti-music:before {
  content: "";
}

.ti-music-alt:before {
  content: "";
}

.ti-mouse:before {
  content: "";
}

.ti-mouse-alt:before {
  content: "";
}

.ti-money:before {
  content: "";
}

.ti-microphone:before {
  content: "";
}

.ti-menu:before {
  content: "";
}

.ti-menu-alt:before {
  content: "";
}

.ti-map:before {
  content: "";
}

.ti-map-alt:before {
  content: "";
}

.ti-loop:before {
  content: "";
}

.ti-location-pin:before {
  content: "";
}

.ti-list:before {
  content: "";
}

.ti-light-bulb:before {
  content: "";
}

.ti-Italic:before {
  content: "";
}

.ti-info:before {
  content: "";
}

.ti-infinite:before {
  content: "";
}

.ti-id-badge:before {
  content: "";
}

.ti-hummer:before {
  content: "";
}

.ti-home:before {
  content: "";
}

.ti-help:before {
  content: "";
}

.ti-headphone:before {
  content: "";
}

.ti-harddrives:before {
  content: "";
}

.ti-harddrive:before {
  content: "";
}

.ti-gift:before {
  content: "";
}

.ti-game:before {
  content: "";
}

.ti-filter:before {
  content: "";
}

.ti-files:before {
  content: "";
}

.ti-file:before {
  content: "";
}

.ti-eraser:before {
  content: "";
}

.ti-envelope:before {
  content: "";
}

.ti-download:before {
  content: "";
}

.ti-direction:before {
  content: "";
}

.ti-direction-alt:before {
  content: "";
}

.ti-dashboard:before {
  content: "";
}

.ti-control-stop:before {
  content: "";
}

.ti-control-shuffle:before {
  content: "";
}

.ti-control-play:before {
  content: "";
}

.ti-control-pause:before {
  content: "";
}

.ti-control-forward:before {
  content: "";
}

.ti-control-backward:before {
  content: "";
}

.ti-cloud:before {
  content: "";
}

.ti-cloud-up:before {
  content: "";
}

.ti-cloud-down:before {
  content: "";
}

.ti-clipboard:before {
  content: "";
}

.ti-car:before {
  content: "";
}

.ti-calendar:before {
  content: "";
}

.ti-book:before {
  content: "";
}

.ti-bell:before {
  content: "";
}

.ti-basketball:before {
  content: "";
}

.ti-bar-chart:before {
  content: "";
}

.ti-bar-chart-alt:before {
  content: "";
}

.ti-back-right:before {
  content: "";
}

.ti-back-left:before {
  content: "";
}

.ti-arrows-corner:before {
  content: "";
}

.ti-archive:before {
  content: "";
}

.ti-anchor:before {
  content: "";
}

.ti-align-right:before {
  content: "";
}

.ti-align-left:before {
  content: "";
}

.ti-align-justify:before {
  content: "";
}

.ti-align-center:before {
  content: "";
}

.ti-alert:before {
  content: "";
}

.ti-alarm-clock:before {
  content: "";
}

.ti-agenda:before {
  content: "";
}

.ti-write:before {
  content: "";
}

.ti-window:before {
  content: "";
}

.ti-widgetized:before {
  content: "";
}

.ti-widget:before {
  content: "";
}

.ti-widget-alt:before {
  content: "";
}

.ti-wallet:before {
  content: "";
}

.ti-video-clapper:before {
  content: "";
}

.ti-video-camera:before {
  content: "";
}

.ti-vector:before {
  content: "";
}

.ti-themify-logo:before {
  content: "";
}

.ti-themify-favicon:before {
  content: "";
}

.ti-themify-favicon-alt:before {
  content: "";
}

.ti-support:before {
  content: "";
}

.ti-stamp:before {
  content: "";
}

.ti-split-v-alt:before {
  content: "";
}

.ti-slice:before {
  content: "";
}

.ti-shortcode:before {
  content: "";
}

.ti-shift-right-alt:before {
  content: "";
}

.ti-shift-left-alt:before {
  content: "";
}

.ti-ruler-alt-2:before {
  content: "";
}

.ti-receipt:before {
  content: "";
}

.ti-pin2:before {
  content: "";
}

.ti-pin-alt:before {
  content: "";
}

.ti-pencil-alt2:before {
  content: "";
}

.ti-palette:before {
  content: "";
}

.ti-more:before {
  content: "";
}

.ti-more-alt:before {
  content: "";
}

.ti-microphone-alt:before {
  content: "";
}

.ti-magnet:before {
  content: "";
}

.ti-line-double:before {
  content: "";
}

.ti-line-dotted:before {
  content: "";
}

.ti-line-dashed:before {
  content: "";
}

.ti-layout-width-full:before {
  content: "";
}

.ti-layout-width-default:before {
  content: "";
}

.ti-layout-width-default-alt:before {
  content: "";
}

.ti-layout-tab:before {
  content: "";
}

.ti-layout-tab-window:before {
  content: "";
}

.ti-layout-tab-v:before {
  content: "";
}

.ti-layout-tab-min:before {
  content: "";
}

.ti-layout-slider:before {
  content: "";
}

.ti-layout-slider-alt:before {
  content: "";
}

.ti-layout-sidebar-right:before {
  content: "";
}

.ti-layout-sidebar-none:before {
  content: "";
}

.ti-layout-sidebar-left:before {
  content: "";
}

.ti-layout-placeholder:before {
  content: "";
}

.ti-layout-menu:before {
  content: "";
}

.ti-layout-menu-v:before {
  content: "";
}

.ti-layout-menu-separated:before {
  content: "";
}

.ti-layout-menu-full:before {
  content: "";
}

.ti-layout-media-right-alt:before {
  content: "";
}

.ti-layout-media-right:before {
  content: "";
}

.ti-layout-media-overlay:before {
  content: "";
}

.ti-layout-media-overlay-alt:before {
  content: "";
}

.ti-layout-media-overlay-alt-2:before {
  content: "";
}

.ti-layout-media-left-alt:before {
  content: "";
}

.ti-layout-media-left:before {
  content: "";
}

.ti-layout-media-center-alt:before {
  content: "";
}

.ti-layout-media-center:before {
  content: "";
}

.ti-layout-list-thumb:before {
  content: "";
}

.ti-layout-list-thumb-alt:before {
  content: "";
}

.ti-layout-list-post:before {
  content: "";
}

.ti-layout-list-large-image:before {
  content: "";
}

.ti-layout-line-solid:before {
  content: "";
}

.ti-layout-grid4:before {
  content: "";
}

.ti-layout-grid3:before {
  content: "";
}

.ti-layout-grid2:before {
  content: "";
}

.ti-layout-grid2-thumb:before {
  content: "";
}

.ti-layout-cta-right:before {
  content: "";
}

.ti-layout-cta-left:before {
  content: "";
}

.ti-layout-cta-center:before {
  content: "";
}

.ti-layout-cta-btn-right:before {
  content: "";
}

.ti-layout-cta-btn-left:before {
  content: "";
}

.ti-layout-column4:before {
  content: "";
}

.ti-layout-column3:before {
  content: "";
}

.ti-layout-column2:before {
  content: "";
}

.ti-layout-accordion-separated:before {
  content: "";
}

.ti-layout-accordion-merged:before {
  content: "";
}

.ti-layout-accordion-list:before {
  content: "";
}

.ti-ink-pen:before {
  content: "";
}

.ti-info-alt:before {
  content: "";
}

.ti-help-alt:before {
  content: "";
}

.ti-headphone-alt:before {
  content: "";
}

.ti-hand-point-up:before {
  content: "";
}

.ti-hand-point-right:before {
  content: "";
}

.ti-hand-point-left:before {
  content: "";
}

.ti-hand-point-down:before {
  content: "";
}

.ti-gallery:before {
  content: "";
}

.ti-face-smile:before {
  content: "";
}

.ti-face-sad:before {
  content: "";
}

.ti-credit-card:before {
  content: "";
}

.ti-control-skip-forward:before {
  content: "";
}

.ti-control-skip-backward:before {
  content: "";
}

.ti-control-record:before {
  content: "";
}

.ti-control-eject:before {
  content: "";
}

.ti-comments-smiley:before {
  content: "";
}

.ti-brush-alt:before {
  content: "";
}

.ti-youtube:before {
  content: "";
}

.ti-vimeo:before {
  content: "";
}

.ti-twitter:before {
  content: "";
}

.ti-time:before {
  content: "";
}

.ti-tumblr:before {
  content: "";
}

.ti-skype:before {
  content: "";
}

.ti-share:before {
  content: "";
}

.ti-share-alt:before {
  content: "";
}

.ti-rocket:before {
  content: "";
}

.ti-pinterest:before {
  content: "";
}

.ti-new-window:before {
  content: "";
}

.ti-microsoft:before {
  content: "";
}

.ti-list-ol:before {
  content: "";
}

.ti-linkedin:before {
  content: "";
}

.ti-layout-sidebar-2:before {
  content: "";
}

.ti-layout-grid4-alt:before {
  content: "";
}

.ti-layout-grid3-alt:before {
  content: "";
}

.ti-layout-grid2-alt:before {
  content: "";
}

.ti-layout-column4-alt:before {
  content: "";
}

.ti-layout-column3-alt:before {
  content: "";
}

.ti-layout-column2-alt:before {
  content: "";
}

.ti-instagram:before {
  content: "";
}

.ti-google:before {
  content: "";
}

.ti-github:before {
  content: "";
}

.ti-flickr:before {
  content: "";
}

.ti-facebook:before {
  content: "";
}

.ti-dropbox:before {
  content: "";
}

.ti-dribbble:before {
  content: "";
}

.ti-apple:before {
  content: "";
}

.ti-android:before {
  content: "";
}

.ti-save:before {
  content: "";
}

.ti-save-alt:before {
  content: "";
}

.ti-yahoo:before {
  content: "";
}

.ti-wordpress:before {
  content: "";
}

.ti-vimeo-alt:before {
  content: "";
}

.ti-twitter-alt:before {
  content: "";
}

.ti-tumblr-alt:before {
  content: "";
}

.ti-trello:before {
  content: "";
}

.ti-stack-overflow:before {
  content: "";
}

.ti-soundcloud:before {
  content: "";
}

.ti-sharethis:before {
  content: "";
}

.ti-sharethis-alt:before {
  content: "";
}

.ti-reddit:before {
  content: "";
}

.ti-pinterest-alt:before {
  content: "";
}

.ti-microsoft-alt:before {
  content: "";
}

.ti-linux:before {
  content: "";
}

.ti-jsfiddle:before {
  content: "";
}

.ti-joomla:before {
  content: "";
}

.ti-html5:before {
  content: "";
}

.ti-flickr-alt:before {
  content: "";
}

.ti-email:before {
  content: "";
}

.ti-drupal:before {
  content: "";
}

.ti-dropbox-alt:before {
  content: "";
}

.ti-css3:before {
  content: "";
}

.ti-rss:before {
  content: "";
}

.ti-rss-alt:before {
  content: "";
}

.text-center {
  text-align: center !important;
}

.payment-methods > li {
  width: auto;
}

.ba-sections__steps {
  padding: 0;
  list-style: none;
}

.ba-sections__step {
  border: 1px solid #DADADA;
  border-bottom: 4px solid #3ba294;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.ba-sections__title {
  display: flex;
  margin-top: 0;
}
.ba-sections__title__text {
  text-align: center;
  color: #3dc2b1;
  width: calc(100% - 85px);
  padding-top: 4px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .ba-sections__title__text {
    width: calc(100% - 195px);
    padding-top: 12px;
    font-size: 24px;
  }
}

.ba-sections__circle {
  background-image: url(../../assets/images/bullet-buy.svg);
  background-repeat: no-repeat;
  background-size: 88px 54px;
  width: 88px;
  height: 54px;
  display: flex;
  padding-left: 20px;
  align-items: center;
  color: #fff;
}
@media (min-width: 768px) {
  .ba-sections__circle {
    background-size: 94px 54px;
    width: 94px;
  }
}

.sell_form .ba-sections__circle {
  background-image: url(../../assets/images/bullet-sell.svg);
}

.text-left {
  text-align: left !important;
}

@media (min-width: 768px) {
  .page-content {
    padding: 12px 0;
    overflow: hidden;
  }
}
@media (min-width: 769px) {
  .d-lg-block {
    display: block !important;
  }

  .d-sm-none {
    display: none !important;
  }
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 205px;
  min-height: 200px;
  perspective: 1000px;
  perspective-origin: 0 0;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg) translateZ(1px);
  -ms-transform: rotateY(180deg) translateZ(1px);
  -webkit-transform: rotateY(180deg) translateZ(1px);
  -moz-transform: rotateY(180deg) translateZ(1px);
  -o-transform: rotateY(180deg) translateZ(1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.flip-card-front {
  background-color: #eceaec;
  color: black;
}
.flip-card-front img {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.flip-card-back {
  background-color: #fcc666;
  color: white;
  transform: rotateY(180deg) translateZ(1px);
  -ms-transform: rotateY(180deg) translateZ(1px);
  -webkit-transform: rotateY(180deg) translateZ(1px);
  -moz-transform: rotateY(180deg) translateZ(1px);
  -o-transform: rotateY(180deg) translateZ(1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.change-button-small {
  border: 0;
  font-family: roboto slab, serif;
  text-transform: uppercase;
  position: absolute;
  background: #fcc667;
  background: -moz-linear-gradient(#fcc667, #b6882ab0);
  background: -webkit-linear-gradient(#fcc667, #b6882a);
  background: -o-linear-gradient(#fcc667, #b6882ab0);
  background: -ms-linear-gradient(#fcc667, #b6882ab0);
  background: linear-gradient(#fcc667, #b6882ab0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#fcc667", endColorstr="#b6882ab0");
  color: #fff;
  font-weight: 700;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 1em;
  padding: 10px 20px !important;
  margin-left: 10px;
  float: left !important;
  -moz-border-radius: 4px;
  top: -13px;
  border-radius: 4px;
}
@media (max-width: 620px) {
  .change-button-small {
    padding-top: 7px !important;
    top: -9px;
  }
}
@media (min-width: 621px) and (max-width: 1000px) {
  .change-button-small {
    top: 0px;
  }
}

.exchange-arrows-container {
  background: #f4bd46;
  padding: 12px 0;
  padding-top: 10px;
  border-radius: 50%;
  width: 63px;
  margin: 6px auto 0;
  border: none;
  animation: shadow-pulse 1.5s infinite;
  transition: 0.3s;
}
.exchange-arrows-container:hover {
  background: #e1ae50;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .exchange-arrows-container {
    margin-top: 0px;
  }
}
.exchange-arrows-container img {
  display: block;
  width: 65%;
  margin: 4px auto 0;
  filter: brightness(0) invert(1);
}

.cryptoChangeArrows {
  display: inline-block;
}

span.arrowHolder {
  display: flex;
  flex-direction: column;
}

.arrowHolder img:last-child {
  transform: rotate(180deg);
}

.sell_form .ba-sections__title__text {
  color: #426fa1;
}
.sell_form .ba-sections__step {
  border-color: #426fa1;
}
.sell_form .radio label:hover {
  border-color: #426fa1;
}
.sell_form .payment-methods-buy > li .radio label.selected {
  border-color: #426fa1;
}
.sell_form .checkbox-buy.selected .checkbox-view:after {
  background: #426fa1;
}
.sell_form .vertical-line.right {
  right: unset;
}
.sell_form .vertical-line.left {
  left: unset;
}

.change_form .bitcoin-select-btn.active {
  background: #e1ae50 !important;
  transition: 0.3s;
}
.change_form .buttons-list li {
  width: 17%;
}
.change_form .buttons-list span {
  font-size: 26px;
  font-family: "Roboto Slab", serif;
  color: white;
  vertical-align: middle;
}
.change_form .bitcoin-select-btn {
  background: #f6ca6b !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
.change_form .bitcoin-select-btn:after {
  background: #e1ae50 !important;
}
.change_form .bitcoin-select-btn img {
  vertical-align: middle;
  margin-left: 7px;
  margin-right: 7px;
}
.change_form .ba-sections__circle {
  background-image: url(../../assets/images/bullet-change.svg);
}
.change_form .ba-sections__title__text {
  color: #fcc667;
}
.change_form .ba-sections__step {
  border-color: #e1ae50;
}
.change_form .radio label:hover {
  border-color: #fcc667;
}
.change_form .checkbox-buy.selected .checkbox-view:after {
  background: #fcc667;
}
.change_form .submit-change-btn {
  background: #fcc667;
  background: -moz-linear-gradient(#fcc667, #b6882ab0);
  background: -webkit-linear-gradient(#fcc667, #b6882ab0);
  background: -o-linear-gradient(#fcc667, #b6882ab0);
  background: -ms-linear-gradient(#fcc667, #b6882ab0);
  background: linear-gradient(#fcc667, #b6882ab0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#fcc667", endColorstr="#b6882ab0");
  background: -webkit-linear-gradient(#fcc667, #b6882ab0);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2af50), color-stop(1, #fcc667));
  box-shadow: inset 0 0 0 #7f7f7f, 0 5px 0 0 #7f7f7f, 0 10px 5px #999;
}

.selected-crypto {
  top: 27px;
  height: 30px;
  right: 16px;
  border: unset;
  position: absolute;
  padding-left: 10px;
}

.select-border:after {
  content: "";
  position: absolute;
  height: 23px;
  width: 1px;
  background: #f1f3f6;
  right: 76px;
  top: 30px;
}

.selected-fiat {
  background: white;
  top: 27px;
  height: 30px;
  right: 16px;
  border: unset;
  position: absolute;
  padding-left: 10px;
}

.select-border:after {
  content: "";
  position: absolute;
  height: 23px;
  width: 1px;
  background: #f1f3f6;
  right: 76px;
  top: 30px;
}

.alert-danger {
  color: #ffffff;
  background-color: #fe323d;
  border-color: #fe323d;
  width: 360px;
  position: fixed;
  top: 2.4rem;
  right: 3rem;
  z-index: 1060;
  box-shadow: 0 0 38px 0 rgba(218, 49, 49, 0.4);
}

.alert-success {
  color: #ffffff;
  background-color: #00c19e;
  border-color: #00c19e;
  width: 360px;
  position: fixed;
  top: 2.4rem;
  right: 3rem;
  z-index: 1060;
  box-shadow: 0 0 38px 0 #00c19e;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  width: 360px;
  position: fixed;
  top: 2.4rem;
  right: 3rem;
  z-index: 1060;
  box-shadow: 0 0 38px 0 #faebcc;
}

.alert-info {
  background-color: #f1f3f6;
  border-color: #f1f3f6;
  width: 360px;
  position: fixed;
  top: 2.4rem;
  right: 3rem;
  z-index: 1060;
  box-shadow: 0 0 38px 0 rgba(218, 49, 49, 0.4);
}

.cryptoContainer {
  margin-bottom: 21px;
}
.cryptoContainer .slick-list {
  overflow: hidden;
}

.cryptoContainer h3 {
  font-size: 1.2rem;
}

.cryptoContainer-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.cryptoContainer-button {
  background-image: linear-gradient(-180deg, #4A9FC2 32%, #2B618A 100%);
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.24), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  color: #fff;
  padding: 0.5rem 1.8rem;
  display: inline-block;
  margin: 0 1rem;
  min-width: 70px;
}

.cryptoContainer-button img {
  height: 26px;
  margin: 0 auto;
}

.cryptoContainer-button:hover {
  background-image: linear-gradient(-180deg, #3B80A6 32%, #35799E 100%);
}

.slick-current .cryptoContainer-button {
  background: #152F44;
  background-image: linear-gradient(-180deg, #152F44 32%, #0D2335 100%);
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.24);
}

/*.bitcoin-circle{
  background: #fcc25b;
  text-align: center;
  width: 120px;
  left: 104px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.3), inset 0 0 20px rgba(0,0,0,0.9);
  }*/
.bitcoin-circle img {
  /*margin: 10px auto 0 auto;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 85px;
}

.bitcoin-circle-spinner-container {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: inherit;
}

.sale-value-container, .buy-value-container {
  bottom: 4px;
}

.bitcoin-circle-container .slick-list {
  padding-top: 90px;
  padding-bottom: 12px;
}

.bitcoin-calculator .slick-slide {
  background: none;
  box-shadow: none;
  outline: none;
}

.bitcoin-calculator-info {
  padding: 20px 0 20px;
}

.bitcoin-circle div {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  background: #fcc25b;
  z-index: 9999;
}
@media (max-width: 768px) {
  .bitcoin-circle div {
    position: relative;
  }
}

.owl-item {
  height: 58px;
  background: rgba(255, 255, 255, 0.7);
  padding: 12px;
}

.owl-item h1 {
  font-size: 1.8rem;
}

#changing-text .owl-height {
  height: 45px !important;
}

#changing-text .owl-item div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .bitcoin-value a {
    width: 74%;
    float: unset !important;
    margin: 0 auto;
    margin-left: 0;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 8px;
    margin-top: 4px;
  }

  .bitoin-sale-container {
    background: #499dc0;
  }

  .bitcoin-value {
    margin-top: 6px;
    padding-bottom: 0px;
  }

  .bitcoin-circle-spinner-container {
    top: 148px;
  }

  .bitcoin-circle-spinner-container > span {
    bottom: 5px;
  }

  .bootstrap-touchspin {
    top: 4px;
  }

  .bitcoin-circle-spinner-container .bootstrap-touchspin-up {
    line-height: 30px;
    font-size: 40px;
    width: 30px;
    height: 44px;
    background: none;
  }

  .bitcoin-circle-spinner-container .bootstrap-touchspin-down {
    line-height: 30px;
    font-size: 44px;
    width: 30px;
    height: 44px;
    background: none;
  }
}
@media (min-width: 768px) {
  .slick-list {
    overflow: unset;
  }

  .cryptoContainer-button {
    min-width: 100px;
  }

  .cryptoContainer-button img {
    height: 60px;
    margin: 0 auto;
  }

  .bitcoin-circle {
    /*height:300px;
    box-shadow: 0px 0px 0px 12px rgba(0,0,0,0.3), inset 0 0 20px rgba(0,0,0,0.9);*/
  }

  .bitcoin-circle img {
    /*margin: 40px auto 0 auto;*/
    max-height: 150px;
    transform: translate(-50%, -70%);
  }

  .bitcoin-circle div {
    position: absolute;
    width: 300px;
    height: 300px;
    /*left: initial;*/
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    background: #fcc25b;
    z-index: 9999;
  }

  .bitcoin-circle-spinner-container {
    left: 30px;
    right: 30px;
    bottom: 20px;
  }

  .slick-list {
    overflow: unset;
  }

  .sale-value-container, .buy-value-container {
    bottom: 20px;
  }

  .bitcoin-circle-container .slick-list {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .bitcoin-circle-spinner-container {
    top: 20px;
    height: 60px;
  }
}
@media (max-width: 640px) {
  .sale-button, .buy-button {
    padding: 170px 0 0;
    height: 360px;
    z-index: 3;
  }
}
@media (max-width: 768px) {
  .bitcoin-circle-container {
    height: 0px !important;
  }

  .bitcoin-calculator .slick-list {
    min-height: unset !important;
  }

  .bitcoin-circle-container .slider {
    width: 150px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .bitcoin-circle div {
    top: 86px;
    width: 180px;
    height: 180px;
  }

  .bitcoin-circle img {
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .slick-list {
    overflow: hidden;
  }

  .bitcoin-circle div {
    width: 180px;
    height: 180px;
    top: unset;
  }

  .bitcoin-circle img {
    transform: translate(-50%, -50%);
  }

  .bitcoin-calculator .slick-list {
    min-height: 200px;
    overflow: visible;
  }
}
.cryptoContainer {
  margin-bottom: 20px;
}

.cryptoContainer h3 {
  font-size: 1.2rem;
}

.cryptoContainer-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cryptoContainer-buttons {
    display: block;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding-left: 0;
}

.slick-dots li button::before {
  font-size: 35px;
  line-height: 10px;
  color: white;
  opacity: 0.6;
}

.slider-inner input {
  display: none;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: white;
}

.cryptoContainer-button {
  background-image: linear-gradient(-180deg, #4A9FC2 32%, #2B618A 100%);
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.24), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  color: #fff;
  padding: 0.5rem 1.8rem;
  display: inline-block;
  margin: 0 1rem;
  min-width: 65px;
  width: 97px;
}

.cryptoContainer-button--big {
  padding: 0.5rem 1.5rem;
  margin: 0 0.5rem;
}

@media (min-width: 768px) {
  .cryptoContainer-button {
    min-width: 98px;
  }

  .cryptoContainer-button--big {
    padding: 2rem 4.5rem;
    margin: 0rem 2rem;
  }
}
.cryptoContainer-button img {
  height: 35px;
  margin: 0 auto;
}

.cryptoContainer-button--big svg {
  height: 36px;
}

.cryptoContainer-button--big img {
  height: 38px;
}

.cryptoContainer-button:hover {
  background-image: linear-gradient(-180deg, #152F44 32%, #0D2335 100%);
}

.cryptoContainer-button.active {
  background: #152F44;
  background-image: linear-gradient(-180deg, #152F44 32%, #0D2335 100%);
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.24);
}

[data-toggle=buttons] > .cryptoContainer-button input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.payment-methods-buy > li .radio label.selected,
.payment-methods-buy > li .radio label:hover {
  border: 2px solid #3dc2b1;
}

.payment-methods > li .radio label {
  border: 2px solid #dcdcdc;
  box-shadow: inset 0px -4px 18px rgba(0, 0, 0, 0.25);
}

.submit-btn-new {
  padding-left: 20px;
}

.submit-btn-new:before {
  content: none;
}

.info-box {
  padding: 20px 80px 20px 100px;
  min-height: 60px;
  position: relative;
  color: #000;
  background-color: #f1f3f6;
  border-color: #f1f3f6;
}
.info-box img {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.afterSubmit-description .col-md-5 p {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

@media (max-width: 992px) {
  .info-box img {
    display: block;
    position: relative;
    margin-left: 58px;
  }

  .info-box {
    padding: 20px;
  }

  .info-box span {
    word-break: break-all;
  }

  .iban-preview.iban-preview-sell {
    word-break: break-all;
  }
}
@media (max-width: 1027px) {
  .button-nav-big {
    display: none;
  }

  .nav > li > a {
    padding: 12px 5px;
  }

  .bitcoin-value a {
    padding: 10px 14px !important;
  }
}
@media (min-width: 1028px) {
  .button-nav-small {
    display: none;
  }
}
.top-header-left {
  right: 14%;
}

.sell_form .submit-btn-new {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3d84ba), color-stop(1, #2c6088));
  box-shadow: inset 0 1px 0 #3d84ba, 0 5px 0 0 #2c6088, 0 10px 5px #999;
}
.sell_form .bitcoin-select-btn {
  background: #437da1 !important;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 40px 20px;
  border: 0;
  width: 100%;
  position: relative;
}
.sell_form .buttons-list .bitcoin-select-btn:after {
  background: #426fa1 !important;
}
.sell_form .buttons-list span {
  font-size: 26px;
  font-family: "Roboto Slab", serif;
  color: white;
  vertical-align: middle;
}
.sell_form .buttons-list.sale-buttons-list > li.first-btn .bitcoin-select-btn:after {
  background: #3dc2b1;
}

.change_form .submit-btn-new {
  background: -webkit-linear-gradient(#fcc667, #b6882ab0);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2af50), color-stop(1, #fcc667));
  box-shadow: inset 0 0 0 #7f7f7f, 0 5px 0 0 #7f7f7f, 0 10px 5px #999;
}
.change_form .bitcoin-select-btn {
  background: #f6ca6b !important;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 40px 1px;
  border: 0;
  width: 100%;
  position: relative;
}
.change_form .buttons-list span {
  font-size: 26px;
  font-family: "Roboto Slab", serif;
  color: white;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .payment-methods > li {
    width: 39%;
    display: flex;
    justify-content: center;
  }
}
.buy_form .submit-btn-new {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0ee4c9), color-stop(1, #3dc2b1));
  box-shadow: inset 0 1px 0 #0ee4c9, 0 5px 0 0 #34a697, 0 10px 5px #999;
}
.buy_form .bitcoin-select-btn {
  background: #0EE4C9 !important;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 40px 20px;
  border: 0;
  width: 100%;
  position: relative;
}
.buy_form .buttons-list span {
  font-size: 26px;
  font-family: "Roboto Slab", serif;
  color: white;
  vertical-align: middle;
}
.buy_form .buttons-list .bitcoin-select-btn:after {
  background: #3dc2b1 !important;
}

.text-center.muted.small p span {
  background-color: initial;
  text-align: initial;
}

#buy-under-100-bgn-cotainer {
  display: none;
}

.formError {
  font-size: 12px;
  margin-top: 5px;
}

.sidebar {
  padding-top: 0;
}

.news-styled {
  float: left;
  margin-right: 3px;
}

.errorColor {
  color: #b8312f;
}

.news-content.news-content-internal span {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

.news-content.news-content-internal p {
  text-align: justify;
}

.at-share-btn-elements svg {
  fill: white;
  width: 48px;
  height: 48px;
}

.at-label {
  font-size: 12.6px;
  line-height: 48px;
  height: 48px;
  color: white;
}

.info-value {
  font-size: 18px;
}

.at-icon-wrapper {
  line-height: 48px;
  height: 48px;
  width: 48px;
}

#checkAll {
  border-color: #ccc;
}

.cryptoContainer .btn.cryptoContainer-button {
  padding: 2rem 3.3rem;
  margin: 0 1.2rem;
  min-width: 148px;
}
@media (max-width: 425px) {
  .cryptoContainer .btn.cryptoContainer-button {
    min-width: 72px;
    margin-right: 6px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cryptoContainer .btn.cryptoContainer-button {
    padding: 1rem 1rem;
    min-width: 84px;
    margin: 5px;
  }
}
.cryptoContainer .btn.cryptoContainer-button span {
  margin-top: 10px;
  font-size: 18px;
}
@media (max-width: 425px) {
  .cryptoContainer .btn.cryptoContainer-button span {
    margin-top: 1px;
    font-size: 16px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cryptoContainer .btn.cryptoContainer-button span {
    margin-top: 4px;
    font-size: 14px;
  }
}

.slider-inner .slick-dots li button::before {
  font-size: 35px;
  line-height: 10px;
  color: black;
  opacity: 0.6;
}

.slider-inner .slick-dots li.slick-active button::before {
  opacity: 1;
  color: black;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: white;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .cryptoContainer .btn.cryptoContainer-button {
    padding: 1rem 0.3rem;
    margin: 0 0.5rem;
    min-width: 102px;
  }
}
@media (max-width: 992px) {
  .exchange-arrows-container {
    margin-top: 10px;
    transform: rotate(90deg);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px #ec9b04b5;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.color-blue {
  color: #2969b0;
}

.color-green {
  color: #00a885;
}

.color-purple {
  color: #9365b8;
}

.color-red {
  color: #d14841;
}

.btn-gray {
  background: #bdc3c7;
  color: white;
}

/*# sourceMappingURL=style.css.map */

/* For 2FA */
@media (min-width: 576px){
  .text-sm-left {
      text-align: left!important;
  }
  .text-sm-right {
      text-align: right!important;
  }
  .mb-sm-0{
      margin-bottom: 0!important;
  }
}
.mb-5, .my-5 {
  margin-bottom: 3rem!important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem!important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem!important;
}
.mb-3{
  margin-bottom: 1rem!important;
}

/* Password validation */
.password-info {
  position:absolute;
  top:-14px;
  right:-14px;
  transform: translate(100%, 0);
  width:250px;
  padding: 0.5rem;
  background:#fefefe;
  font-size:.875em;
  border-radius:5px;
  box-shadow:0 1px 3px #ccc;
  border:1px solid #ddd;
  z-index: 10;
  display: none;
}
.password-info ul{
    padding: 0 5px;
}
.password-info li{
    list-style: none;
}
.password-info h4 {
    margin: 0 0 10px 0;
    padding: 1rem;
    font-weight: normal;
    font-size: 1.4rem;
    background: #f0f4fd;
}
.password-info::before {
    position: absolute;
    content: '';
    top: 20px;
    left: -10px;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ddd;
}
.password-info::after {
    position: absolute;
    content: '';
    top: 22px;
    left: -8px;
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
}

.invalid {
  background-image: url(../../assets/images/invalid.svg);
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left:22px;
  line-height:24px;
  color:#ec3f41;
}
.valid {
  background-image: url(../../assets/images/valid.svg);
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left:22px;
  line-height:24px;
  color:#3a7d34;
}
.st2 {
  fill: none;
  stroke: url(#SVGID_2_);
  stroke-width: 18;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  cursor: pointer;
}
.st3 {
  fill: #fff;
  stroke: #ffc451;
  stroke-width: 18;
  stroke-miterlimit: 10;
  cursor: pointer;
}/******* Card page and banner ******/
    .banner-card{
      background-color: #4193BA;
      height: 40px;
      color: #fff;
      padding: 4px 8px;
      position: relative;
      z-index: 1;
      display: block;
    }
    .banner-card-text{
      overflow: hidden; 
      position: absolute; 
      width: 100%;
      height: 40px;
      top: 0;
      left: 0;
      background-color: #4193BA;
      color: #fff;
      padding: 4px 8px;
      line-height: 1.2;
      z-index: 1;
      text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    }
    .banner-card-text:before{
      content: "";
      position: absolute;
      animation: shine 14s 3s ease-in-out infinite;
      animation-fill-mode: forwards;
      top: -20%;
      left: -10%;
      width: 50%;
      height: 300%;
      opacity: 0; 
      transform: rotate(-30deg);
      background: rgba(255, 255, 255, 0.13);
      background: linear-gradient( to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
  }

    .banner-card-img{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 70px;
        height: 40px;
        z-index: 2;
    }
    .banner-card-img img{
      position: absolute;
      top: -10px;
      right: 4px;
      z-index: 4;
     }
     @keyframes shine{
      4% {
        opacity: 1;
        top: -20%;
        left: 110%;
        transition-property: left, top, opacity;
        transition-duration: 0.9s, 0.9s, 0.15s;
        transition-timing-function: ease;
      }
      100% {
        opacity: 0;
        top: -20%;
        left: 110%;
        transition-property: left, top, opacity;
      }
    }
                .card-steps{
                    padding:0;
                    margin:0;
                    list-style: none;
                    position: relative;
                    display: flex;
                    flex-direction: column;
                }
                .card-steps li{
                    width: 100%;
                    min-height: 170px;
                    vertical-align: text-bottom;
                    display: inline-block;
                    text-align: center;
                    padding:0 3%;
                    margin:0;
                    position: relative;
                }
                @media (max-width: 649px){
                    .card-wrapper.pull-right{
                        float: none!important;
                    }
                }
                @media (min-width: 650px){
                    .card-steps{
                        flex-direction: row;
                    }
                    .card-steps li{
                        width: 33%;
                    }
                    .card-steps li::before {
                        content: '';
                        position: absolute;
                        top: 20px;
                        height: 2px;
                        background: #3dc2b1;
                        display: block;
                        z-index: 1;
                    }
                    .card-steps li:nth-child(1)::before {
                        left: 50%;
                        width: 50%;
                    }
                    .card-steps li:nth-child(2)::before {
                        left: 0%;
                        width: 100%;
                    }
                    .card-steps li:nth-child(3)::before {
                        left: 0%;
                        width: 50%;
                    }
                    .light-box .card-list{
                        padding-right: 18rem
                    }
                }
                .card-steps span{
                    padding: 8px;
                    border-radius: 50%;
                    width: 44px;
                    height: 44px;
                    font-weight: bold;
                    border: 2px solid #3dc2b1;
                    background-color: #fff;
                    color: #3dc2b1;
                    text-align: center;
                    display: block;
                    margin: 0 auto 10px;
                    position: relative;
                    z-index: 3;
                    font-size: 1.8rem;
                }
                .card-list{
                    padding:0 0 10px 0;
                    margin:0;
                    list-style: none;
                }
                .card-list li{
                    background-image: url(../../assets/images/checked.svg);
                    background-repeat: no-repeat;
                    background-position: left top;
                    background-size: 20px;
                    padding-left: 24px;
                    margin:10px 0;
                }
                .light-box{
                    background-color: #f1f3f6;
                    color: #000;
                    border-radius: 1rem;
                    padding:1.3rem;
                    background-position: right bottom;
                    background-repeat: no-repeat;
                    background-size: 170px;
                    margin-bottom: 1.4rem
                }
                .light-box.card {
                  background-position: bottom 7rem right 1.4rem;
                  background-size: 180px;
              }
              .light-box h3{
                margin-bottom: 3rem
            }

            .animated-list{
                width: 100%;
                margin-top: 2rem
            }
            .animated-list li{
                -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both;
                animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both;
            }
            .animated-list li:nth-child(1){   
                animation-delay:0s     
            }
            .animated-list li:nth-child(2){   
                animation-delay:.25s    
            }
            .animated-list li:nth-child(3){   
                animation-delay:.5s     
            }
            .animated-list li:nth-child(4){   
                animation-delay:.75s    
            }
            .animated-list li:nth-child(5){   
                animation-delay:1s     
            }
            .animated-list li:nth-child(6){   
                animation-delay:1.25s    
            }
            .animated-button{ 
                text-align: center; 
                -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.6s both;
                animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.6s both;
            }

        @-webkit-keyframes scale-in-center {
            0% {
                -webkit-transform: scale(0);
                transform: scale(0);
                opacity: 1;
            }
            100% {
                -webkit-transform: scale(1);
                transform: scale(1);
                opacity: 1;
            }
        }
        @keyframes scale-in-center {
              0% {
                -webkit-transform: scale(0);
                transform: scale(0);
                opacity: 1;
            }
            100% {
                -webkit-transform: scale(1);
                transform: scale(1);
                opacity: 1;
            }
        }
        @media (min-width: 650px){
            .animated-list{
                width: 50%;
                margin-top: 0;
            }
            .animated-button{ 
                width: 140px; 
                text-align: left;
            }
        }



    .card-wrapper, .card-wrapper img{
        position: relative;
        overflow: hidden;        
        z-index: 1;
    }
    .card-wrapper:before{
      content: "";
      position: absolute;
      animation: shine 8s 3s ease-in-out infinite;
      animation-fill-mode: forwards;
      top: -50%;
      left: -10%;
      width: 50%;
      height: 300%;
      opacity: 0; 
      transform: rotate(-30deg);
      background: rgba(255, 255, 255, 0.13);
      background: linear-gradient( to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
      z-index: 3
  }
  @keyframes shine{
      4% {
        opacity: 1;
        top: -50%;
        left: 110%;
        transition-property: left, top, opacity;
        transition-duration: 0.9s, 0.9s, 0.15s;
        transition-timing-function: ease;
    }
    100% {
        opacity: 0;
        top: -50%;
        left: 110%;
        transition-property: left, top, opacity;
    }
}

.value-bgr {
  font-size: 0.95rem;
  padding: 0.1rem 0.3rem;
  background-color: #499fc1;
  border-radius: 0.3rem;
}

.cryptoContainer-buttons.bonuscrypto {
  flex-wrap: wrap;
}
.bonuscrypto .cryptoContainer-button {
  text-align: center;
  margin: 0 0.5rem 1rem 0.5rem;
}
@media (max-width: 768px) {
  .cryptoContainer-buttons.bonuscrypto {
      display: flex;
  }
}
@media (min-width: 768px) {
  .bonuscrypto .cryptoContainer-button {
      min-width: 90px;
  }
}
@media (max-width: 425px) {
  .bonuscrypto .cryptoContainer-button {
      margin: 0 0.5rem 1rem 0.5rem !important;
  }
}
.bonustabs.nav-tabs > li.active > a {
  color: #3573a2;
}
.bonustabs.nav-tabs > li:not(:last-child) > a:after {
  content: "|";
  margin-left: 1rem;
  color: #ccc;
}
.circle {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
}
.progress-ring__circle {
  transition: 2.35s stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.readonly {
  background: #f1f3f6;
  border: 1px solid #f1f3f6;
  padding: 0.5rem;
}
.buy-btcdefault {
  display: block;
  text-align: center;
  padding: 15px;
  position: relative;
  background: #DCDCDC;
  color: #8D8D8D;
  margin-bottom: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.buy-btcdefault:after {
  background: #8D8D8D;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 6px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
.xchangelogo {
  display: flex;
}
.symbol {
  padding-right: 1rem;
  width: 32%;
}
.logotext{
display: flex;
flex-direction: column;
justify-content: center;
width: 68%;
 font-family: Raleway;
}
.logotext-name{
 font-size: 2.3rem;
}
.logotext-line{
  font-size: 0.87rem;
  white-space: nowrap;
}

.vertical-line-container-3 {
	position: relative;
}
.vertical-line-container-3 .vertical-line +.vertical-line {
margin-left: 67.2%;
}
.vertical-line-container-3 .vertical-line {
margin-left: 32.8%;
}
.social-list>li a {
  display: block;
  padding: 5px;
  position: relative;
  top: 0;
}
.social-list-footer li img {
    border-radius: 6px;
}
@media(max-width: 992px) {
  .social-list li:not(.bitcoin-value) {
    /*display: none;*/
  }
  .social-list li.bitcoin-value {
    display: none!important;
  }
}
@media (max-width: 1000px){
  .social-list {
      height: 30px;
  }
}
.social-list>li a img {
  position: relative;
}
@media (min-width: 641px){
  .social-list>li a {
  top: -13px;
}
}
@media (max-width: 640px){
  .social-list {
      left: 190px;
      right: initial;
      height: 40px;
      bottom: initial;
      padding: 5px 15px;
  }
}
