@charset "UTF-8";
@import "https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css";
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Poppins");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,600");
@import url("https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed&display=swap");
html {
  position: relative;
}

body {
  background: #d4d4d4;
  font-size: 0.875em;
  font-family: "Quicksand", "sans-serif";
  font-weight: 400;
  line-height: 1.45;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.showme {
  display: block !important;
}

p {
  margin-bottom: 1.3em;
  font-size: 1.2em;
}

h1,
h2,
h3,
h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  font-size: 3.157em;
}

h2 {
  font-size: 2.369em;
}

h3 {
  font-size: 1.777em;
}

h4 {
  font-size: 1.333em;
}

small,
.font_small {
  font-size: 0.75em;
}

.row {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.first {
  margin-top: 70px;
}

.justify {
  text-align: justify;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(28%, white), color-stop(55%, gainsboro), to(gainsboro));
  background: -o-linear-gradient(left, white 0%, white 28%, gainsboro 55%, gainsboro 100%);
  background: linear-gradient(to right, white 0%, white 28%, gainsboro 55%, gainsboro 100%);
  z-index: 3000;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
  border-top: 8px solid #2178bd;
}
header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
header .logocontainer a img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .logocontainer a:hover img {
  margin-left: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header .desktop.westernUnion {
  margin-left: 10px;
}

header .mobile.westernUnion {
  position: absolute;
  top: 1px;
  left: 176px;
  height: 33px;
}

header .westernUnion {
  height: 35px;
}

header .westernUnion img {
  width: auto;
  height: 100%;
}

.scrollerHolder {
  position: fixed;
  top: 78px;
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.85);
  padding: 10px 0;
  z-index: 1000;
}
.scrollerHolder ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.scrollerHolder ul li {
  text-transform: uppercase;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scrollerHolder ul li img {
  margin: 0 10px;
}
.scrollerHolder ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scrollerHolder ul li div span {
  display: block;
  margin: 0 3px;
}
.scrollerHolder ul li div span:first-child {
  margin-left: 10px;
}
.scrollerHolder ul li .buy {
  color: #e91e63;
}
.scrollerHolder ul li .sell {
  color: #4caf50;
}

/* Container DIV - automatically generated */
.simply-scroll-container {
  position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bannerAcc {
  display: block;
  position: relative;
  min-height: 320px;
  margin: 0 auto 50px;
}
.bannerAcc .sectionLink {
  display: block;
}
.bannerAcc .sectionLink:hover img, .bannerAcc.active .sectionLink img, .bannerAcc.activated .sectionLink img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.bannerAcc .sectionLink:hover .overlay, .bannerAcc.active .sectionLink .overlay, .bannerAcc.activated .sectionLink .overlay {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.bannerAcc.active .textBox, .bannerAcc.activated .textBox {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 30px solid #2178bd;
}
.bannerAcc.active .textBox:hover, .bannerAcc.activated .textBox:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bannerAcc.active .textBox h2, .bannerAcc.activated .textBox h2 {
  margin-bottom: 0;
}
.bannerAcc.active .textBox .btn, .bannerAcc.activated .textBox .btn {
  display: none;
}
.bannerAcc .imgContainer {
  position: absolute;
  width: 100%;
  max-width: 660px;
  height: 320px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #e5e5e5;
}
.bannerAcc .imgContainer .overlay {
  z-index: 100;
  max-width: 660px;
  width: 100%;
  height: 320px;
  position: absolute;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: -webkit-gradient(linear, left top, right top, from(rgba(58, 173, 239, 0.48)), color-stop(72%, rgba(58, 173, 239, 0)), to(rgba(58, 173, 239, 0)));
  background: -o-linear-gradient(left, rgba(58, 173, 239, 0.48) 0%, rgba(58, 173, 239, 0) 72%, rgba(58, 173, 239, 0) 100%);
  background: linear-gradient(to right, rgba(58, 173, 239, 0.48) 0%, rgba(58, 173, 239, 0) 72%, rgba(58, 173, 239, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7a3aadef", endColorstr="#003aadef",GradientType=1 );
  /* IE6-9 */
}
.bannerAcc .imgContainer img {
  margin-left: -2%;
  margin-top: -2%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.bannerAcc .textBox {
  background: -webkit-gradient(linear, left bottom, left top, from(#617281), color-stop(30%, #617281), color-stop(85%, #435463), to(#394a59));
  background: -o-linear-gradient(bottom, #617281 0%, #617281 30%, #435463 85%, #394a59 100%);
  background: linear-gradient(to top, #617281 0%, #617281 30%, #435463 85%, #394a59 100%);
  width: 420px;
  padding: 25px;
  height: 200px;
  position: absolute;
  top: 40px;
  z-index: 110;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bannerAcc .textBox:after {
  content: "";
  display: block;
  border-top: 0 solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #2178bd;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.bannerAcc .textBox h2 {
  color: #3aadef;
  font-family: "Titillium Web", sans-serif;
}
.bannerAcc .textBox p {
  color: white;
}
.bannerAcc .textBox .btn {
  font-size: 16px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.bannerAcc .textBox:hover {
  -webkit-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.5);
}
.bannerAcc .longDesc {
  display: none;
  padding-top: 320px;
}
.bannerAcc .longDesc h3 {
  margin-top: 0;
}
.bannerAcc.left .imgContainer {
  left: 0;
}
.bannerAcc.left .textBox {
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#2178bd), color-stop(30%, #2178bd), color-stop(85%, #00468b), to(#003c81));
  background: -o-linear-gradient(bottom, #2178bd 0%, #2178bd 30%, #00468b 85%, #003c81 100%);
  background: linear-gradient(to top, #2178bd 0%, #2178bd 30%, #00468b 85%, #003c81 100%);
}
.bannerAcc.right .imgContainer {
  right: 0;
}
.bannerAcc.right .textBox {
  left: 0;
}
.bannerAcc.right .textBox:after {
  left: auto;
  right: 0;
  border-top: 0 solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 0;
  border-left: 30px solid #2178bd;
}

.catBanner {
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  background-color: #2d2d2d;
  background-attachment: fixed;
  margin-top: 122px;
}
.catBanner .row {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: flex-start;
}
.catBanner.about-us {
  background-image: url(../img/about-us.jpg);
}
.catBanner.about-us-section {
  background-image: url(../img/about-us-section.jpg);
}
.catBanner.forex-rates {
  background-image: url(../img/forex-rates.jpg);
}
.catBanner.careers {
  background-image: url(../img/careers.jpg);
}
.catBanner.customers {
  background-image: url(../img/customers.jpg);
}
.catBanner.services {
  background-image: url(../img/services.jpg);
}
.catBanner.contact-us {
  background-image: url(../img/contact-us.jpg);
}
.catBanner.terms-conditions {
  background-image: url(../img/terms.jpg);
}
.catBanner h1 {
  color: white;
  padding: 20px 0 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Saira Semi Condensed", sans-serif;
}
.catBanner p {
  color: white;
  font-size: 18px;
}

.heroBanner {
  max-height: 500px;
}
.heroBanner .hpslider {
  position: relative;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.heroBanner .hpslider__slides img {
  width: 100%;
}
.heroBanner .slick-arrow {
  position: absolute;
  z-index: 200;
  top: 43%;
  font-weight: bold;
  color: white;
  height: 40px;
  width: 40px;
  background: #00468b;
  opacity: 0.7;
}
.heroBanner .slick-arrow img {
  margin-left: 3px;
  margin-top: 5px;
}
.heroBanner .slick-arrow.slick-prev {
  left: 10px;
  padding: 10px;
  border-radius: 100%;
}
.heroBanner .slick-arrow.slick-next {
  right: 10px;
  padding: 10px;
  border-radius: 100%;
}
.heroBanner .slick-arrow.slick-next img {
  margin-left: 6px;
}
.heroBanner .slick-arrow:hover {
  opacity: 1;
}
.heroBanner .slick-slider .slick-track,
.heroBanner .slick-slider .slick-list {
  padding: 0 !important;
}
.heroBanner .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  max-height: 500px;
  overflow: hidden;
}
.heroBanner .hpsliderTexts {
  top: -360px;
  z-index: 15;
  padding: 40px 125px;
  text-align: left;
}
.heroBanner .hpsliderTexts h1,
.heroBanner .hpsliderTexts h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
}
.heroBanner .hpsliderTexts h1 {
  font-size: 60px;
}
.heroBanner .hpsliderTexts h2 {
  font-size: 30px;
}
.heroBanner .hpsliderTexts h2.grey {
  color: #444 !important;
}

.intro-stats {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(28%, white), color-stop(55%, gainsboro), to(gainsboro));
  background: -o-linear-gradient(top, white 0%, white 28%, gainsboro 55%, gainsboro 100%);
  background: linear-gradient(to bottom, white 0%, white 28%, gainsboro 55%, gainsboro 100%);
  height: 130px;
  width: 100%;
  padding: 10px;
  position: relative;
}
.intro-stats .gap {
  width: 100%;
  background: #00468b;
  background: -webkit-gradient(linear, left bottom, left top, from(#2178bd), color-stop(30%, #2178bd), color-stop(85%, #00468b), to(#003c81));
  background: -o-linear-gradient(bottom, #2178bd 0%, #2178bd 30%, #00468b 85%, #003c81 100%);
  background: linear-gradient(to top, #2178bd 0%, #2178bd 30%, #00468b 85%, #003c81 100%);
  height: 220px;
  margin-top: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.57);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.57);
  border-radius: 20px;
}
.intro-stats .gap .sepa {
  margin-top: 1.5%;
  height: 80%;
  width: 1px;
  background: #c5d6e5;
}
.intro-stats .gap .stats {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: top;
      -ms-flex-pack: top;
          justify-content: top;
  text-align: center;
  padding-top: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.intro-stats .gap .stats:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.intro-stats .gap .stats img {
  margin: 0 auto;
  opacity: 0.7;
}
.intro-stats .gap .stats p {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 10px;
  color: white;
}
.intro-stats .gap .stats span {
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
}
.intro-stats .gap .stats span.curr {
  font-size: 16px;
  margin-right: 20px;
}
.intro-stats .gap .stats span.val {
  font-size: 16px;
}

.categories {
  width: 100%;
  background: url(../img/categories-bck.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.categories .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
}
.categories .cat-holder {
  width: 23%;
  text-align: center;
  margin-top: 40px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #2178bd;
  overflow: hidden;
}
.categories .cat-holder .bck {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}
.categories .cat-holder p {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  padding-top: 10px;
  width: 100%;
  background: rgba(0, 40, 100, 0.8);
  height: 80px;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.categories .cat-holder p span {
  text-transform: lowercase;
  font-size: 12px;
  display: block;
  padding: 3px;
  border: 1px solid white;
  border-radius: 4px;
  max-width: 40%;
  margin: 10px auto;
}
.categories .cat-holder a {
  text-decoration: none;
  color: white;
}
.categories .cat-holder a:hover .bck {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.categories .cat-holder a:hover p {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: 100%;
  padding-bottom: 30%;
}

.news {
  margin-bottom: 40px;
}
.news h3.title {
  font-size: 34px;
  line-height: 40px;
  color: #2178bd;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.news .news-sepa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.news .news__left {
  width: 600px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.news .news__left img {
  height: 100%;
  width: 100%;
}
.news .news__right {
  width: 460px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 10px 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#2178bd), color-stop(30%, #2178bd), color-stop(85%, #00468b), to(#003c81));
  background: -o-linear-gradient(bottom, #2178bd 0%, #2178bd 30%, #00468b 85%, #003c81 100%);
  background: linear-gradient(to top, #2178bd 0%, #2178bd 30%, #00468b 85%, #003c81 100%);
  border-radius: 0 20px 20px 0;
}
.news .news__right h4 {
  margin: 10px 0;
  margin-bottom: 10px;
  font-weight: bold;
  color: white;
}
.news ul.scroll {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 170px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.news ul.scroll::-webkit-scrollbar {
  width: 10px;
}
.news ul.scroll::-webkit-scrollbar-track {
  background: #003c81;
}
.news ul.scroll::-webkit-scrollbar-thumb {
  background: #59a7e7;
}
.news ul.scroll::-webkit-scrollbar-thumb:hover {
  background: #59a7e7;
}
.news ul.scroll li {
  margin-bottom: 0.2em;
  padding: 5px 10px 5px 0;
  min-height: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.news ul.scroll li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 13px;
  padding: 4px 5px;
}
.news ul.scroll li a:hover {
  background: rgba(255, 255, 255, 0.295);
}
.news .newsDetails {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
}
.news .newsDetails h3 {
  margin-top: 0.8em;
  color: #003c81;
  font-weight: bold;
}
.news .newsDetails p {
  font-size: 1.1em;
  text-align: justify;
}
.news .newsDetails > ul > li {
  margin-bottom: 1em;
}
.news .newsDetails table {
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.news .newsDetails table tr td {
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.news .newsDetails table p {
  margin: 5px 0;
}
.news .newsDetails table strong {
  color: #2178bd;
}
.news .newsDetails:empty {
  padding: 0;
}

.rotator {
  -webkit-animation: rotation 0.5s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.navcontainer {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .mobmenu {
    display: none;
  }
}
nav a {
  padding: 5px 10px;
  margin: 0 4px;
  text-decoration: none;
  font-weight: bold;
  color: #617281;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav a:hover, .home-page nav a.hp-nav, .about-us-page nav a.ab-nav, .services-page nav a.ss-nav, .careers-page nav a.cr-nav, .forex-rates-page nav a.fr-nav, .contact-page nav a.cu-nav, .customers-page nav a.cc-nav {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #2178bd;
  text-decoration: underline;
}

i.arrow {
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 10px;
  background: white;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-left: 10px;
}
i.arrow:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 5px;
  height: 1px;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 1px);
          transform: rotate(45deg) translate3d(0, 0, 1px);
  background: white;
  margin-top: -2px;
  right: 0;
  outline: 1px solid transparent;
}
i.arrow:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 5px;
  height: 1px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 1px);
          transform: rotate(-45deg) translate3d(0, 0, 1px);
  background: white;
  margin-top: 2px;
  right: 0;
  outline: 1px solid transparent;
}

.scrollme {
  position: relative;
  overflow: hidden;
}
.scrollme.our-values {
  height: 310px;
}
.scrollme .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background: #617281 !important;
}

.read-more__link {
  display: inline-block;
}
.read-more__content {
  display: none;
}

.quoteMe {
  font-weight: bold;
  color: #2178bd;
  font-style: italic;
  text-indent: 40px;
  position: relative;
  font-size: 1.3em !important;
  padding: 0 10px;
}
.quoteMe:before {
  content: " “ ";
  font-size: 50px;
  color: #2178bd;
  line-height: 0;
  position: absolute;
  top: 18px;
  left: -50px;
  padding-left: 15px;
  font-family: "Quicksand", "sans-serif";
}
.quoteMe:after {
  content: "”";
  font-size: 50px;
  color: #2178bd;
  line-height: 0;
  position: absolute;
  bottom: 0;
  font-family: "Quicksand", "sans-serif";
}

.no-bold {
  font-weight: normal;
}
.no-bold li {
  font-weight: normal !important;
  font-size: 1.2em !important;
  color: black !important;
}

.title-bck {
  display: block;
  padding: 5px 10px;
  background: #2178bd;
  margin: 0;
  color: white;
  text-align: center;
  font-size: 22px;
}

.placeholder {
  padding: 30px;
  background: #e2e2e2;
}
.placeholder .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}
.placeholder .col-left, .placeholder .col-right {
  width: 48%;
}
.placeholder .col.branches {
  margin-bottom: 2em;
}
.placeholder .col.branches .col2 p {
  text-align: left;
}
.placeholder .col .col3 {
  width: 33%;
}
.placeholder .col .col2 {
  width: 25%;
}
.placeholder .col .col2.contact-us {
  width: 35%;
  padding: 20px;
  background: #2178bd;
  color: white;
}
.placeholder .col .col2.contact-us a {
  color: black;
}
.placeholder .col .col4 {
  width: 75%;
}
.placeholder .col iframe {
  width: 100%;
  background: #617281;
}
.placeholder strong {
  color: #617281;
}
.placeholder strong.cel {
  color: #2178bd;
}
.placeholder ul:not(.table-ul):not(.cx-forms__gate):not(.parsley-errors-list):not(.currencies-list__legend):not(.currencies-list):not(.no-ul) {
  list-style-type: square;
}
.placeholder ul:not(.table-ul):not(.cx-forms__gate):not(.parsley-errors-list):not(.currencies-list__legend):not(.currencies-list):not(.no-ul) li {
  margin-bottom: 0.8em;
  font-size: 1.1em;
  color: #617281;
  font-weight: bold;
}
.placeholder ul:not(.table-ul):not(.cx-forms__gate):not(.parsley-errors-list):not(.currencies-list__legend):not(.currencies-list):not(.no-ul).nobold-col li {
  font-weight: normal;
  color: black;
  font-size: 1.2em;
}
.placeholder .cx-ol {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.placeholder .cx-ol li {
  margin-bottom: 1em;
  font-size: 1.2em;
  color: black;
}
.placeholder ul.table-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.placeholder ul.table-ul li {
  margin-bottom: 0.5em;
}
.placeholder .table-cel {
  background: -webkit-gradient(linear, left top, right top, from(#3c6b98), to(#94bcdc));
  background: -o-linear-gradient(left, #3c6b98, #94bcdc);
  background: linear-gradient(to right, #3c6b98, #94bcdc);
  width: 100%;
  margin: 1em 0;
}
.placeholder .table-cel tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1);
}
.placeholder .table-cel th {
  background: #617281;
  text-align: left;
  vertical-align: top;
  padding: 10px 20px;
  text-transform: uppercase;
  color: white;
}
.placeholder .table-cel td {
  vertical-align: top;
  padding: 15px 20px;
  color: white;
}
.placeholder .table-cel td:nth-child(1) {
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
}
.placeholder .table-cel.our-values .left {
  width: 20%;
}
.placeholder .table-cel.our-values .right {
  width: 80%;
}
.placeholder h2 {
  font-size: 18px;
  font-weight: bold;
  color: #2178bd;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.placeholder h3 {
  margin: 0 0 0.8em;
}
.placeholder p {
  font-size: 1.2em;
  text-align: justify;
}
.placeholder a {
  font-weight: bold;
  color: #2178bd;
  text-decoration: none;
}
.placeholder a:hover {
  color: black;
}
.placeholder .small-txt {
  font-size: 1em;
}

.centered {
  text-align: center;
  margin: 5em 0 1em;
}
.centered h3 {
  font-size: 40px;
  color: #2178bd;
  text-transform: uppercase;
  margin: 0.5em 0 0.5em;
}

.photoBox {
  padding: 10px;
  background: white;
  margin-bottom: 20px;
}
.photoBox p {
  padding: 0 0 0 10px;
  border-left: 1px solid #2178bd;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin: 2em auto;
}
.tabs__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  height: 200px;
  background: #617281;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tabs__title.active, .tabs__title:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #2178bd;
}
.tabs__title a {
  text-decoration: none;
  color: white;
  display: block;
  width: calc(100% - 60px);
  height: 100%;
  padding: 0 30px;
}
.tabs__title h4 {
  font-size: 18px;
  margin: 30% 0 5%;
  color: white;
}
.tabs__title span {
  font-size: 14px;
  color: white;
  font-weight: normal;
}
.tabs__title i.arrow {
  background: white;
}
.tabs__title i.arrow:after, .tabs__title i.arrow:before {
  background: white;
}
.tabs__title:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 450px 320px;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.tabs__title:hover:after, .tabs__title.active:after {
  opacity: 0.2;
  background-size: 490px 360px;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tabs-1:after {
  background-image: url(../img/about-us/our-vision.jpg);
}
.tabs-2:after {
  background-image: url(../img/about-us/our-mission.jpg);
}
.tabs-3:after {
  background-image: url(../img/about-us/our-values.jpg);
}
.tabs-4:after {
  background-image: url(../img/about-us/our-code-of-conduct.jpg);
}
.tabs__content {
  border-top: 5px solid #2178bd;
  border-bottom: 5px solid #2178bd;
  margin-bottom: 1em;
}
.tabs__content .placeholder {
  padding: 0 10px;
}

.directors-board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.directorsBox {
  width: 20%;
  height: 250px;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}
.directorsBox h4 {
  font-size: 17px;
  color: white;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
.directorsBox p {
  color: white;
  font-size: 14px;
  margin: 0 0 0.5em 0;
}
.directorsBox span {
  color: white;
  font-size: 12px;
  margin-bottom: 2em;
  display: block;
}
.directorsBox strong {
  color: white;
}
.directorsBox__photo {
  position: absolute;
  background: #2178bd;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.directorsBox__photo h4 {
  font-size: 16px;
  margin: 0;
  padding: 0 10px 5px;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.directorsBox__description {
  opacity: 0;
  position: absolute;
  padding: 15px;
  background: #617281;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.directorsBox:hover .directorsBox__description {
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.directorsBox:hover .directorsBox__photo h4 {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.management-board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.management-board .managementBox {
  width: 190px;
  height: 300px;
  background: #617281;
  margin-bottom: 2em;
}
.management-board .managementBox.step-up {
  margin-bottom: 22%;
}
.management-board .managementBox__photo {
  background: #2178bd;
  text-align: center;
}
.management-board .managementBox__photo img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.management-board .managementBox__description {
  padding: 5px 10px;
  text-align: center;
}
.management-board .managementBox__description h4,
.management-board .managementBox__description p {
  margin: 0;
}
.management-board .managementBox__description h4 {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: white;
  margin-bottom: 5px;
}
.management-board .managementBox__description p {
  color: white;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .management-board {
    display: none;
  }
  .management-board .managementImage {
    display: block;
    width: 100%;
  }
}

.managementImage {
  display: none;
}

@media screen and (max-width: 768px) {
  .managementImage {
    display: block;
    width: 100%;
  }
}
.white {
  color: white !important;
}

.black {
  color: black !important;
}

.grey {
  color: #617281 !important;
}

.blue {
  color: #035a9f !important;
}

.no-ul {
  list-style-type: none;
  margin-left: 20px;
  padding: 0;
}
.no-ul li {
  font-size: 16px;
  margin-bottom: 0.5em;
}

.chartMod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chartMod__left {
  width: 305px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.45);
  margin-right: 10px;
  overflow: hidden;
}
.chartMod__left .select-title {
  font-size: 16px;
  font-weight: bold;
  font-family: "Titillium Web", sans-serif;
  color: #2178bd;
  margin: 5px 0;
  text-transform: uppercase;
}
.chartMod__left select,
.chartMod__left input {
  width: 100%;
  padding: 5px;
  border: 1px solid #2178bd;
  margin-bottom: 10px;
  background: rgba(28, 90, 150, 0.3);
  font-family: "Open Sans", sans-serif;
}
.chartMod__left select[readonly=readonly],
.chartMod__left input[readonly=readonly] {
  background: #b3b3b3;
}
.chartMod__left .selectDate {
  width: calc(100% - 10px);
  height: 22px;
}
.chartMod__left .selectDate::-webkit-inner-spin-button,
.chartMod__left .selectDate::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.buysellBoard {
  margin-top: 20px;
}
.buysellBoard .top {
  overflow: hidden;
}
.buysellBoard .top ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 10px;
  background: rgba(28, 90, 150, 0.3);
  height: 50px;
}
.buysellBoard .top li {
  margin: 0 4px;
}
.buysellBoard .top li.title {
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  margin-right: 160px;
}
.buysellBoard .top li.equal {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 3px;
  color: #ffae18;
}
.buysellBoard .top i {
  font-size: 20px;
}
.buysellBoard .top i.fi-arrow-up {
  color: #1a8000;
}
.buysellBoard .top i.fi-arrow-down {
  color: #ce0000;
}
.buysellBoard .unitVal {
  padding: 2px 0 2px 10px;
  background: white;
  text-align: center;
  font-weight: bold;
  color: #617281;
  height: 40px;
}
.buysellBoard .unitVal p {
  margin: 8px 0;
}
.buysellBoard .buySell {
  padding: 0;
  background: rgba(28, 90, 150, 0.3);
  font-size: 22px;
  color: #617281;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.buysellBoard .buySell p {
  margin: 0 0 0 10px;
  text-transform: uppercase;
}
.buysellBoard .buySell span {
  color: white;
  padding: 8px;
  height: 42px;
  font-size: 30px;
  background: #617281;
  width: 80px;
  text-align: center;
}
.buysellBoard .currentVariation ul {
  background: white;
  margin-top: 4px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: center;
}
.buysellBoard .currentVariation ul .titleVar {
  font-size: 14px;
  padding-left: 8px;
}
.buysellBoard .currentVariation ul .values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.buysellBoard .currentVariation ul .values div {
  margin: 0 13px 0 0;
  font-weight: bold;
}

.myChart {
  width: 755px;
  height: 480px;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.45);
}

.ChartSorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  margin-bottom: 10px;
  z-index: 100;
  position: relative;
}
.ChartSorting li:not(.title) {
  text-align: center;
  margin: 0 2px;
}
.ChartSorting li:not(.title) a {
  padding: 3px;
  width: 24px;
  font-size: 12px;
  display: block;
  text-decoration: none;
  color: #222222;
  background: rgba(28, 90, 150, 0.35);
  border: 1px solid #1c5a96;
  text-transform: uppercase;
}
.ChartSorting li:not(.title) a.active {
  background: #617281;
  color: white;
}
.ChartSorting li:not(.title):hover {
  opacity: 0.7;
}
.ChartSorting li.title {
  font-size: 12px;
  font-weight: bold;
  margin: 5px 20px auto 0;
  text-align: center;
  width: 100%;
  color: #617281;
}
.ChartSorting li.title p {
  margin: 0;
  text-align: center;
}
.ChartSorting li.title .date {
  margin: 0 3px;
}

.cx__title.currencies-list__legend li {
  text-transform: uppercase;
  padding: 15px 0 15px 25px;
}

.cx__converter {
  padding: 0 15px 10px 15px;
  background: #2178bd;
  width: calc(100% - 30px);
  overflow: hidden;
}
.cx__converter .currencies-list__legend .left {
  width: 100%;
}
.cx__converter strong {
  color: white;
}
.cx__converter .today {
  color: white;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin: 20px 0 10px;
  font-weight: bold;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cx__converter .today span {
  display: block;
  margin-left: 6px;
}

.currSep {
  margin: 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.currSep .btnConvert {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 100%;
  margin-left: 20px;
  margin-right: 20px;
}
.currSep .btnConvert:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.52);
          box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.52);
}
.currSep .middle-cx {
  text-align: center;
  color: white;
}
.currSep .currency-converter,
.currSep .conversion-fx {
  width: 40%;
}

.currency-converter > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
.currency-converter label {
  width: 150px;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
}
.currency-converter input,
.currency-converter select {
  width: 100%;
  max-width: 200px;
  display: block;
  padding: 5px;
  font-family: Quicksand, sans-serif;
  border-width: 1px;
  border-style: solid;
  border-color: #333;
  background: #617281;
  color: white;
}
.currency-converter input {
  max-width: 188px;
}
.currency-converter .radio-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.currency-converter .radio-select p {
  margin: 0;
  color: white;
}
.currency-converter input[type=radio] {
  width: auto;
  margin: 0 10px;
}

.conversion-fx {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.conversion-fx .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.conversion-fx .result .exc {
  margin: 5px 0;
  text-align: center;
  display: block;
  color: #e2e2e2;
  font-size: 17px;
}
.conversion-fx .result .exc span {
  display: inline;
  margin: 0 0 0 5px;
}
.conversion-fx .result .val {
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-align: center;
}
.conversion-fx .result span.val {
  margin-left: 8px;
}

.currencies_cxmod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cx__list {
  padding: 0 15px 10px 15px;
  background: white;
  margin-right: 10px;
  width: 280px;
  border-radius: 15px;
  overflow: hidden;
}
.cx__list:last-child {
  margin-right: 0;
}

.currencies-list__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2178bd), color-stop(33%, #2178bd), to(#7db9e8));
  background: -o-linear-gradient(top, #2178bd 0%, #2178bd 33%, #7db9e8 100%);
  background: linear-gradient(to bottom, #2178bd 0%, #2178bd 33%, #7db9e8 100%);
  margin-bottom: 5px;
  margin-left: -15px;
  margin-right: -15px;
}
.currencies-list__legend li {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.currencies-list__legend .left {
  padding: 15px 0 15px 25px;
  width: calc(48% - 10px);
}
.currencies-list__legend .right {
  padding: 15px 0;
  width: calc(45% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.currencies-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.currencies-list li.slick-slide,
.currencies-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 20px);
  height: 50px;
  padding: 10px;
  margin-bottom: 2px;
  background: rgba(28, 90, 150, 0.3);
}
.currencies-list li.slick-slide.isActive,
.currencies-list li.isActive {
  background: #2178bd;
}
.currencies-list li.slick-slide.isActive .left,
.currencies-list li.isActive .left {
  color: white;
}
.currencies-list li.slick-slide .left,
.currencies-list li .left {
  width: 55%;
  font-size: 20px;
  font-family: "Titillium Web", sans-serif;
  line-height: 18px;
}
.currencies-list li.slick-slide .left img,
.currencies-list li .left img {
  margin: 0 10px 0 0;
  display: initial;
}
.currencies-list li.slick-slide .left span,
.currencies-list li .left span {
  font-size: 12px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
.currencies-list li.slick-slide .right,
.currencies-list li .right {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.currencies-list li.slick-slide .right span,
.currencies-list li .right span {
  width: 50px;
  text-align: center;
  margin: 0 5px;
  padding: 8px 5px;
  height: 20px;
  background: white;
}
.currencies-list .slick-arrow {
  width: 100%;
  display: block;
  margin: 5px 0;
  padding: 5px 0;
  border: 0;
  background: #617281;
  text-align: center;
  color: white;
}
.currencies-list .slick-arrow[aria-disabled=true] {
  opacity: 0.3;
  cursor: initial;
}
.currencies-list .slick-arrow:hover, .currencies-list .slick-arrow:active {
  outline: none;
  border: 0;
}
.currencies-list .slick-arrow.slick-prev {
  border-radius: 10px 10px 0 0;
}
.currencies-list .slick-arrow.slick-prev i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
}
.currencies-list .slick-arrow.slick-next {
  border-radius: 0 0 10px 10px;
}
.currencies-list .slick-arrow.slick-next i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
}

.currencies__tt li {
  height: 52px;
}

.cx__deck {
  width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.currencies__deck {
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 0;
  top: 120px;
}
.currencies__deck li {
  border: 2px solid #2178bd;
  width: 388px;
  background: white;
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 6;
  top: -105px;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
.currencies__deck li:nth-child(1) {
  z-index: 10;
  top: 0px;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.currencies__deck li:nth-child(2) {
  z-index: 9;
  top: -30px;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 1;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.currencies__deck li:nth-child(3) {
  z-index: 8;
  top: -60px;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 1;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.currencies__deck li:nth-child(4) {
  z-index: 7;
  top: -85px;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 1;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.currencies__deck .title {
  padding: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2178bd), color-stop(33%, #2178bd), to(#7db9e8));
  background: -o-linear-gradient(top, #2178bd 0%, #2178bd 33%, #7db9e8 100%);
  background: linear-gradient(to bottom, #2178bd 0%, #2178bd 33%, #7db9e8 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.currencies__deck .title img {
  margin: 0 10px;
}
.currencies__deck .content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.currencies__deck .content .left,
.currencies__deck .content .right {
  width: 90px;
  height: 70px;
  padding: 10px;
  text-align: center;
  background: #2178bd;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  color: white;
  font-size: 22px;
}
.currencies__deck .content .left span:first-child,
.currencies__deck .content .right span:first-child {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
}
.currencies__deck .content .left span,
.currencies__deck .content .right span {
  display: block;
}
.currencies__deck .content .middle {
  width: 60px;
  height: 60px;
  padding: 5px;
  margin: 0 10px;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}
.currencies__deck .content .middle span {
  display: block;
  text-align: center;
  font-size: 14px;
  padding-top: 5px;
  font-weight: bold;
  color: #617281;
}
.currencies__deck .content .middle .unit {
  padding: 5px 0 4px;
  width: 100%;
  background: #617281;
  color: white;
  font-size: 18px;
  line-height: 18px;
}
.currencies__deck .content .middle .unit .i {
  display: none;
  font-style: normal;
}
.currencies__deck .content .middle .unit .fi-arrow-up {
  color: green;
}
.currencies__deck .content .middle .unit .fi-arrow-down {
  color: red;
}
.currencies__deck .content .middle .unit .fi-equal {
  color: #ffae18;
  font-size: 22px;
}
.currencies__deck .bottom {
  padding: 5px;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .currencies__deck .title {
    margin-top: -23px;
  }

  /* IE10 */
  *::-ms-backdrop, .currencies__deck .title {
    margin-top: -23px;
  }

  /* IE11 */
}
@supports (-ms-accelerator: true) {
  .currencies__deck .title {
    margin-top: -23px;
  }
}
.tooltip-container {
  position: relative;
  display: block;
}
.tooltip-container .change-tooltip {
  position: relative;
  padding: 2px;
  background: white;
  color: #2178bd;
  font-weight: bold;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  margin: 0 5px;
  display: block;
}
.tooltip-container .change-tooltip.active:after {
  position: absolute;
  content: "";
  clear: both;
  position: absolute;
  bottom: -13px;
  border-bottom: 9px solid #fff;
  border-right: 13px solid transparent;
  z-index: 110;
}
.tooltip-container .change-tooltip:hover, .tooltip-container .change-tooltip.active {
  background: #0f8de0;
  color: white;
}
.tooltip-container .tooltip-dialog {
  position: absolute;
  top: 25px;
  left: -180px;
  padding: 10px 30px 10px 10px;
  font-size: 12px;
  color: #617281;
  background: white;
  min-width: 180px;
  width: 180px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  text-align: center;
}
.tooltip-container .tooltip-dialog .tooltip-close {
  font-weight: bold;
  position: absolute;
  left: 197px;
  top: 5px;
  height: 19px;
  width: 19px;
  text-align: center;
  display: block;
  background: #617281;
  color: white;
  border-radius: 100%;
  text-decoration: none;
}

.cx-forms .multiForm .cx-forms__gate {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cx-forms .multiForm .cx-forms__gate li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cx-forms .multiForm .cx-forms__gate li:before {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #999999;
  margin-top: 15px;
}
.cx-forms .multiForm .cx-forms__gate li span {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #999999;
  font-weight: bold;
  color: white;
  padding: 5px;
  border: 3px solid #999999;
}
.cx-forms .multiForm .cx-forms__gate li.active span {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 3px solid #2178bd;
  background: #2178bd;
}
.cx-forms .multiForm .cx-forms__gate li.active:before {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #2178bd;
}
.cx-forms .survey-form .step-2 {
  display: none;
}
.cx-forms .survey-form .step-2 .title {
  text-align: center;
  width: calc(100% - 40px);
  margin: 0;
  color: black;
  text-transform: uppercase;
}
.cx-forms section {
  margin: 20px 0;
  padding: 20px 40px;
  background: -webkit-gradient(linear, left top, right top, from(#2178bd), to(#257dc3));
  background: -o-linear-gradient(left, #2178bd, #257dc3);
  background: linear-gradient(to right, #2178bd, #257dc3);
  border-radius: 20px;
  position: relative;
}
.cx-forms section .ajax-load {
  position: absolute;
  opacity: 0;
  top: 39%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.cx-forms section p {
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin: 0 20px;
}
.cx-forms section .cx-forms__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  border-top: 1px solid #85dcff;
  padding-top: 20px;
}
.cx-forms section .cx-forms__nav button {
  background: #003267;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 300;
  border: 0;
  color: white;
  cursor: pointer;
  min-width: 150px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.49);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.49);
}
.cx-forms section .cx-forms__nav button:disabled {
  opacity: 0.5;
  cursor: auto;
  color: white;
}
.cx-forms section .cx-forms__nav button:disabled:hover {
  color: white;
  background: #003267;
}
.cx-forms section .cx-forms__nav button:hover {
  background: #001e53;
  color: #098cf8;
}
.cx-forms section a.remove {
  color: white;
  font-size: 16px;
  font-weight: 600;
  background: #17a8c1;
  padding: 5px;
  display: inline-block;
  width: 10px;
  text-align: center;
  height: 10px;
  line-height: 10px;
  border-radius: 100%;
  border: 2px solid white;
  margin-left: 6px;
}
.cx-forms section button.addPos {
  border: 0;
  background: #17a8c1;
  padding: 10px 20px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
  margin-left: 20px;
  font-weight: 600;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.49);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.49);
}
.cx-forms section h5 {
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-size: 22px;
  margin: 5px 0 40px;
  border-bottom: 1px solid 1px solid #85dcff;
}
.cx-forms section hr {
  border: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid 1px solid #85dcff;
}
.cx-forms section .fieldset {
  border: 0;
  padding: 0;
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 50px;
}
.cx-forms section .fieldset.review-container {
  height: 410px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}
.cx-forms section .fieldset.review-container .all-questions-container {
  margin: 0 auto;
}
.cx-forms section .fieldset.row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1.5em 0;
}
.cx-forms section .fieldset.row .title {
  margin: 10px 20px;
  font-size: 18px;
}
.cx-forms section .fieldset.row .inputContainer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cx-forms section .fieldset.row .inputContainer input[type=radio],
.cx-forms section .fieldset.row .inputContainer input[type=checkbox] {
  margin-right: 10px;
}
.cx-forms section .fieldset.row .inputContainer label {
  margin-right: 20px;
}
.cx-forms section .fieldset.row .survey-questions {
  width: 100%;
  padding: 10px 10px 30px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}
.cx-forms section .fieldset.row .survey-questions.active {
  padding-bottom: 20px;
  max-width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.cx-forms section .fieldset.row .survey-questions p {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin: 1em 0;
  font-weight: bold;
}
.cx-forms section .fieldset.row .survey-questions .inputContainer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cx-forms section .fieldset.row .survey-questions .inputContainer [type=radio] {
  opacity: 0;
  width: 0;
}
.cx-forms section .fieldset.row .survey-questions .inputContainer img {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
}
.cx-forms section .fieldset.row .survey-questions .inputContainer [type=radio] + label {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 120px;
  cursor: pointer;
}
.cx-forms section .fieldset.row .survey-questions .inputContainer [type=radio] + label img {
  border: 2px solid transparent;
  border-radius: 100%;
}
.cx-forms section .fieldset.row .survey-questions .inputContainer [type=radio] + label:hover img {
  border: 2px solid white;
  -webkit-box-shadow: 0 0 15px white;
          box-shadow: 0 0 15px white;
}
.cx-forms section .fieldset.upload {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  margin: 0;
  min-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cx-forms section .fieldset.upload label {
  max-width: 240px;
  width: 100%;
}
.cx-forms section .fieldset.upload input.attach {
  width: 100%;
}
.cx-forms section input:not([type=radio]),
.cx-forms section select {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 5px 10px;
  background: #293d50;
  color: white;
  font-size: 15px;
  border: 1px solid #4d5e6d;
  height: 24px;
  border-radius: 4px;
}
.cx-forms section input:not([type=radio])::-webkit-input-placeholder, .cx-forms section select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3098039216);
}
.cx-forms section input:not([type=radio])::-moz-placeholder, .cx-forms section select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3098039216);
}
.cx-forms section input:not([type=radio]):-ms-input-placeholder, .cx-forms section select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3098039216);
}
.cx-forms section input:not([type=radio])::-ms-input-placeholder, .cx-forms section select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3098039216);
}
.cx-forms section input:not([type=radio])::placeholder,
.cx-forms section select::placeholder {
  color: rgba(255, 255, 255, 0.3098039216);
}
.cx-forms section input:not([type=radio])[disabled],
.cx-forms section select[disabled] {
  opacity: 0.5;
}
.cx-forms section textarea {
  height: 150px;
  resize: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: calc(100% - 22px);
  padding: 5px 10px;
  background: #293d50;
  color: white;
  font-size: 15px;
  border: 1px solid #4d5e6d;
  border-radius: 4px;
  margin-bottom: 20px;
}
.cx-forms section .medium {
  width: calc(75% - 30px);
}
.cx-forms section .half {
  width: calc(50% - 30px);
}
.cx-forms section .third {
  width: calc(33.3% - 30px);
}
.cx-forms section .fourth {
  width: calc(25% - 30px);
}
.cx-forms section .full {
  width: calc(100% - 34px);
}
.cx-forms section input:-webkit-autofill,
.cx-forms section input:-webkit-autofill:focus,
.cx-forms section select option {
  background-color: #293d50 !important;
  -webkit-box-shadow: 0 0 0 50px #293d50 inset;
  -webkit-text-fill-color: white !important;
  box-shadow: 0 0 0 50px #293d50 inset;
  color: white !important;
  font-size: 14px;
}
.cx-forms section input[type=date]::-webkit-inner-spin-button,
.cx-forms section input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
.cx-forms section input[type=number] {
  -moz-appearance: textfield;
}
.cx-forms section label {
  color: white;
}
.cx-forms section .same {
  display: inline-block;
  width: 170px;
}
.cx-forms .parsley-errors-list {
  list-style-type: none;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  font-size: 12px;
  color: #ffc8c8;
}
.cx-forms textarea + .parsley-errors-list {
  bottom: -5px;
  position: absolute;
  top: auto;
}
.cx-forms .inputContainer.parsley-error + .parsley-errors-list {
  top: 55px;
  left: 20px;
}
.cx-forms textarea.parsley-error,
.cx-forms input.parsley-error,
.cx-forms select.parsley-error,
.cx-forms textarea.parsley-error:focus,
.cx-forms input.parsley-error:focus,
.cx-forms select.parsley-error:focus {
  border: 1px solid red !important;
  outline: red;
}
.cx-forms .inputContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.cx-forms .inputContainer * {
  display: block;
}
.cx-forms.customer-survey .inputContainer.parsley-error + .parsley-errors-list {
  top: 70px;
}

.cx-forms .survey-form section .cx-forms__nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer {
  height: 50px;
  background: #617281;
  display: block;
  width: 100%;
}
footer .row {
  margin: 0 auto;
  padding: 15px 0 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .row p {
  margin: 0 10px 0 0;
  color: white;
  font-size: 14px;
}
footer .row a {
  color: #c5d6e5;
  margin: 0 10px;
}
footer .row a:hover {
  color: white;
}

@media screen and (max-width: 480px) {
  * {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .catBanner {
    background-size: cover;
    padding: 10px;
    background-position: top;
    margin-top: 80px;
  }

  .heroBanner {
    display: none !important;
  }

  header .row {
    position: relative;
    display: block;
    height: 50px;
  }

  .scrollerHolder {
    display: none;
  }

  .tabs__title a span {
    display: none;
  }

  .tabs__title a {
    padding: 0;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .tabs__content .placeholder {
    padding: 0 !important;
  }

  .home-page .scrollerHolder {
    display: block;
    position: initial;
    margin-top: 82px;
    z-index: 100;
    overflow: auto;
    padding: 20px 0;
  }
  .home-page .scrollerHolder .scroller {
    display: block;
  }
  .home-page .scrollerHolder .scroller .buy,
.home-page .scrollerHolder .scroller .sell {
    width: 50px;
  }
  .home-page .scrollerHolder .scroller .buyval,
.home-page .scrollerHolder .scroller .sellval {
    width: 70px;
  }
  .home-page .scrollerHolder .scroller .sep {
    display: none;
  }
  .home-page .scrollerHolder .scroller img {
    width: 40px;
    height: auto;
    margin-left: 20px;
  }
  .home-page .scrollerHolder ul li div {
    font-size: 18px;
  }

  .logocontainer {
    max-width: 150px;
    margin-left: 10px;
    margin: 14px 10px;
  }
  .logocontainer img {
    width: 100%;
    height: auto;
  }

  .mobmenu {
    position: absolute;
    z-index: 100;
    top: 4px;
    right: 24px;
    display: block;
  }

  .navcontainer {
    position: fixed;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    background: black;
    top: 72px;
  }
  .navcontainer nav {
    position: absolute;
    width: 100%;
    right: 0;
    display: block;
    padding-top: 20px;
  }
  .navcontainer nav a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
  }

  .news .title {
    text-align: center;
  }
  .news .news__left {
    width: 100%;
  }
  .news .news__right {
    border-radius: 0;
    width: 100%;
  }
  .news .news__right ul li {
    height: auto;
    font-size: 15px;
  }
  .news img {
    width: 100%;
    height: auto;
  }
  .news .news-sepa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .intro-stats {
    height: auto;
  }
  .intro-stats .row.gap {
    margin: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 40px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .intro-stats .row.gap .stats {
    width: 44%;
  }
  .intro-stats .row.gap .stats span {
    font-size: 24px;
    line-height: 24px;
  }
  .intro-stats .row.gap .stats span.curr {
    font-size: 16px;
    margin-right: 5px;
  }
  .intro-stats .row.gap .stats span.val {
    display: block;
    font-size: 16px;
  }
  .intro-stats .row.gap .sepa {
    display: none;
  }

  .categories .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .categories .row .cat-holder {
    width: 80%;
  }

  footer {
    height: auto;
    padding: 20px 0;
  }
  footer .row {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .row p {
    margin-bottom: 1em;
    font-size: 16px;
  }

  .bannerAcc .imgContainer,
.bannerAcc .textBox {
    position: initial;
  }
  .bannerAcc .imgContainer {
    height: auto;
  }
  .bannerAcc .imgContainer .overlay {
    display: none;
  }
  .bannerAcc .imgContainer img {
    width: 100%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    margin: 0;
  }
  .bannerAcc .textBox {
    width: 100%;
    margin-top: -6px;
    height: auto;
  }
  .bannerAcc .textBox:after {
    display: none;
  }
  .bannerAcc.active .textBox {
    border-bottom: 0;
  }
  .bannerAcc .sectionLink {
    text-decoration: none;
  }
  .bannerAcc .longDesc {
    padding: 0;
    overflow: hidden;
  }

  .directors-board {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .directors-board .directorsBox {
    width: 188px;
    margin-bottom: 10px;
  }
  .directors-board .directorsBox .directorsBox__description {
    width: 100%;
    height: 100%;
  }

  .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col .col-left,
.col .col-right {
    width: 100%;
    padding-left: 20px;
  }

  .currencies_cxmod .cx__list {
    display: none;
  }
  .currencies_cxmod .cx__deck {
    width: 100%;
  }
  .currencies_cxmod .currencies__deck {
    top: 100px;
    width: 300px;
    height: 220px;
    left: -15%;
  }
  .currencies_cxmod .currencies__deck li {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
  .currencies_cxmod .currencies__deck li:nth-child(1) {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .currencies_cxmod .currencies__deck li:nth-child(2) {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .currencies_cxmod .currencies__deck li:nth-child(3) {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .currencies_cxmod .currencies__deck li:nth-child(4) {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
  .currencies_cxmod .currencies__deck li .content .right span:first-child,
.currencies_cxmod .currencies__deck li .content .left span:first-child {
    margin-bottom: 2px;
  }

  .cx__converter {
    width: 100%;
  }
  .cx__converter .today {
    font-size: 12px;
  }
  .cx__converter input {
    max-width: 200px;
  }
  .cx__converter .currSep {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cx__converter .currSep form, .cx__converter .currSep .conversion-fx {
    width: 100%;
  }
  .cx__converter .currSep .middle-cx p {
    text-align: center;
  }

  .hideMe {
    display: none;
  }

  .placeholder .col .col2,
.placeholder .col .col4 {
    width: 100% !important;
  }

  .cx-forms section {
    padding: 5px;
  }
  .cx-forms section h5 {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .cx-forms section textarea {
    width: 100%;
  }
  .cx-forms section .fieldset.row .inputContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
  }
  .cx-forms section .fieldset.row .inputContainer input, .cx-forms section .fieldset.row .inputContainer label {
    margin-bottom: 10px;
  }
  .cx-forms section .fieldset.row .inputContainer label {
    font-size: 13px;
  }
  .cx-forms section input:not([type=radio]), .cx-forms section .cx-forms section select {
    height: 34px;
  }
  .cx-forms section .cx-forms__nav {
    padding: 15px 10px;
  }

  .placeholder .col.branches .col2 p {
    font-size: 13px;
  }
}

@media screen and (max-width: 376px) {
  header .mobile.westernUnion {
    top: 4px;
    left: 176px;
    height: 26px;
  }
}

@media screen and (max-width: 320px) {
  .logocontainer {
    max-width: 120px;
  }

  header .mobile.westernUnion {
    top: 5px;
    left: 142px;
    height: 23px;
  }

  .home-page .scrollerHolder ul li div {
    font-size: 14px;
  }

  .home-page .scrollerHolder .scroller .buyval,
  .home-page .scrollerHolder .scroller .sellval {
    width: 40px;
  }
}