@import "normalize.css";
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ir {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
a {
  text-decoration: none;
}
.pg-20 {
  padding: 16px 0px;
}
.page-width {
  width: 1181px;
  margin: 0px auto;
}
.blue {
  color: #22aee5;
}
[type=submit],
[type=button],
button,
.button {
  background-color: #22aee5;
  color: #ffffff;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 12px 20px;
  margin: 0;
  text-align: center;
}
[type=submit]:hover,
[type=button]:hover,
button:hover,
.button:hover {
  background-color: #47bbe9;
  text-decoration: none;
  color: #ffffff !important;
}
[type=submit].big,
[type=button].big,
button.big,
.button.big,
[type=submit].huge,
[type=button].huge,
button.huge,
.button.huge {
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-left: 1px solid rgba(255, 255, 255, 0.75);
  text-shadow: 1px 1px 1px rgba(106, 25, 0, 0.75);
}
[type=submit].big,
[type=button].big,
button.big,
.button.big {
  font-size: 18px;
  padding: 8px 32px;
}
[type=submit].huge,
[type=button].huge,
button.huge,
.button.huge {
  font-size: 24px;
  padding: 11px 44px;
}
[type=submit].corporate-green,
[type=button].corporate-green,
button.corporate-green,
.button.corporate-green {
  background: #8cc641;
}
[type=submit].corporate-green:hover,
[type=button].corporate-green:hover,
button.corporate-green:hover,
.button.corporate-green:hover {
  background-color: #9fcf60;
  text-decoration: none;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.flags {
  background: url('../images/flags.png') no-repeat 0 0;
  width: 30px;
  height: 18px;
  vertical-align: -4px;
  display: inline-block;
  margin: 0px 5px;
}
.flags.usd {
  background-position: 0 -19px;
}
.flags.gbp {
  background-position: 0 -38px;
}
.flags.chf {
  background-position: 0 -56px;
}
.flags.pln {
  background-position: 0 -76px;
}
.npl {
  padding-left: 0px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
pre {
  white-space: normal;
}
.separator {
  display: inline-block;
  border-right: 1px solid #3e3e3e;
  width: 1px;
  height: 12px;
  margin: 0px 7px;
}
a {
  color: #0b1d29;
}
.form-note {
  padding: 16px 0px 0px 8px;
  display: inline-block;
  font-weight: 500;
}
#currency-list ul li span.to-up {
  color: #008e17;
  background: url('/pubapp/images/up.png') no-repeat left 50%;
  padding: 3px 8px 3px 15px;
}
#currency-list ul li span.to-down {
  color: #ff0000;
  background: url('/pubapp/images/down.png') no-repeat left 50%;
  padding: 3px 8px 3px 15px;
}
hr {
  border: 0 none;
  border-top: 1px solid #efefef;
}
h2.info {
  padding: 0px;
}
.account-data-attr {
  padding: 5px 0px;
  font-weight: 800;
}
.account-data:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.account-data-value {
  padding: 5px 0px;
}
.visible-xs {
  display: none;
}
ul.errors {
  list-style: none;
  color: #B00000;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: #ff7d7d;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.95;
  background: #09131c;
  text-align: center;
  color: #FFFFFF;
  display: none;
}
.overlay-content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.95;
  background: #09131c;
  text-align: center;
  color: #FFFFFF;
  background: transparent;
  display: none;
  opacity: 1;
}
.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  display: none;
}
.btn-copy {
  cursor: pointer;
}
.column-1of2 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.column-1of3 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
}
.column-2of3 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66666667%;
}
.column-1of4 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}
.column-2of4 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.column-3of4 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
}
.column-1of5 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
}
.column-2of5 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
}
.column-3of5 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
}
.column-4of5 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
}
.column-1of6 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66666667%;
}
.column-2of6 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
}
.column-3of6 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.column-4of6 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66666667%;
}
.column-5of6 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333333%;
}
.column-1of12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 8.33333333%;
}
.column-2of12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66666667%;
}
.column-3of12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}
.column-4of12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
}
.column-5of12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66666667%;
}
.column-6of12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.column-7of12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 58.33333333%;
}
.column-8of12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66666667%;
}
.column-9of12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
}
.column-10of12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333333%;
}
.column-11of12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 91.66666667%;
}
.column-12of12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.padded-columns {
  margin-left: -12px;
  margin-right: -12px;
}
.padded-columns:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.padded-columns > [class*="column-"] {
  padding-left: 12px;
  padding-right: 12px;
}
*:focus {
  outline: none !important;
}
::selection {
  background-color: #e8e8e8;
  color: #404040;
}
body {
  font-family: 'Aller', arial;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.banner.dollar {
  background-image: url('../images/banner-cash-green.jpg');
  background-repeat: no-repeat;
  min-height: 623px;
  color: #ffffff;
}
.banner.dollar h1 {
  font-size: 58px;
  margin: 0px;
}
.banner.dollar h1:first-child {
  padding-top: 200px;
}
header .sidebar {
  display: none;
}
header .mobile-menu {
  display: none;
}
header nav {
  background-color: #0b1d29;
  height: 98px;
  overflow: hidden;
}
header nav ul {
  margin: 0px;
  padding: 0px;
}
header nav ul:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
header nav ul li {
  padding: 43px 12px;
  float: left;
  list-style: none;
  border: 0 none;
}
header nav ul li:hover,
header nav ul li.active {
  background: none;
}
header nav ul li.has-button {
  padding-top: 28px;
  padding-bottom: 28px;
}
header nav ul li.has-img {
  padding-top: 28px;
  padding-bottom: 28px;
}
header nav ul li.right {
  float: right;
}
header nav ul li a {
  color: #FFFFFF;
}
header nav ul li a:hover {
  color: #AFAFAF;
}
footer nav {
  color: #ffffff;
  padding: 70px 0px 50px;
  background-color: #0b1d29;
}
footer nav ul {
  margin: 0px;
  padding: 0px;
}
footer nav ul:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
footer nav ul li {
  list-style: none;
  padding: 10px 0px;
  border-bottom: 1px dashed #22aee5;
}
footer nav ul li:hover {
  background: none;
}
footer nav ul li a {
  color: #FFFFFF;
}
footer nav ul li a:hover {
  color: #AFAFAF;
  background: none;
}
footer nav .form-element input[type=text] {
  width: 260px;
}
footer .row-2 {
  color: #2b2c31;
  background-color: #030a0f;
  padding: 20px 0px 20px;
}
footer .row-2 img {
  vertical-align: middle;
}
.box {
  margin: 20px 0px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box .title {
  padding: 12px 7px;
  border-bottom: 1px solid #8cc641;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.box .title a {
  color: #ffffff;
}
.box .title a.active {
  color: #22aee5;
}
.box .title .fa {
  fotn-size: 22px;
  padding: 5px;
  color: #22aee5;
}
.box .title .fa:before {
  padding: 5px 10px;
  border-radius: 50%;
}
.box .title .fa.fa-fw {
  padding: 5px 20px 5px 0px;
}
.box .title .fa.fa-fw:before {
  padding: 5px 5px;
}
.box .title.corporate-blue {
  background-color: #22aee5;
  color: #FFFFFF !important;
  border-bottom: 1px solid #FFFFFF;
}
.box .title.corporate-blue .fa {
  color: #FFFFFF;
}
.box .content {
  padding: 0px 0px;
}
.box .content.with-padding {
  padding: 10px 20px 20px 20px;
}
.box .content.corporate-blue {
  background-color: #22aee5;
  color: #FFFFFF !important;
}
.box .content.calculate {
  padding: 0px 40px 30px 20px;
}
.box.padding .content {
  padding: 5px 0px;
}
.box.padding .title {
  padding: 10px 14px;
}
.box.corporate-blue-dark {
  background-color: #0b1d29;
}
.box.corporate-blue {
  background-color: #22aee5;
}
.box.corporate-white {
  background-color: white;
  border: 1px solid #efefef;
  color: #404040;
}
.box.corporate-white .title {
  color: #404040;
}
.box .calculate:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.box .calculate .form-element {
  float: left;
}
.box .calculate .form-element input {
  border: 0 none;
  -webkit-border-radius: 62px !important;
  -moz-border-radius: 62px !important;
  border-radius: 62px !important;
  height: 44px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.box .calculate .button {
  margin-right: -20px;
  padding-left: 30px;
  padding-right: 30px;
}
table td.price {
  text-align: right;
}
table td.date {
  font-style: italic;
}
table.notes {
  width: 100%;
  text-align: left;
}
table.notes td,
table.notes th {
  padding: 6px 8px;
}
table.notes th {
  font-weight: bold;
}
table.notes td {
  border-top: 1px dashed #22aee5;
  border-left: 1px dashed #22aee5;
  font-weight: normal;
}
table.notes td:first-child {
  border-left: none;
  font-weight: 200;
  width: 138px;
}
table.infobox {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.infobox thead {
  width: 100%;
}
table.infobox td,
table.infobox th {
  padding: 12px 8px;
}
table.infobox th {
  border-bottom: 1px solid #8cc641;
}
table.infobox td {
  border-top: 1px dashed #22aee5;
  font-weight: normal;
}
table.infobox tr:first-child td {
  border-top: none;
}
table.infobox tr:last-child td {
  border-bottom: 1px dashed #22aee5;
}
.form-element {
  padding: 10px 0px;
}
.form-element:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.form-element input[type="text"],
.form-element input[type="password"],
.form-element input[type="email"] {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  height: 43px;
}
.form-element textarea {
  border: none;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 20px;
}
.form-element label {
  padding: 16px 20px;
  display: inline-block;
  font-weight: bold;
}
.form-element .no-padding label {
  padding: 16px 0px;
}
.hint {
  padding: 15px 5px;
  color: #808080;
  font-size: 12px;
}
.error {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #B00000;
}
.error li {
  padding: 5px 0px;
}
.horizontal .column-3of12 .form-element label {
  width: 35%;
  box-sizing: border-box;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}
.horizontal .column-3of12 .form-element label + * {
  width: 63%;
}
.horizontal .column-2of12 .form-element label {
  width: 35%;
  box-sizing: border-box;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}
.horizontal .column-2of12 .form-element label + * {
  width: 60%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
}
.select2-selection__rendered {
  line-height: 43px;
}
span.select2-selection.select2-selection--single {
  border: 1px solid #e3e3e3;
  padding-top: 7px;
  height: 43px;
  border-radius: 22px;
}
.partners {
  background-color: #f4f1f1;
  padding: 20px 0px 50px;
  overflow: hidden;
}
.partners h1 {
  margin: 20px 0px 40px;
}
.partners ul {
  height: 62px;
  margin: 10px 0px;
  overflow: hidden;
  padding: 0;
  list-style: none;
}
.partners ul:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.partners ul li {
  display: inline-block;
  height: 65px;
  padding-left: 25px;
  padding-bottom: 12px;
}
.partners ul li:first-child {
  padding-left: 0px;
}
.partners span.small {
  font-size: 11px;
}
.news {
  position: relative;
  z-index: 2;
}
.news.archive {
  background: #FFFFFF;
  padding: 30px 30px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news.archive .title h1 {
  color: #0b1d29;
  margin: 0 0px 10px 0px;
}
.news.archive .title h1 span {
  color: #22aee5;
}
.news.archive article {
  padding: 22px 0px 18px 0px;
  border-bottom: 1px solid #efefef;
}
.news.archive article h2 {
  margin: 0 0px 0px 0px;
  font-weight: 300;
}
.news.archive article h2 span {
  color: #22aee5;
}
.news.archive article time {
  margin: 5px 0px;
  color: #22aee5;
  display: block;
}
.news.archive article p {
  margin: 0px 0px 20px 0px;
}
.news.archive article:last-child {
  margin: 0px 0px 18px 0px;
}
.contact {
  position: relative;
  z-index: 2;
}
.contact.box {
  background: #09131c;
  padding-bottom: 10px;
}
.contact.box .title {
  padding: 10px 14px;
}
.contact .form-element {
  padding: 10px 0px;
}
.contact .form-element label {
  width: 120px;
  color: #FFFFFF;
  text-align: right;
  display: block;
  float: left;
  padding: 14px 20px 0px 0px;
}
.contact .form-element input {
  width: 311px;
}
.contact .form-element textarea {
  width: 311px;
  height: 160px;
}
.contact .form-element button {
  margin-right: 40px;
}
.contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.contact ul li {
  margin: 0;
  padding: 0 20px 0px 50px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px dashed #22aee5;
  color: #FFFFFF;
}
.contact ul li:last-child {
  border-bottom: none;
}
.contact ul li.ico-email {
  background: url('../images/ico_email.png') no-repeat 20px 10px;
}
.contact ul li.ico-phone {
  background: url('../images/ico_phone.png') no-repeat 20px 10px;
}
.contact ul li.ico-skype {
  background: url('../images/ico_skype.png') no-repeat 20px 10px;
}
.contact ul li.ico-facebook {
  background: url('../images/ico_f.png') no-repeat 20px 10px;
}
.howdoit {
  position: relative;
  z-index: 1;
  min-height: 650px;
  background: url('../images/howdoitmap.jpg') no-repeat 50% -1px;
}
.howdoit .women {
  position: absolute;
  background: url(/pubapp/images/pani.png) no-repeat 0 0;
  width: 308px;
  height: 781px;
  right: 8px;
  top: -488px;
}
.howdoit .step {
  position: absolute;
  height: 200px;
  width: 300px;
  color: #FFFFFF;
}
.howdoit .step.first {
  left: 120px;
  top: 175px;
}
.howdoit .step.second {
  left: 430px;
  top: 408px;
}
.howdoit .step.third {
  left: 655px;
  top: 39px;
}
.howdoit .step.fourth {
  left: 940px;
  top: 300px;
  width: 250px;
}
.howdoit .step span:after {
  content: '. ';
  color: #22aee5;
}
.howdoit .step p {
  padding: 1px 30px;
  margin: 9px 0px;
}
.howdoit .step .header {
  display: inline-block;
  padding: 6px 30px;
  margin: 0;
  text-align: left;
  background-color: #0b1d29;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.howdoit .step .header h2 {
  margin: 0px;
}
.info {
  padding: 20px 0px;
}
.info p {
  text-align: justify;
  line-height: 20px;
}
.info h1 {
  font-weight: bold;
}
.info h2 {
  font-weight: bold;
}
.info h3 {
  font-weight: bold;
}
.info .ico {
  background-image: url('../images/icons.png');
  background-position: 0 0;
  background-repeat: none;
  width: 85px;
  height: 106px;
  margin: 0px auto;
}
.info .ico.secure {
  background-position: 0px 0px;
}
.info .ico.fast {
  background-position: -94px 0px;
}
.info .ico.comfort {
  background-position: -188px 0px;
}
.info .ico.avalible {
  background-position: -273px 0px;
  width: 96px;
}
.header-box {
  display: inline-block;
  padding: 6px 30px;
  margin: 0;
  text-align: left;
  background-color: #22aee5;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 25px;
}
.header-box h2 {
  margin: 0px;
}
.header-box.corporate-blue-dark {
  background-color: #0b1d29;
}
.header-box.corporate-blue-dark span:after {
  content: '. ';
  color: #22aee5;
}
.header-box span:after {
  content: '. ';
  color: #0b1d29;
}
.register .logo {
  padding: 40px 0px 90px;
}
.breadcrumbs {
  list-style: none;
  padding: 0px;
  margin: 20px 0px 20px 0px;
}
.breadcrumbs:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.breadcrumbs li {
  float: left;
  padding: 0px 0px 0px 0px;
}
.breadcrumbs li:after {
  content: ' / ';
  padding: 0px 8px;
  color: #22aee5;
}
.breadcrumbs li:last-child:after {
  content: '' !important;
}
.breadcrumbs li a {
  color: #404040;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav ul li {
  padding: 12px 8px;
  border-top: 1px dashed #dcf8fe;
  font-weight: normal;
  cursor: pointer;
}
nav ul li:first-child {
  border-top: none;
}
nav ul li:last-child {
  border-bottom: none;
}
nav ul li a {
  color: #404040;
  display: block;
}
nav ul li.active,
nav ul li:hover {
  background-color: #22aee5;
}
nav ul li.active a,
nav ul li:hover a {
  color: #FFFFFF ;
}
nav.mainbar {
  height: auto;
  overflow: visible;
}
nav.mainbar ul li {
  position: relative;
}
nav.mainbar ul li ul {
  display: none;
  position: absolute;
  background-color: #0b1d29;
  width: 200px;
  z-index: 5000;
}
nav.mainbar ul li:hover ul {
  display: block;
}
nav.mainbar ul li ul li {
  padding: 10px 15px;
  color: #FFFFFF;
  /*border-bottom: 1px dashed #22aee5;*/
  width: 100%;
  box-sizing: border-box;
}
.cookiesNotification {
  background-color: #22aee5;
  padding: 17px;
  font-size: 12px;
  font-weight: normal;
  position: fixed;
  color: #404040;
  bottom: 0;
  margin-left: -450px;
  left: 50%;
  z-index: 200;
  display: none;
}
.cookiesNotification h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.cookiesNotification a {
  font-weight: bold;
}
.cookiesNotification div.cookiesNotificationInner {
  width: 900px;
  margin: 0 auto;
  padding: 0px 34px 0px 0px;
  position: relative;
}
.cookiesNotification span.closeNotification {
  text-align: right;
  font-weight: normal;
  float: right;
  line-height: 10px;
  display: block;
  margin: 0 0 5px 0;
}
.cookiesNotification span.closeNotification:hover {
  cursor: pointer;
}
.cookiesNotification span.closeNotification img {
  position: absolute;
  top: 0;
  right: 0;
}
.cookiesNotification span {
  display: block;
}
.copy-button {
  display: inline-block;
  background-image: url("/pubapp/images/copy-ico.png");
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.copy-button.copied {
  background-position: 0 -17px;
}
.bank-list-label {
  text-align: center;
  width: 20%;
}
label.bank-list-label p.bank-item span {
  padding: 34px 0px 0px 0px;
  display: block;
}
label.bank-list-label p.ico-bzwbk {
  background: url('/pubapp/images/banks/bzwbk.png') no-repeat 50% top;
}
label.bank-list-label p.ico-nordeabank {
  background: url('/pubapp/images/banks/nordeabank.png') no-repeat 50% top;
}
label.bank-list-label p.ico-mbank {
  background: url('/pubapp/images/banks/mbank.png') no-repeat 50% top;
}
label.bank-list-label p.ico-aliorbank {
  background: url('/pubapp/images/banks/aliorbank.png') no-repeat 50% top;
}
label.bank-list-label p.ico-multibank {
  background: url('/pubapp/images/banks/multibank.png') no-repeat 50% top;
}
label.bank-list-label p.ico-pekao {
  background: url('/pubapp/images/banks/pekao.png') no-repeat 50% top;
}
label.bank-list-label p.ico-pko {
  background: url('/pubapp/images/banks/pko.png') no-repeat 50% top;
}
label.bank-list-label p.ico-millenium {
  background: url('/pubapp/images/banks/millenium.png') no-repeat 50% top;
}
label.bank-list-label p.ico-ing {
  background: url('/pubapp/images/banks/ing.png') no-repeat 50% top;
}
label.bank-list-label p.ico-polbank {
  background: url('/pubapp/images/banks/polbank.png') no-repeat 50% top;
}
label.bank-list-label p.ico-tmobile {
  background: url('/pubapp/images/banks/tmobile.png') no-repeat 50% top;
}
label.bank-list-label p.ico-ca {
  background: url('/pubapp/images/banks/ca.png') no-repeat 50% top;
}
label.bank-list-label p.ico-lions {
  background: url('/pubapp/images/banks/LIONS.png') no-repeat 50% top;
}
label.bank-list-label p.ico-nest {
  background: url('/pubapp/images/banks/nestbank.png') no-repeat 50% top;
}
label.bank-list-label p.ico-bnb {
  background: url('/pubapp/images/banks/bnp.png') no-repeat 50% top;
}
label.bank-list-label p.ico-idea {
  background: url('/pubapp/images/banks/IDEABANK.png') no-repeat 50% top;
}
label.bank-list-label p.ico- {
  background: url('/pubapp/images/banks/bnp.png') no-repeat 50% top;
}
label.bank-list-label p.ico-others {
  background: url('/pubapp/images/banks/banki.jpg') no-repeat 50% top;
}
.currency-rate {
  display: inline-block;
  width: 70px;
  padding: 3px 8px 3px 15px;
}
.currency-rate.to-up {
  color: #008e17;
  background: url('/pubapp/images/up.png') no-repeat left 50%;
}
.currency-rate.to-down {
  color: #ff0000;
  background: url('/pubapp/images/down.png') no-repeat left 50%;
}
.currency-hour {
  display: inline-block;
  width: 30px;
}
.currency-symbol {
  display: inline-block;
  width: 110px;
}
.chart-currency {
  width: 100%;
  min-height: 605px;
  border: 0px solid #EFEfEF;
}
#chart-control {
  padding: 10px 0px;
}
#chart-control .button {
  width: 16%;
}
#chart-control .button.active {
  background: #0b1d29;
}
.messages.error {
  background-color: #FFCCCC;
  border: 1px solid #970000;
}
@media screen and (min-width: 640px) and (max-width: 1179px) {
  .column-1of1-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .column-1of2-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .column-1of3-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .column-2of3-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .column-1of4-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .column-2of4-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .column-3of4-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .column-1of5-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
  }
  .column-2of5-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
  }
  .column-3of5-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
  }
  .column-4of5-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
  }
  .column-1of6-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .column-2of6-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .column-3of6-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .column-4of6-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .column-5of6-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .column-1of12-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .column-2of12-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .column-3of12-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }
  .column-4of12-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .column-5of12-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .column-6of12-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .column-7of12-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .column-8of12-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .column-9of12-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }
  .column-10of12-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .column-11of12-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .column-12of12-md {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .padded-columns > [class*="column-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-width {
    max-width: 1179px;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .hidden-md {
    display: none !important;
  }
  .text-center-md {
    text-align: center !important;
  }
  .visible-xs {
    display: block;
  }
  .flags {
    margin-bottom: 5px;
  }
  .select2-selection__rendered .flags {
    margin-bottom: 0px;
  }
  .partners ul {
    height: auto;
  }
  .partners ul li {
    display: block;
    margin: 4px auto;
  }
  .partners ul li:first-child {
    margin: 4px auto;
  }
  .contact .form-element {
    padding: 10px 10px;
  }
  .contact .form-element input {
    width: 100%;
  }
  .contact .form-element textarea {
    width: 100%;
    height: 160px;
  }
  .contact .form-element button {
    margin-right: 40px;
  }
  .currency-rate {
    display: inline-block;
    width: 60px;
    padding: 3px 8px 3px 15px;
    font-size: 12px;
  }
  .currency-hour {
    display: inline-block;
    width: 30px;
    font-size: 12px;
  }
  .currency-symbol {
    display: inline-block;
    width: 100px;
    font-size: 12px;
  }
  .chart-currency {
    width: 100%;
    min-height: 605px;
    border: 1px solid #EFEfEF;
  }
  #chart-control {
    padding: 10px 0px;
  }
  #chart-control .button {
    width: 30%;
    margin: 5px 0px;
  }
  #chart-control .button.active {
    background: #0b1d29;
  }
  .howdoit .women {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 1190px) {
  .howdoit {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  body {
    font-size: 12px;
  }
  body .banner .slogan h1 {
    font-size: 40px;
  }
  header {
    background: #0b1d29;
  }
  header .mobile-menu {
    background: none;
    position: absolute;
    top: 22px;
    left: 0px;
    color: #fff;
    border: 0;
    cursor: pointer;
    outline: none;
    z-index: 100000000;
    font-size: 40px;
    display: block !important;
  }
  header .sidebar-background {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .3;
    display: none;
  }
  header .sidebar-background.active {
    display: block;
  }
  header .sidebar {
    display: block;
    z-index: 1000;
    position: fixed;
    width: 260px;
    height: 100%;
    left: -260px;
    overflow-y: auto;
    background: #0b1d29;
    padding: 30px 0 0 30px;
    color: #FFFFFF;
    z-index: 100000001;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
  }
  header .sidebar.active {
    left: 0;
  }
  header .sidebar .sidebar-content {
    padding: 30px 0px 0px 0px;
  }
  header .sidebar ul.header {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  header .sidebar ul.header li {
    font-size: 14px;
    padding: 8px 0px;
    text-transform: uppercase;
  }
  header .sidebar ul.header li.table i {
    display: table-cell;
    width: 36px;
    text-align: left;
    padding-left: 3px;
  }
  header .sidebar ul.header li.table a {
    display: table-cell;
  }
  header .sidebar ul.header li a {
    color: #FFFFFF;
  }
  header .sidebar ul.header li .fa {
    /*position: absolute;
          right: 40px;*/
    margin-right: 20px;
  }
  header .sidebar ul.header li .fa.fa-caret-up,
  header .sidebar ul.header li .fa.fa-caret-down {
    position: absolute;
    right: 40px;
  }
  header .sidebar ul.header li.active {
    color: #22aee5;
  }
  header .sidebar ul.header li.active ul {
    display: block;
    color: #FFFFFF;
  }
  header .sidebar ul.header li ul {
    list-style: none;
    padding: 0px 15px;
    margin: 0px;
    display: none;
  }
  header .sidebar ul.header li ul li:first-child {
    padding-top: 10px;
  }
  header nav {
    height: auto;
  }
  header nav ul li {
    display: none;
    float: none;
  }
  header nav ul li.separator {
    display: none;
  }
  header nav ul li.has-img {
    display: block;
    padding: 20px 0px 20px 50px;
    text-align: left;
    width: 170px;
  }
  footer nav {
    color: #ffffff;
    padding: 70px 0px 50px;
    background-color: #0b1d29;
  }
  footer nav ul {
    margin: 0px;
    padding: 0px;
  }
  footer nav ul:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  footer nav ul li {
    list-style: none;
    padding: 10px 0px;
    border-bottom: 1px dashed #22aee5;
  }
  footer nav ul li:hover {
    background: none;
  }
  footer nav ul li a {
    color: #FFFFFF;
  }
  footer nav ul li a:hover {
    color: #AFAFAF;
    background: none;
  }
  footer nav .form-element input[type=text] {
    width: 260px;
  }
  footer .row-2 {
    color: #2b2c31;
    background-color: #030a0f;
    padding: 20px 0px 20px;
  }
  footer .row-2 img {
    vertical-align: middle;
  }
  .page-width {
    max-width: 639px;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .hidden-xs {
    display: none !important;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .visible-xs {
    display: block;
  }
  .flags {
    margin-bottom: 5px;
  }
  .select2-selection__rendered .flags {
    margin-bottom: 0px;
  }
  .column-1of1-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .column-1of2-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .column-1of3-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .column-2of3-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .column-1of4-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .column-2of4-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .column-3of4-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .column-1of5-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
  }
  .column-2of5-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
  }
  .column-3of5-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
  }
  .column-4of5-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
  }
  .column-1of6-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .column-2of6-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .column-3of6-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .column-4of6-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .column-5of6-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .column-1of12-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .column-2of12-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .column-3of12-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }
  .column-4of12-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .column-5of12-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .column-6of12-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .column-7of12-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .column-8of12-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .column-9of12-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }
  .column-10of12-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .column-11of12-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .column-12of12-xs {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .padded-columns {
    overflow: hidden;
  }
  .padded-columns > [class*="column-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .partners ul {
    height: auto;
  }
  .partners ul li {
    display: inline-block;
    margin: 2px 4px;
    height: auto;
    width: 40px;
    padding: 0px;
  }
  .partners ul li:first-child {
    margin: 2px 4px;
  }
  .cookiesNotification {
    margin-left: -150px;
  }
  .cookiesNotification div.cookiesNotificationInner {
    width: 230px;
  }
  .bank-list-label {
    text-align: center;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-element label {
    padding: 6px 5px;
    font-weight: bold;
  }
  table .wallet-item {
    width: 50%;
  }
  table .flags {
    vertical-align: middle;
  }
  table.notes td,
  table.notes th {
    padding: 6px 8px;
  }
  table.notes td {
    text-align: center;
  }
  table.notes td:first-child {
    width: 66px;
  }
  table.infobox td,
  table.infobox th {
    padding: 12px 4px;
  }
  nav ul:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  nav ul li {
    padding: 12px 12px;
    float: left;
    width: 20%;
    box-sizing: border-box;
    border: 0 none;
  }
  nav ul li:last-child {
    border: 0 none;
  }
  #chart-control {
    padding: 10px 0px;
    text-align: center;
  }
  #chart-control .button {
    width: 31%;
    display: inline-block;
    margin: 2px;
  }
  #chart-control .button.active {
    background: #0b1d29;
  }
  .chart-menu ul li {
    padding: 12px 3px;
  }
  .chart-menu .currency-symbol {
    width: auto;
  }
  .chart-currency {
    min-height: 322px;
  }
}
