@charset "UTF-8";
/****Font Colors***/
/****Font Colors***/
/****Default Colors***/
/****Default Colors***/
/****Background Colors***/
/****Background Colors***/
/****Site Fonts***/
/****SiteFonts***/
/****Button Styles***/
/****Button Styles***/
/**********************************/
/* HTML5 dafault  */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, button, input, select, textarea {
  color: #222222; }

body {
  margin: 0;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  background: #FFF;
  /* Fallback for when there is no custom background color defined. */ }

::-moz-selection {
  background: #1154fb;
  color: #FFF;
  text-shadow: none; }

::selection {
  background: #1154fb;
  color: #FFF;
  text-shadow: none; }

a {
  color: #97144d;
  outline: none;
  text-decoration: none; }
  a:visited {
    /* color: rgba($link_color, 0.8); */ }
  a:hover {
    color: rgba(0, 0, 0, 0.8); }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote, q {
  quotes: "" "";
  margin: 1em 40px;
  background: #f2f2f2;
  border-left: 10px solid #2e0405;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 1em; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
  background-color: #222222; }

ins {
  background: none;
  color: #1154fb;
  text-decoration: none; }

del {
  background: none;
  color: #ec121a;
  text-decoration: line-through; }

mark {
  background: #FF0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

small {
  font-size: 85%; }

big {
  font-size: 125%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 3px; }
  input:focus, select:focus, textarea:focus {
    color: rgba(34, 34, 34, 0.8); }

button[disabled], input[disabled] {
  cursor: no-drop; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  border: 0px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #03a9f4;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    opacity: 0.8; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: rgba(3, 169, 244, 0.5);
    opacity: 0.8; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  width: 100%; }

input:invalid, textarea:invalid {
  background-color: rgba(236, 18, 26, 0.3); }

embed,
iframe,
object {
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
  background: #f9f9f9; }

td {
  vertical-align: top; }

th {
  background: #e0f0f7; }

th, td {
  padding: 0.5em;
  border: 1px solid lightgray; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

ul, ol {
  margin: 0 0 1em 0.75em;
  padding: 0 0 1em 0.75em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
  padding-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Lato", sans-serif; }

p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 23px;
  margin-bottom: 15px; }

h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 2em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility; }

h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #5c5c5c;
  font-family: "Lato", sans-serif;
  font-size: 50px;
  font-weight: 200;
  font-style: normal;
  line-height: 50px;
  text-rendering: optimizeLegibility; }

h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

.container {
  width: 100%;
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto; }

.full-container {
  width: 100%;
  max-width: 100%;
  padding: 0 15px; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left; }

.col-xs-12 {
  float: left;
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

/* @include bp (min-width, 767px) {  */
@media only screen and (min-width: 767px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

/* @media (min-width: 992px) { */
@media only screen and (min-width: 980px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

/* @media (min-width: 1200px) { */
@media only screen and (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }




/* Modules */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #ffffff; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: "\f101"; }

.ion-alert-circled:before {
  content: "\f100"; }

.ion-android-add:before {
  content: "\f2c7"; }

.ion-android-add-circle:before {
  content: "\f359"; }

.ion-android-alarm-clock:before {
  content: "\f35a"; }

.ion-android-alert:before {
  content: "\f35b"; }

.ion-android-apps:before {
  content: "\f35c"; }

.ion-android-archive:before {
  content: "\f2c9"; }

.ion-android-arrow-back:before {
  content: "\f2ca"; }

.ion-android-arrow-down:before {
  content: "\f35d"; }

.ion-android-arrow-dropdown:before {
  content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e"; }

.ion-android-arrow-dropleft:before {
  content: "\f361"; }

.ion-android-arrow-dropleft-circle:before {
  content: "\f360"; }

.ion-android-arrow-dropright:before {
  content: "\f363"; }

.ion-android-arrow-dropright-circle:before {
  content: "\f362"; }

.ion-android-arrow-dropup:before {
  content: "\f365"; }

.ion-android-arrow-dropup-circle:before {
  content: "\f364"; }

.ion-android-arrow-forward:before {
  content: "\f30f"; }

.ion-android-arrow-up:before {
  content: "\f366"; }

.ion-android-attach:before {
  content: "\f367"; }

.ion-android-bar:before {
  content: "\f368"; }

.ion-android-bicycle:before {
  content: "\f369"; }

.ion-android-boat:before {
  content: "\f36a"; }

.ion-android-bookmark:before {
  content: "\f36b"; }

.ion-android-bulb:before {
  content: "\f36c"; }

.ion-android-bus:before {
  content: "\f36d"; }

.ion-android-calendar:before {
  content: "\f2d1"; }

.ion-android-call:before {
  content: "\f2d2"; }

.ion-android-camera:before {
  content: "\f2d3"; }

.ion-android-cancel:before {
  content: "\f36e"; }

.ion-android-car:before {
  content: "\f36f"; }

.ion-android-cart:before {
  content: "\f370"; }

.ion-android-chat:before {
  content: "\f2d4"; }

.ion-android-checkbox:before {
  content: "\f374"; }

.ion-android-checkbox-blank:before {
  content: "\f371"; }

.ion-android-checkbox-outline:before {
  content: "\f373"; }

.ion-android-checkbox-outline-blank:before {
  content: "\f372"; }

.ion-android-checkmark-circle:before {
  content: "\f375"; }

.ion-android-clipboard:before {
  content: "\f376"; }

.ion-android-close:before {
  content: "\f2d7"; }

.ion-android-cloud:before {
  content: "\f37a"; }

.ion-android-cloud-circle:before {
  content: "\f377"; }

.ion-android-cloud-done:before {
  content: "\f378"; }

.ion-android-cloud-outline:before {
  content: "\f379"; }

.ion-android-color-palette:before {
  content: "\f37b"; }

.ion-android-compass:before {
  content: "\f37c"; }

.ion-android-contact:before {
  content: "\f2d8"; }

.ion-android-contacts:before {
  content: "\f2d9"; }

.ion-android-contract:before {
  content: "\f37d"; }

.ion-android-create:before {
  content: "\f37e"; }

.ion-android-delete:before {
  content: "\f37f"; }

.ion-android-desktop:before {
  content: "\f380"; }

.ion-android-document:before {
  content: "\f381"; }

.ion-android-done:before {
  content: "\f383"; }

.ion-android-done-all:before {
  content: "\f382"; }

.ion-android-download:before {
  content: "\f2dd"; }

.ion-android-drafts:before {
  content: "\f384"; }

.ion-android-exit:before {
  content: "\f385"; }

.ion-android-expand:before {
  content: "\f386"; }

.ion-android-favorite:before {
  content: "\f388"; }

.ion-android-favorite-outline:before {
  content: "\f387"; }

.ion-android-film:before {
  content: "\f389"; }

.ion-android-folder:before {
  content: "\f2e0"; }

.ion-android-folder-open:before {
  content: "\f38a"; }

.ion-android-funnel:before {
  content: "\f38b"; }

.ion-android-globe:before {
  content: "\f38c"; }

.ion-android-hand:before {
  content: "\f2e3"; }

.ion-android-hangout:before {
  content: "\f38d"; }

.ion-android-happy:before {
  content: "\f38e"; }

.ion-android-home:before {
  content: "\f38f"; }

.ion-android-image:before {
  content: "\f2e4"; }

.ion-android-laptop:before {
  content: "\f390"; }

.ion-android-list:before {
  content: "\f391"; }

.ion-android-locate:before {
  content: "\f2e9"; }

.ion-android-lock:before {
  content: "\f392"; }

.ion-android-mail:before {
  content: "\f2eb"; }

.ion-android-map:before {
  content: "\f393"; }

.ion-android-menu:before {
  content: "\f394"; }

.ion-android-microphone:before {
  content: "\f2ec"; }

.ion-android-microphone-off:before {
  content: "\f395"; }

.ion-android-more-horizontal:before {
  content: "\f396"; }

.ion-android-more-vertical:before {
  content: "\f397"; }

.ion-android-navigate:before {
  content: "\f398"; }

.ion-android-notifications:before {
  content: "\f39b"; }

.ion-android-notifications-none:before {
  content: "\f399"; }

.ion-android-notifications-off:before {
  content: "\f39a"; }

.ion-android-open:before {
  content: "\f39c"; }

.ion-android-options:before {
  content: "\f39d"; }

.ion-android-people:before {
  content: "\f39e"; }

.ion-android-person:before {
  content: "\f3a0"; }

.ion-android-person-add:before {
  content: "\f39f"; }

.ion-android-phone-landscape:before {
  content: "\f3a1"; }

.ion-android-phone-portrait:before {
  content: "\f3a2"; }

.ion-android-pin:before {
  content: "\f3a3"; }

.ion-android-plane:before {
  content: "\f3a4"; }

.ion-android-playstore:before {
  content: "\f2f0"; }

.ion-android-print:before {
  content: "\f3a5"; }

.ion-android-radio-button-off:before {
  content: "\f3a6"; }

.ion-android-radio-button-on:before {
  content: "\f3a7"; }

.ion-android-refresh:before {
  content: "\f3a8"; }

.ion-android-remove:before {
  content: "\f2f4"; }

.ion-android-remove-circle:before {
  content: "\f3a9"; }

.ion-android-restaurant:before {
  content: "\f3aa"; }

.ion-android-sad:before {
  content: "\f3ab"; }

.ion-android-search:before {
  content: "\f2f5"; }

.ion-android-send:before {
  content: "\f2f6"; }

.ion-android-settings:before {
  content: "\f2f7"; }

.ion-android-share:before {
  content: "\f2f8"; }

.ion-android-share-alt:before {
  content: "\f3ac"; }

.ion-android-star:before {
  content: "\f2fc"; }

.ion-android-star-half:before {
  content: "\f3ad"; }

.ion-android-star-outline:before {
  content: "\f3ae"; }

.ion-android-stopwatch:before {
  content: "\f2fd"; }

.ion-android-subway:before {
  content: "\f3af"; }

.ion-android-sunny:before {
  content: "\f3b0"; }

.ion-android-sync:before {
  content: "\f3b1"; }

.ion-android-textsms:before {
  content: "\f3b2"; }

.ion-android-time:before {
  content: "\f3b3"; }

.ion-android-train:before {
  content: "\f3b4"; }

.ion-android-unlock:before {
  content: "\f3b5"; }

.ion-android-upload:before {
  content: "\f3b6"; }

.ion-android-volume-down:before {
  content: "\f3b7"; }

.ion-android-volume-mute:before {
  content: "\f3b8"; }

.ion-android-volume-off:before {
  content: "\f3b9"; }

.ion-android-volume-up:before {
  content: "\f3ba"; }

.ion-android-walk:before {
  content: "\f3bb"; }

.ion-android-warning:before {
  content: "\f3bc"; }

.ion-android-watch:before {
  content: "\f3bd"; }

.ion-android-wifi:before {
  content: "\f305"; }

.ion-aperture:before {
  content: "\f313"; }

.ion-archive:before {
  content: "\f102"; }

.ion-arrow-down-a:before {
  content: "\f103"; }

.ion-arrow-down-b:before {
  content: "\f104"; }

.ion-arrow-down-c:before {
  content: "\f105"; }

.ion-arrow-expand:before {
  content: "\f25e"; }

.ion-arrow-graph-down-left:before {
  content: "\f25f"; }

.ion-arrow-graph-down-right:before {
  content: "\f260"; }

.ion-arrow-graph-up-left:before {
  content: "\f261"; }

.ion-arrow-graph-up-right:before {
  content: "\f262"; }

.ion-arrow-left-a:before {
  content: "\f106"; }

.ion-arrow-left-b:before {
  content: "\f107"; }

.ion-arrow-left-c:before {
  content: "\f108"; }

.ion-arrow-move:before {
  content: "\f263"; }

.ion-arrow-resize:before {
  content: "\f264"; }

.ion-arrow-return-left:before {
  content: "\f265"; }

.ion-arrow-return-right:before {
  content: "\f266"; }

.ion-arrow-right-a:before {
  content: "\f109"; }

.ion-arrow-right-b:before {
  content: "\f10a"; }

.ion-arrow-right-c:before {
  content: "\f10b"; }

.ion-arrow-shrink:before {
  content: "\f267"; }

.ion-arrow-swap:before {
  content: "\f268"; }

.ion-arrow-up-a:before {
  content: "\f10c"; }

.ion-arrow-up-b:before {
  content: "\f10d"; }

.ion-arrow-up-c:before {
  content: "\f10e"; }

.ion-asterisk:before {
  content: "\f314"; }

.ion-at:before {
  content: "\f10f"; }

.ion-backspace:before {
  content: "\f3bf"; }

.ion-backspace-outline:before {
  content: "\f3be"; }

.ion-bag:before {
  content: "\f110"; }

.ion-battery-charging:before {
  content: "\f111"; }

.ion-battery-empty:before {
  content: "\f112"; }

.ion-battery-full:before {
  content: "\f113"; }

.ion-battery-half:before {
  content: "\f114"; }

.ion-battery-low:before {
  content: "\f115"; }

.ion-beaker:before {
  content: "\f269"; }

.ion-beer:before {
  content: "\f26a"; }

.ion-bluetooth:before {
  content: "\f116"; }

.ion-bonfire:before {
  content: "\f315"; }

.ion-bookmark:before {
  content: "\f26b"; }

.ion-bowtie:before {
  content: "\f3c0"; }

.ion-briefcase:before {
  content: "\f26c"; }

.ion-bug:before {
  content: "\f2be"; }

.ion-calculator:before {
  content: "\f26d"; }

.ion-calendar:before {
  content: "\f117"; }

.ion-camera:before {
  content: "\f118"; }

.ion-card:before {
  content: "\f119"; }

.ion-cash:before {
  content: "\f316"; }

.ion-chatbox:before {
  content: "\f11b"; }

.ion-chatbox-working:before {
  content: "\f11a"; }

.ion-chatboxes:before {
  content: "\f11c"; }

.ion-chatbubble:before {
  content: "\f11e"; }

.ion-chatbubble-working:before {
  content: "\f11d"; }

.ion-chatbubbles:before {
  content: "\f11f"; }

.ion-checkmark:before {
  content: "\f122"; }

.ion-checkmark-circled:before {
  content: "\f120"; }

.ion-checkmark-round:before {
  content: "\f121"; }

.ion-chevron-down:before {
  content: "\f123"; }

.ion-chevron-left:before {
  content: "\f124"; }

.ion-chevron-right:before {
  content: "\f125"; }

.ion-chevron-up:before {
  content: "\f126"; }

.ion-clipboard:before {
  content: "\f127"; }

.ion-clock:before {
  content: "\f26e"; }

.ion-close:before {
  content: "\f12a"; }

.ion-close-circled:before {
  content: "\f128"; }

.ion-close-round:before {
  content: "\f129"; }

.ion-closed-captioning:before {
  content: "\f317"; }

.ion-cloud:before {
  content: "\f12b"; }

.ion-code:before {
  content: "\f271"; }

.ion-code-download:before {
  content: "\f26f"; }

.ion-code-working:before {
  content: "\f270"; }

.ion-coffee:before {
  content: "\f272"; }

.ion-compass:before {
  content: "\f273"; }

.ion-compose:before {
  content: "\f12c"; }

.ion-connection-bars:before {
  content: "\f274"; }

.ion-contrast:before {
  content: "\f275"; }

.ion-crop:before {
  content: "\f3c1"; }

.ion-cube:before {
  content: "\f318"; }

.ion-disc:before {
  content: "\f12d"; }

.ion-document:before {
  content: "\f12f"; }

.ion-document-text:before {
  content: "\f12e"; }

.ion-drag:before {
  content: "\f130"; }

.ion-earth:before {
  content: "\f276"; }

.ion-easel:before {
  content: "\f3c2"; }

.ion-edit:before {
  content: "\f2bf"; }

.ion-egg:before {
  content: "\f277"; }

.ion-eject:before {
  content: "\f131"; }

.ion-email:before {
  content: "\f132"; }

.ion-email-unread:before {
  content: "\f3c3"; }

.ion-erlenmeyer-flask:before {
  content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4"; }

.ion-eye:before {
  content: "\f133"; }

.ion-eye-disabled:before {
  content: "\f306"; }

.ion-female:before {
  content: "\f278"; }

.ion-filing:before {
  content: "\f134"; }

.ion-film-marker:before {
  content: "\f135"; }

.ion-fireball:before {
  content: "\f319"; }

.ion-flag:before {
  content: "\f279"; }

.ion-flame:before {
  content: "\f31a"; }

.ion-flash:before {
  content: "\f137"; }

.ion-flash-off:before {
  content: "\f136"; }

.ion-folder:before {
  content: "\f139"; }

.ion-fork:before {
  content: "\f27a"; }

.ion-fork-repo:before {
  content: "\f2c0"; }

.ion-forward:before {
  content: "\f13a"; }

.ion-funnel:before {
  content: "\f31b"; }

.ion-gear-a:before {
  content: "\f13d"; }

.ion-gear-b:before {
  content: "\f13e"; }

.ion-grid:before {
  content: "\f13f"; }

.ion-hammer:before {
  content: "\f27b"; }

.ion-happy:before {
  content: "\f31c"; }

.ion-happy-outline:before {
  content: "\f3c6"; }

.ion-headphone:before {
  content: "\f140"; }

.ion-heart:before {
  content: "\f141"; }

.ion-heart-broken:before {
  content: "\f31d"; }

.ion-help:before {
  content: "\f143"; }

.ion-help-buoy:before {
  content: "\f27c"; }

.ion-help-circled:before {
  content: "\f142"; }

.ion-home:before {
  content: "\f144"; }

.ion-icecream:before {
  content: "\f27d"; }

.ion-image:before {
  content: "\f147"; }

.ion-images:before {
  content: "\f148"; }

.ion-information:before {
  content: "\f14a"; }

.ion-information-circled:before {
  content: "\f149"; }

.ion-ionic:before {
  content: "\f14b"; }

.ion-ios-alarm:before {
  content: "\f3c8"; }

.ion-ios-alarm-outline:before {
  content: "\f3c7"; }

.ion-ios-albums:before {
  content: "\f3ca"; }

.ion-ios-albums-outline:before {
  content: "\f3c9"; }

.ion-ios-americanfootball:before {
  content: "\f3cc"; }

.ion-ios-americanfootball-outline:before {
  content: "\f3cb"; }

.ion-ios-analytics:before {
  content: "\f3ce"; }

.ion-ios-analytics-outline:before {
  content: "\f3cd"; }

.ion-ios-arrow-back:before {
  content: "\f3cf"; }

.ion-ios-arrow-down:before {
  content: "\f3d0"; }

.ion-ios-arrow-forward:before {
  content: "\f3d1"; }

.ion-ios-arrow-left:before {
  content: "\f3d2"; }

.ion-ios-arrow-right:before {
  content: "\f3d3"; }

.ion-ios-arrow-thin-down:before {
  content: "\f3d4"; }

.ion-ios-arrow-thin-left:before {
  content: "\f3d5"; }

.ion-ios-arrow-thin-right:before {
  content: "\f3d6"; }

.ion-ios-arrow-thin-up:before {
  content: "\f3d7"; }

.ion-ios-arrow-up:before {
  content: "\f3d8"; }

.ion-ios-at:before {
  content: "\f3da"; }

.ion-ios-at-outline:before {
  content: "\f3d9"; }

.ion-ios-barcode:before {
  content: "\f3dc"; }

.ion-ios-barcode-outline:before {
  content: "\f3db"; }

.ion-ios-baseball:before {
  content: "\f3de"; }

.ion-ios-baseball-outline:before {
  content: "\f3dd"; }

.ion-ios-basketball:before {
  content: "\f3e0"; }

.ion-ios-basketball-outline:before {
  content: "\f3df"; }

.ion-ios-bell:before {
  content: "\f3e2"; }

.ion-ios-bell-outline:before {
  content: "\f3e1"; }

.ion-ios-body:before {
  content: "\f3e4"; }

.ion-ios-body-outline:before {
  content: "\f3e3"; }

.ion-ios-bolt:before {
  content: "\f3e6"; }

.ion-ios-bolt-outline:before {
  content: "\f3e5"; }

.ion-ios-book:before {
  content: "\f3e8"; }

.ion-ios-book-outline:before {
  content: "\f3e7"; }

.ion-ios-bookmarks:before {
  content: "\f3ea"; }

.ion-ios-bookmarks-outline:before {
  content: "\f3e9"; }

.ion-ios-box:before {
  content: "\f3ec"; }

.ion-ios-box-outline:before {
  content: "\f3eb"; }

.ion-ios-briefcase:before {
  content: "\f3ee"; }

.ion-ios-briefcase-outline:before {
  content: "\f3ed"; }

.ion-ios-browsers:before {
  content: "\f3f0"; }

.ion-ios-browsers-outline:before {
  content: "\f3ef"; }

.ion-ios-calculator:before {
  content: "\f3f2"; }

.ion-ios-calculator-outline:before {
  content: "\f3f1"; }

.ion-ios-calendar:before {
  content: "\f3f4"; }

.ion-ios-calendar-outline:before {
  content: "\f3f3"; }

.ion-ios-camera:before {
  content: "\f3f6"; }

.ion-ios-camera-outline:before {
  content: "\f3f5"; }

.ion-ios-cart:before {
  content: "\f3f8"; }

.ion-ios-cart-outline:before {
  content: "\f3f7"; }

.ion-ios-chatboxes:before {
  content: "\f3fa"; }

.ion-ios-chatboxes-outline:before {
  content: "\f3f9"; }

.ion-ios-chatbubble:before {
  content: "\f3fc"; }

.ion-ios-chatbubble-outline:before {
  content: "\f3fb"; }

.ion-ios-checkmark:before {
  content: "\f3ff"; }

.ion-ios-checkmark-empty:before {
  content: "\f3fd"; }

.ion-ios-checkmark-outline:before {
  content: "\f3fe"; }

.ion-ios-circle-filled:before {
  content: "\f400"; }

.ion-ios-circle-outline:before {
  content: "\f401"; }

.ion-ios-clock:before {
  content: "\f403"; }

.ion-ios-clock-outline:before {
  content: "\f402"; }

.ion-ios-close:before {
  content: "\f406"; }

.ion-ios-close-empty:before {
  content: "\f404"; }

.ion-ios-close-outline:before {
  content: "\f405"; }

.ion-ios-cloud:before {
  content: "\f40c"; }

.ion-ios-cloud-download:before {
  content: "\f408"; }

.ion-ios-cloud-download-outline:before {
  content: "\f407"; }

.ion-ios-cloud-outline:before {
  content: "\f409"; }

.ion-ios-cloud-upload:before {
  content: "\f40b"; }

.ion-ios-cloud-upload-outline:before {
  content: "\f40a"; }

.ion-ios-cloudy:before {
  content: "\f410"; }

.ion-ios-cloudy-night:before {
  content: "\f40e"; }

.ion-ios-cloudy-night-outline:before {
  content: "\f40d"; }

.ion-ios-cloudy-outline:before {
  content: "\f40f"; }

.ion-ios-cog:before {
  content: "\f412"; }

.ion-ios-cog-outline:before {
  content: "\f411"; }

.ion-ios-color-filter:before {
  content: "\f414"; }

.ion-ios-color-filter-outline:before {
  content: "\f413"; }

.ion-ios-color-wand:before {
  content: "\f416"; }

.ion-ios-color-wand-outline:before {
  content: "\f415"; }

.ion-ios-compose:before {
  content: "\f418"; }

.ion-ios-compose-outline:before {
  content: "\f417"; }

.ion-ios-contact:before {
  content: "\f41a"; }

.ion-ios-contact-outline:before {
  content: "\f419"; }

.ion-ios-copy:before {
  content: "\f41c"; }

.ion-ios-copy-outline:before {
  content: "\f41b"; }

.ion-ios-crop:before {
  content: "\f41e"; }

.ion-ios-crop-strong:before {
  content: "\f41d"; }

.ion-ios-download:before {
  content: "\f420"; }

.ion-ios-download-outline:before {
  content: "\f41f"; }

.ion-ios-drag:before {
  content: "\f421"; }

.ion-ios-email:before {
  content: "\f423"; }

.ion-ios-email-outline:before {
  content: "\f422"; }

.ion-ios-eye:before {
  content: "\f425"; }

.ion-ios-eye-outline:before {
  content: "\f424"; }

.ion-ios-fastforward:before {
  content: "\f427"; }

.ion-ios-fastforward-outline:before {
  content: "\f426"; }

.ion-ios-filing:before {
  content: "\f429"; }

.ion-ios-filing-outline:before {
  content: "\f428"; }

.ion-ios-film:before {
  content: "\f42b"; }

.ion-ios-film-outline:before {
  content: "\f42a"; }

.ion-ios-flag:before {
  content: "\f42d"; }

.ion-ios-flag-outline:before {
  content: "\f42c"; }

.ion-ios-flame:before {
  content: "\f42f"; }

.ion-ios-flame-outline:before {
  content: "\f42e"; }

.ion-ios-flask:before {
  content: "\f431"; }

.ion-ios-flask-outline:before {
  content: "\f430"; }

.ion-ios-flower:before {
  content: "\f433"; }

.ion-ios-flower-outline:before {
  content: "\f432"; }

.ion-ios-folder:before {
  content: "\f435"; }

.ion-ios-folder-outline:before {
  content: "\f434"; }

.ion-ios-football:before {
  content: "\f437"; }

.ion-ios-football-outline:before {
  content: "\f436"; }

.ion-ios-game-controller-a:before {
  content: "\f439"; }

.ion-ios-game-controller-a-outline:before {
  content: "\f438"; }

.ion-ios-game-controller-b:before {
  content: "\f43b"; }

.ion-ios-game-controller-b-outline:before {
  content: "\f43a"; }

.ion-ios-gear:before {
  content: "\f43d"; }

.ion-ios-gear-outline:before {
  content: "\f43c"; }

.ion-ios-glasses:before {
  content: "\f43f"; }

.ion-ios-glasses-outline:before {
  content: "\f43e"; }

.ion-ios-grid-view:before {
  content: "\f441"; }

.ion-ios-grid-view-outline:before {
  content: "\f440"; }

.ion-ios-heart:before {
  content: "\f443"; }

.ion-ios-heart-outline:before {
  content: "\f442"; }

.ion-ios-help:before {
  content: "\f446"; }

.ion-ios-help-empty:before {
  content: "\f444"; }

.ion-ios-help-outline:before {
  content: "\f445"; }

.ion-ios-home:before {
  content: "\f448"; }

.ion-ios-home-outline:before {
  content: "\f447"; }

.ion-ios-infinite:before {
  content: "\f44a"; }

.ion-ios-infinite-outline:before {
  content: "\f449"; }

.ion-ios-information:before {
  content: "\f44d"; }

.ion-ios-information-empty:before {
  content: "\f44b"; }

.ion-ios-information-outline:before {
  content: "\f44c"; }

.ion-ios-ionic-outline:before {
  content: "\f44e"; }

.ion-ios-keypad:before {
  content: "\f450"; }

.ion-ios-keypad-outline:before {
  content: "\f44f"; }

.ion-ios-lightbulb:before {
  content: "\f452"; }

.ion-ios-lightbulb-outline:before {
  content: "\f451"; }

.ion-ios-list:before {
  content: "\f454"; }

.ion-ios-list-outline:before {
  content: "\f453"; }

.ion-ios-location:before {
  content: "\f456"; }

.ion-ios-location-outline:before {
  content: "\f455"; }

.ion-ios-locked:before {
  content: "\f458"; }

.ion-ios-locked-outline:before {
  content: "\f457"; }

.ion-ios-loop:before {
  content: "\f45a"; }

.ion-ios-loop-strong:before {
  content: "\f459"; }

.ion-ios-medical:before {
  content: "\f45c"; }

.ion-ios-medical-outline:before {
  content: "\f45b"; }

.ion-ios-medkit:before {
  content: "\f45e"; }

.ion-ios-medkit-outline:before {
  content: "\f45d"; }

.ion-ios-mic:before {
  content: "\f461"; }

.ion-ios-mic-off:before {
  content: "\f45f"; }

.ion-ios-mic-outline:before {
  content: "\f460"; }

.ion-ios-minus:before {
  content: "\f464"; }

.ion-ios-minus-empty:before {
  content: "\f462"; }

.ion-ios-minus-outline:before {
  content: "\f463"; }

.ion-ios-monitor:before {
  content: "\f466"; }

.ion-ios-monitor-outline:before {
  content: "\f465"; }

.ion-ios-moon:before {
  content: "\f468"; }

.ion-ios-moon-outline:before {
  content: "\f467"; }

.ion-ios-more:before {
  content: "\f46a"; }

.ion-ios-more-outline:before {
  content: "\f469"; }

.ion-ios-musical-note:before {
  content: "\f46b"; }

.ion-ios-musical-notes:before {
  content: "\f46c"; }

.ion-ios-navigate:before {
  content: "\f46e"; }

.ion-ios-navigate-outline:before {
  content: "\f46d"; }

.ion-ios-nutrition:before {
  content: "\f470"; }

.ion-ios-nutrition-outline:before {
  content: "\f46f"; }

.ion-ios-paper:before {
  content: "\f472"; }

.ion-ios-paper-outline:before {
  content: "\f471"; }

.ion-ios-paperplane:before {
  content: "\f474"; }

.ion-ios-paperplane-outline:before {
  content: "\f473"; }

.ion-ios-partlysunny:before {
  content: "\f476"; }

.ion-ios-partlysunny-outline:before {
  content: "\f475"; }

.ion-ios-pause:before {
  content: "\f478"; }

.ion-ios-pause-outline:before {
  content: "\f477"; }

.ion-ios-paw:before {
  content: "\f47a"; }

.ion-ios-paw-outline:before {
  content: "\f479"; }

.ion-ios-people:before {
  content: "\f47c"; }

.ion-ios-people-outline:before {
  content: "\f47b"; }

.ion-ios-person:before {
  content: "\f47e"; }

.ion-ios-person-outline:before {
  content: "\f47d"; }

.ion-ios-personadd:before {
  content: "\f480"; }

.ion-ios-personadd-outline:before {
  content: "\f47f"; }

.ion-ios-photos:before {
  content: "\f482"; }

.ion-ios-photos-outline:before {
  content: "\f481"; }

.ion-ios-pie:before {
  content: "\f484"; }

.ion-ios-pie-outline:before {
  content: "\f483"; }

.ion-ios-pint:before {
  content: "\f486"; }

.ion-ios-pint-outline:before {
  content: "\f485"; }

.ion-ios-play:before {
  content: "\f488"; }

.ion-ios-play-outline:before {
  content: "\f487"; }

.ion-ios-plus:before {
  content: "\f48b"; }

.ion-ios-plus-empty:before {
  content: "\f489"; }

.ion-ios-plus-outline:before {
  content: "\f48a"; }

.ion-ios-pricetag:before {
  content: "\f48d"; }

.ion-ios-pricetag-outline:before {
  content: "\f48c"; }

.ion-ios-pricetags:before {
  content: "\f48f"; }

.ion-ios-pricetags-outline:before {
  content: "\f48e"; }

.ion-ios-printer:before {
  content: "\f491"; }

.ion-ios-printer-outline:before {
  content: "\f490"; }

.ion-ios-pulse:before {
  content: "\f493"; }

.ion-ios-pulse-strong:before {
  content: "\f492"; }

.ion-ios-rainy:before {
  content: "\f495"; }

.ion-ios-rainy-outline:before {
  content: "\f494"; }

.ion-ios-recording:before {
  content: "\f497"; }

.ion-ios-recording-outline:before {
  content: "\f496"; }

.ion-ios-redo:before {
  content: "\f499"; }

.ion-ios-redo-outline:before {
  content: "\f498"; }

.ion-ios-refresh:before {
  content: "\f49c"; }

.ion-ios-refresh-empty:before {
  content: "\f49a"; }

.ion-ios-refresh-outline:before {
  content: "\f49b"; }

.ion-ios-reload:before {
  content: "\f49d"; }

.ion-ios-reverse-camera:before {
  content: "\f49f"; }

.ion-ios-reverse-camera-outline:before {
  content: "\f49e"; }

.ion-ios-rewind:before {
  content: "\f4a1"; }

.ion-ios-rewind-outline:before {
  content: "\f4a0"; }

.ion-ios-rose:before {
  content: "\f4a3"; }

.ion-ios-rose-outline:before {
  content: "\f4a2"; }

.ion-ios-search:before {
  content: "\f4a5"; }

.ion-ios-search-strong:before {
  content: "\f4a4"; }

.ion-ios-settings:before {
  content: "\f4a7"; }

.ion-ios-settings-strong:before {
  content: "\f4a6"; }

.ion-ios-shuffle:before {
  content: "\f4a9"; }

.ion-ios-shuffle-strong:before {
  content: "\f4a8"; }

.ion-ios-skipbackward:before {
  content: "\f4ab"; }

.ion-ios-skipbackward-outline:before {
  content: "\f4aa"; }

.ion-ios-skipforward:before {
  content: "\f4ad"; }

.ion-ios-skipforward-outline:before {
  content: "\f4ac"; }

.ion-ios-snowy:before {
  content: "\f4ae"; }

.ion-ios-speedometer:before {
  content: "\f4b0"; }

.ion-ios-speedometer-outline:before {
  content: "\f4af"; }

.ion-ios-star:before {
  content: "\f4b3"; }

.ion-ios-star-half:before {
  content: "\f4b1"; }

.ion-ios-star-outline:before {
  content: "\f4b2"; }

.ion-ios-stopwatch:before {
  content: "\f4b5"; }

.ion-ios-stopwatch-outline:before {
  content: "\f4b4"; }

.ion-ios-sunny:before {
  content: "\f4b7"; }

.ion-ios-sunny-outline:before {
  content: "\f4b6"; }

.ion-ios-telephone:before {
  content: "\f4b9"; }

.ion-ios-telephone-outline:before {
  content: "\f4b8"; }

.ion-ios-tennisball:before {
  content: "\f4bb"; }

.ion-ios-tennisball-outline:before {
  content: "\f4ba"; }

.ion-ios-thunderstorm:before {
  content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc"; }

.ion-ios-time:before {
  content: "\f4bf"; }

.ion-ios-time-outline:before {
  content: "\f4be"; }

.ion-ios-timer:before {
  content: "\f4c1"; }

.ion-ios-timer-outline:before {
  content: "\f4c0"; }

.ion-ios-toggle:before {
  content: "\f4c3"; }

.ion-ios-toggle-outline:before {
  content: "\f4c2"; }

.ion-ios-trash:before {
  content: "\f4c5"; }

.ion-ios-trash-outline:before {
  content: "\f4c4"; }

.ion-ios-undo:before {
  content: "\f4c7"; }

.ion-ios-undo-outline:before {
  content: "\f4c6"; }

.ion-ios-unlocked:before {
  content: "\f4c9"; }

.ion-ios-unlocked-outline:before {
  content: "\f4c8"; }

.ion-ios-upload:before {
  content: "\f4cb"; }

.ion-ios-upload-outline:before {
  content: "\f4ca"; }

.ion-ios-videocam:before {
  content: "\f4cd"; }

.ion-ios-videocam-outline:before {
  content: "\f4cc"; }

.ion-ios-volume-high:before {
  content: "\f4ce"; }

.ion-ios-volume-low:before {
  content: "\f4cf"; }

.ion-ios-wineglass:before {
  content: "\f4d1"; }

.ion-ios-wineglass-outline:before {
  content: "\f4d0"; }

.ion-ios-world:before {
  content: "\f4d3"; }

.ion-ios-world-outline:before {
  content: "\f4d2"; }

.ion-ipad:before {
  content: "\f1f9"; }

.ion-iphone:before {
  content: "\f1fa"; }

.ion-ipod:before {
  content: "\f1fb"; }

.ion-jet:before {
  content: "\f295"; }

.ion-key:before {
  content: "\f296"; }

.ion-knife:before {
  content: "\f297"; }

.ion-laptop:before {
  content: "\f1fc"; }

.ion-leaf:before {
  content: "\f1fd"; }

.ion-levels:before {
  content: "\f298"; }

.ion-lightbulb:before {
  content: "\f299"; }

.ion-link:before {
  content: "\f1fe"; }

.ion-load-a:before {
  content: "\f29a"; }

.ion-load-b:before {
  content: "\f29b"; }

.ion-load-c:before {
  content: "\f29c"; }

.ion-load-d:before {
  content: "\f29d"; }

.ion-location:before {
  content: "\f1ff"; }

.ion-lock-combination:before {
  content: "\f4d4"; }

.ion-locked:before {
  content: "\f200"; }

.ion-log-in:before {
  content: "\f29e"; }

.ion-log-out:before {
  content: "\f29f"; }

.ion-loop:before {
  content: "\f201"; }

.ion-magnet:before {
  content: "\f2a0"; }

.ion-male:before {
  content: "\f2a1"; }

.ion-man:before {
  content: "\f202"; }

.ion-map:before {
  content: "\f203"; }

.ion-medkit:before {
  content: "\f2a2"; }

.ion-merge:before {
  content: "\f33f"; }

.ion-mic-a:before {
  content: "\f204"; }

.ion-mic-b:before {
  content: "\f205"; }

.ion-mic-c:before {
  content: "\f206"; }

.ion-minus:before {
  content: "\f209"; }

.ion-minus-circled:before {
  content: "\f207"; }

.ion-minus-round:before {
  content: "\f208"; }

.ion-model-s:before {
  content: "\f2c1"; }

.ion-monitor:before {
  content: "\f20a"; }

.ion-more:before {
  content: "\f20b"; }

.ion-mouse:before {
  content: "\f340"; }

.ion-music-note:before {
  content: "\f20c"; }

.ion-navicon:before {
  content: "\f20e"; }

.ion-navicon-round:before {
  content: "";
  display: inline-block;
  background-image: url(../images/hamburger-loggedin.png);
  background-size: 28px 18px;
  width: 28px;
  height: 18px;
  background-repeat: no-repeat;
  /*content: "\f20d";*/ }

.ion-navigate:before {
  content: "\f2a3"; }

.ion-network:before {
  content: "\f341"; }

.ion-no-smoking:before {
  content: "\f2c2"; }

.ion-nuclear:before {
  content: "\f2a4"; }

.ion-outlet:before {
  content: "\f342"; }

.ion-paintbrush:before {
  content: "\f4d5"; }

.ion-paintbucket:before {
  content: "\f4d6"; }

.ion-paper-airplane:before {
  content: "\f2c3"; }

.ion-paperclip:before {
  content: "\f20f"; }

.ion-pause:before {
  content: "\f210"; }

.ion-person:before {
  content: "\f213"; }

.ion-person-add:before {
  content: "\f211"; }

.ion-person-stalker:before {
  content: "\f212"; }

.ion-pie-graph:before {
  content: "\f2a5"; }

.ion-pin:before {
  content: "\f2a6"; }

.ion-pinpoint:before {
  content: "\f2a7"; }

.ion-pizza:before {
  content: "\f2a8"; }

.ion-plane:before {
  content: "\f214"; }

.ion-planet:before {
  content: "\f343"; }

.ion-play:before {
  content: "\f215"; }

.ion-playstation:before {
  content: "\f30a"; }

.ion-plus:before {
  content: "\f218"; }

.ion-plus-circled:before {
  content: "\f216"; }

.ion-plus-round:before {
  content: "\f217"; }

.ion-podium:before {
  content: "\f344"; }

.ion-pound:before {
  content: "\f219"; }

.ion-power:before {
  content: "\f2a9"; }

.ion-pricetag:before {
  content: "\f2aa"; }

.ion-pricetags:before {
  content: "\f2ab"; }

.ion-printer:before {
  content: "\f21a"; }

.ion-pull-request:before {
  content: "\f345"; }

.ion-qr-scanner:before {
  content: "\f346"; }

.ion-quote:before {
  content: "\f347"; }

.ion-radio-waves:before {
  content: "\f2ac"; }

.ion-record:before {
  content: "\f21b"; }

.ion-refresh:before {
  content: "\f21c"; }

.ion-reply:before {
  content: "\f21e"; }

.ion-reply-all:before {
  content: "\f21d"; }

.ion-ribbon-a:before {
  content: "\f348"; }

.ion-ribbon-b:before {
  content: "\f349"; }

.ion-sad:before {
  content: "\f34a"; }

.ion-sad-outline:before {
  content: "\f4d7"; }

.ion-scissors:before {
  content: "\f34b"; }

.ion-search:before {
  content: "\f21f"; }

.ion-settings:before {
  content: "\f2ad"; }

.ion-share:before {
  content: "\f220"; }

.ion-shuffle:before {
  content: "\f221"; }

.ion-skip-backward:before {
  content: "\f222"; }

.ion-skip-forward:before {
  content: "\f223"; }

.ion-social-android:before {
  content: "\f225"; }

.ion-social-android-outline:before {
  content: "\f224"; }

.ion-social-angular:before {
  content: "\f4d9"; }

.ion-social-angular-outline:before {
  content: "\f4d8"; }

.ion-social-apple:before {
  content: "\f227"; }

.ion-social-apple-outline:before {
  content: "\f226"; }

.ion-social-bitcoin:before {
  content: "\f2af"; }

.ion-social-bitcoin-outline:before {
  content: "\f2ae"; }

.ion-social-buffer:before {
  content: "\f229"; }

.ion-social-buffer-outline:before {
  content: "\f228"; }

.ion-social-chrome:before {
  content: "\f4db"; }

.ion-social-chrome-outline:before {
  content: "\f4da"; }

.ion-social-codepen:before {
  content: "\f4dd"; }

.ion-social-codepen-outline:before {
  content: "\f4dc"; }

.ion-social-css3:before {
  content: "\f4df"; }

.ion-social-css3-outline:before {
  content: "\f4de"; }

.ion-social-designernews:before {
  content: "\f22b"; }

.ion-social-designernews-outline:before {
  content: "\f22a"; }

.ion-social-dribbble:before {
  content: "\f22d"; }

.ion-social-dribbble-outline:before {
  content: "\f22c"; }

.ion-social-dropbox:before {
  content: "\f22f"; }

.ion-social-dropbox-outline:before {
  content: "\f22e"; }

.ion-social-euro:before {
  content: "\f4e1"; }

.ion-social-euro-outline:before {
  content: "\f4e0"; }

.ion-social-facebook:before {
  content: "\f231"; }

.ion-social-facebook-outline:before {
  content: "\f230"; }

.ion-social-foursquare:before {
  content: "\f34d"; }

.ion-social-foursquare-outline:before {
  content: "\f34c"; }

.ion-social-freebsd-devil:before {
  content: "\f2c4"; }

.ion-social-github:before {
  content: "\f233"; }

.ion-social-github-outline:before {
  content: "\f232"; }

.ion-social-google:before {
  content: "\f34f"; }

.ion-social-google-outline:before {
  content: "\f34e"; }

.ion-social-googleplus:before {
  content: "\f235"; }

.ion-social-googleplus-outline:before {
  content: "\f234"; }

.ion-social-hackernews:before {
  content: "\f237"; }

.ion-social-hackernews-outline:before {
  content: "\f236"; }

.ion-social-html5:before {
  content: "\f4e3"; }

.ion-social-html5-outline:before {
  content: "\f4e2"; }

.ion-social-instagram:before {
  content: "\f351"; }

.ion-social-instagram-outline:before {
  content: "\f350"; }

.ion-social-javascript:before {
  content: "\f4e5"; }

.ion-social-javascript-outline:before {
  content: "\f4e4"; }

.ion-social-linkedin:before {
  content: "\f239"; }

.ion-social-linkedin-outline:before {
  content: "\f238"; }

.ion-social-markdown:before {
  content: "\f4e6"; }

.ion-social-nodejs:before {
  content: "\f4e7"; }

.ion-social-octocat:before {
  content: "\f4e8"; }

.ion-social-pinterest:before {
  content: "\f2b1"; }

.ion-social-pinterest-outline:before {
  content: "\f2b0"; }

.ion-social-python:before {
  content: "\f4e9"; }

.ion-social-reddit:before {
  content: "\f23b"; }

.ion-social-reddit-outline:before {
  content: "\f23a"; }

.ion-social-rss:before {
  content: "\f23d"; }

.ion-social-rss-outline:before {
  content: "\f23c"; }

.ion-social-sass:before {
  content: "\f4ea"; }

.ion-social-skype:before {
  content: "\f23f"; }

.ion-social-skype-outline:before {
  content: "\f23e"; }

.ion-social-snapchat:before {
  content: "\f4ec"; }

.ion-social-snapchat-outline:before {
  content: "\f4eb"; }

.ion-social-tumblr:before {
  content: "\f241"; }

.ion-social-tumblr-outline:before {
  content: "\f240"; }

.ion-social-tux:before {
  content: "\f2c5"; }

.ion-social-twitch:before {
  content: "\f4ee"; }

.ion-social-twitch-outline:before {
  content: "\f4ed"; }

.ion-social-twitter:before {
  content: "\f243"; }

.ion-social-twitter-outline:before {
  content: "\f242"; }

.ion-social-usd:before {
  content: "\f353"; }

.ion-social-usd-outline:before {
  content: "\f352"; }

.ion-social-vimeo:before {
  content: "\f245"; }

.ion-social-vimeo-outline:before {
  content: "\f244"; }

.ion-social-whatsapp:before {
  content: "\f4f0"; }

.ion-social-whatsapp-outline:before {
  content: "\f4ef"; }

.ion-social-windows:before {
  content: "\f247"; }

.ion-social-windows-outline:before {
  content: "\f246"; }

.ion-social-wordpress:before {
  content: "\f249"; }

.ion-social-wordpress-outline:before {
  content: "\f248"; }

.ion-social-yahoo:before {
  content: "\f24b"; }

.ion-social-yahoo-outline:before {
  content: "\f24a"; }

.ion-social-yen:before {
  content: "\f4f2"; }

.ion-social-yen-outline:before {
  content: "\f4f1"; }

.ion-social-youtube:before {
  content: "\f24d"; }

.ion-social-youtube-outline:before {
  content: "\f24c"; }

.ion-soup-can:before {
  content: "\f4f4"; }

.ion-soup-can-outline:before {
  content: "\f4f3"; }

.ion-speakerphone:before {
  content: "\f2b2"; }

.ion-speedometer:before {
  content: "\f2b3"; }

.ion-spoon:before {
  content: "\f2b4"; }

.ion-star:before {
  content: "\f24e"; }

.ion-stats-bars:before {
  content: "\f2b5"; }

.ion-steam:before {
  content: "\f30b"; }

.ion-stop:before {
  content: "\f24f"; }

.ion-thermometer:before {
  content: "\f2b6"; }

.ion-thumbsdown:before {
  content: "\f250"; }

.ion-thumbsup:before {
  content: "\f251"; }

.ion-toggle:before {
  content: "\f355"; }

.ion-toggle-filled:before {
  content: "\f354"; }

.ion-transgender:before {
  content: "\f4f5"; }

.ion-trash-a:before {
  content: "\f252"; }

.ion-trash-b:before {
  content: "\f253"; }

.ion-trophy:before {
  content: "\f356"; }

.ion-tshirt:before {
  content: "\f4f7"; }

.ion-tshirt-outline:before {
  content: "\f4f6"; }

.ion-umbrella:before {
  content: "\f2b7"; }

.ion-university:before {
  content: "\f357"; }

.ion-unlocked:before {
  content: "\f254"; }

.ion-upload:before {
  content: "\f255"; }

.ion-usb:before {
  content: "\f2b8"; }

.ion-videocamera:before {
  content: "\f256"; }

.ion-volume-high:before {
  content: "\f257"; }

.ion-volume-low:before {
  content: "\f258"; }

.ion-volume-medium:before {
  content: "\f259"; }

.ion-volume-mute:before {
  content: "\f25a"; }

.ion-wand:before {
  content: "\f358"; }

.ion-waterdrop:before {
  content: "\f25b"; }

.ion-wifi:before {
  content: "\f25c"; }

.ion-wineglass:before {
  content: "\f2b9"; }

.ion-woman:before {
  content: "\f25d"; }

.ion-wrench:before {
  content: "\f2ba"; }

.ion-xbox:before {
  content: "\f30c"; }

.block {
  height: 5em;
  line-height: 5em;
  width: 10em;
  background: #464646;
  color: #fdfdfd;
  text-align: center;
  margin: 1em auto;
  text-shadow: 0 0 1px #333;
  /* so one can see fadeBgColor properly */ }

.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused; }

/* show objects being animated */
.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running; }

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-100px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(100px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(30px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes moveUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(40px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes moveUp {
  0% {
    opacity: 1;
    -o-transform: translateY(40px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeBgColor {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: #464646; } }

@-o-keyframes fadeBgColor {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: #464646; } }

@keyframes fadeBgColor {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: #464646; } }

.animated.animationDelay {
  animation-delay: .4s;
  -webkit-animation-delay: .4s; }

.animated.animationDelayMed {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s; }

.animated.animationDelayLong {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s; }

.animated.fadeBgColor {
  -webkit-animation-name: fadeBgColor;
  -moz-animation-name: fadeBgColor;
  -o-animation-name: fadeBgColor;
  animation-name: fadeBgColor; }

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.animated.moveUp {
  -webkit-animation-name: moveUp;
  -moz-animation-name: moveUp;
  -o-animation-name: moveUp;
  animation-name: moveUp; }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.SumoSelect p {
  margin: 0; }

.SumoSelect {
  width: 100%; }

.SelectBox {
  padding: 5px 8px; }

/* Filtering style */
.SumoSelect .hidden {
  display: none; }

.SumoSelect .search-txt {
  display: none;
  outline: none; }

.SumoSelect .no-match {
  display: none;
  padding: 6px; }

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px; }

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SelectClass {
  z-index: 1; }

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none; }

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #313131; }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px; }

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8; }

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fffffe;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect.open > .optWrapper {
  top: 55px;
  display: block; }

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px; }

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  text-align: left;
  /*height*/ }

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5; }

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px; }

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px; }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  -webkit-box-shadow: 0 0 100px #595959;
  box-shadow: 0 0 100px #595959; }

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  float: left;
  border-bottom: 1px dotted #d2d3d4;
  background: #fff;
  font-size: 14px;
  width: 100%;
  height: auto; }

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0; }

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none; }

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4; }

.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4; }

.SumoSelect > .optWrapper > .options li label {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options li span {
  display: none; }

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%; }

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px; }

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0; }

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer; }

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: none; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 5px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 5px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: #fff;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: #97144d !important;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: #83cbfb;
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: #83cbfb;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
/* HORIZONTAL */
/* increase bottom margin to fit the pips */
.ui-slider-horizontal.ui-slider-pips {
  margin-bottom: 1.4em; }

/* default hide the labels and pips that arnt visible */
/* we just use css to hide incase we want to show certain */
/* labels/pips individually later */
.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
  display: none; }

/* now we show any labels that we've set to show in the options */
.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
  display: block; }

/* PIP/LABEL WRAPPER */
/* position each pip absolutely just below the default slider */
/* and also prevent accidental selection */
.ui-slider-pips .ui-slider-pip {
  width: 2em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  font-size: 0.8em;
  color: #999;
  overflow: visible;
  text-align: center;
  top: 20px;
  left: 20px;
  margin-left: -1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ui-state-disabled.ui-slider-pips .ui-slider-pip {
  cursor: default; }

/* little pip/line position & size */
.ui-slider-pips .ui-slider-line {
  background: #999;
  width: 1px;
  height: 3px;
  position: absolute;
  left: 50%; }

/* the text label postion & size */
/* it overflows so no need for width to be accurate */
.ui-slider-pips .ui-slider-label {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -18px;
  width: 36px; }

/* make it easy to see when we hover a label */
.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
  color: black;
  font-weight: bold; }

/* VERTICAL */
/* vertical slider needs right-margin, not bottom */
.ui-slider-vertical.ui-slider-pips {
  margin-bottom: 1em;
  margin-right: 2em; }

/* align vertical pips left and to right of the slider */
.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
  text-align: left;
  top: auto;
  left: 20px;
  margin-left: 0;
  margin-bottom: -0.5em; }

/* vertical line/pip should be horizontal instead */
.ui-slider-vertical.ui-slider-pips .ui-slider-line {
  width: 3px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0; }

.ui-slider-vertical.ui-slider-pips .ui-slider-label {
  top: 50%;
  left: 0.5em;
  margin-left: 0;
  margin-top: -0.5em;
  width: 2em; }

/* FLOATING HORIZTONAL TOOLTIPS */
/* remove the godawful looking focus outline on handle and float */
.ui-slider-float .ui-slider-handle:focus,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label {
  outline: none; }

/* style tooltips on handles and on labels */
/* also has a nice transition */
.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
  position: absolute;
  visibility: visible;
  top: -58px !important;
  display: block;
  width: 90px;
  margin-left: -45px;
  left: 50%;
  height: 45px;
  line-height: 45px;
  border: 2px solid #97144d;
  text-align: center;
  font-size: 14px;
  opacity: 1;
  color: #97144d;
  font-weight: 700;
  border-radius: 25px;
  -webkit-transition-property: opacity, top, visibility;
  -moz-transition-property: opacity, top, visibility;
  -ms-transition-property: opacity, top, visibility;
  -o-transition-property: opacity, top, visibility;
  transition-property: opacity, top, visibility;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 200ms, 200ms, 0ms;
  -moz-transition-duration: 200ms, 200ms, 0ms;
  -ms-transition-duration: 200ms, 200ms, 0ms;
  -o-transition-duration: 200ms, 200ms, 0ms;
  transition-duration: 200ms, 200ms, 0ms;
  -webkit-transition-delay: 0ms, 0ms, 200ms;
  -moz-transition-delay: 0ms, 0ms, 200ms;
  -ms-transition-delay: 0ms, 0ms, 200ms;
  -o-transition-delay: 0ms, 0ms, 200ms;
  transition-delay: 0ms, 0ms, 200ms; }
  .ui-slider-float .ui-slider-tip span,
  .ui-slider-float .ui-slider-tip-label span {
    display: block;
    border: 2px solid #ff2b44;
    border-radius: 25px;
    height: 47px;
    margin: -3px;
    background: #fff;
    color: #ff2b44; }

/* show the tooltip on hover or focus */
/* also switch transition delay around */
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  opacity: 1;
  top: -30px;
  visibility: visible;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 200ms, 200ms, 0ms;
  -moz-transition-delay: 200ms, 200ms, 0ms;
  -ms-transition-delay: 200ms, 200ms, 0ms;
  -o-transition-delay: 200ms, 200ms, 0ms;
  transition-delay: 200ms, 200ms, 0ms; }

/* put label tooltips below slider */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  top: 42px; }

.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 32px;
  font-weight: normal; }

/* give the tooltip a css triangle arrow */
.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: white;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  display: none; }

/* put a 1px border on the tooltip arrow to match tooltip border */
.ui-slider-float .ui-slider-tip:before,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: #888;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -5px;
  display: none; }

/* switch the arrow to top on labels */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: white;
  top: -10px; }

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: #888;
  top: -11px; }

/* FLOATING VERTICAL TOOLTIPS */
/* tooltip floats to left of handle */
.ui-slider-vertical.ui-slider-float .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  width: 34px;
  margin-left: 0px;
  left: -60px;
  color: #333;
  -webkit-transition-duration: 200ms, 200ms, 0;
  -moz-transition-duration: 200ms, 200ms, 0;
  -ms-transition-duration: 200ms, 200ms, 0;
  -o-transition-duration: 200ms, 200ms, 0;
  transition-duration: 200ms, 200ms, 0;
  -webkit-transition-property: opacity, left, visibility;
  -moz-transition-property: opacity, left, visibility;
  -ms-transition-property: opacity, left, visibility;
  -o-transition-property: opacity, left, visibility;
  transition-property: opacity, left, visibility;
  -webkit-transition-delay: 0, 0, 200ms;
  -moz-transition-delay: 0, 0, 200ms;
  -ms-transition-delay: 0, 0, 200ms;
  -o-transition-delay: 0, 0, 200ms;
  transition-delay: 0, 0, 200ms; }

.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  left: -50px; }

/* put label tooltips to right of slider */
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  left: 47px; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  left: 37px; }

/* give the tooltip a css triangle arrow */
.ui-slider-vertical.ui-slider-float .ui-slider-tip:after,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: white;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -10px;
  margin-left: 0;
  top: auto;
  left: auto; }

.ui-slider-vertical.ui-slider-float .ui-slider-tip:before,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: #888;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -11px;
  margin-left: 0;
  top: auto;
  left: auto; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: white;
  right: auto;
  left: -10px; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: #888;
  right: auto;
  left: -11px; }

/* SELECTED STATES */
/* Comment out this chuck of code if you don't want to have
        the new label colours shown */
.ui-slider-pips [class*=ui-slider-pip-initial] {
  font-weight: bold;
  color: #14CA82; }

.ui-slider-pips .ui-slider-pip-initial-2 {
  color: #1897C9; }

.ui-slider-pips [class*=ui-slider-pip-selected] {
  font-weight: bold;
  color: #FF7A00; }

.ui-slider-pips .ui-slider-pip-inrange {
  color: black; }

.ui-slider-pips .ui-slider-pip-selected-2 {
  color: #E70081; }

.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line,
.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
  background: black; }

a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 100px;
  z-index: 9999; 
  border-top: 20px solid #97144d;
  }
  header .logo {
    float: left;
    /*width: 236px;*/ 
	width:100%;}
  header .black-logo {
    display: none; }
  header .top-right {
    float: left;
    width: calc(100% - 236px); }
  header nav {
    float: left;
    width: calc(100% - 300px);
    padding-right: 20px; }
    header nav ul {
      float: right; }
    header nav li {
      float: left;
      padding: 0 15px; }
      header nav li a {
        color: #fff;
        font-family: "Lato", sans-serif;
        outline: none;
        position: relative;
        outline: none;
        font-size: 14px; }
        header nav li a:after {
          display: block;
          position: absolute;
          bottom: 0;
          left: 50%;
          margin: auto;
          width: 0;
          height: 2px;
          content: '.';
          color: transparent;
          background: #fff;
          visibility: none;
          opacity: 0;
          z-index: -1;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
        header nav li a:hover, header nav li a.active {
          color: #fff; }
          header nav li a:hover:after, header nav li a.active:after {
            opacity: 1;
            visibility: visible;
            width: 100%;
            left: 0; }
      header nav li .offer-menu {
        color: #00ff72;
        font-weight: 700; }
    header nav .close-btn,
    header nav .mobile-menu {
      display: none !important; }
  header .acounts {
    float: right;
    width: 300px; }
    header .acounts .btn-1 {
      font-weight: 600;
      background: #1154fb; }
    header .acounts .login {
      margin-right: 5px;
      color: #fff;
      position: relative;
      background: none;
      border: 1px solid #fff; }
      header .acounts .login::after {
        display: none !important; }
      header .acounts .login:after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin: auto;
        width: 0;
        height: 2px;
        content: '.';
        color: transparent;
        background: #fff;
        visibility: none;
        opacity: 0;
        z-index: -1;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      header .acounts .login:hover {
        background: #1154fb;
        border-color: #1154fb; }
      header .acounts .login:hover:after {
        opacity: 1;
        visibility: visible;
        width: 100%;
        left: 0; }
    header .acounts .sign-up {
      background: #fff;
      color: #1154fb;
      border: 1px solid transparent; }
      header .acounts .sign-up:hover {
        color: #fff;
        background: #1154fb; }
  header a {
    text-transform: uppercase; }

.fixedheader {
  border-bottom: 1px solid #e8e8e8;
  top: -100px;
  opacity: 0;
  position: fixed !important; }
  .fixedheader .black-logo {
    display: inline-block; }
  .fixedheader .white-logo {
    display: none; }
  .fixedheader nav {
    text-align: center; }
    .fixedheader nav li {
      float: none;
      display: inline-block; }
      .fixedheader nav li a {
        color: #000; }
        .fixedheader nav li a:after {
          background: #41d983; }
        .fixedheader nav li a:hover {
          color: #41d983; }
      .fixedheader nav li .offer-menu {
        color: #00ff72; }
  .fixedheader .acounts .login {
    color: #1154fb;
    border-color: #1154fb; }
    .fixedheader .acounts .login:after {
      background: #41d983; }
    .fixedheader .acounts .login:hover {
      color: #fff; }
  .fixedheader .acounts .sign-up {
    background: #1154fb;
    color: #fff; }
  .fixedheader .navicon {
    color: #1796ff;
    top: 17px; }

.scrollTop {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.btn-1 {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  padding: 0 20px;
  border-radius: 25px;
  background: #97144d;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  min-width: 140px;
  outline: none;
  text-transform: uppercase; }
  .btn-1:hover {
    color: #fff;
    background: #1154fb; }
  .btn-1.medium {
    min-width: 220px;
    position: relative;
    height: 50px;
    line-height: 50px; }

.banner {
  position: relative; }
  .banner img {
    width: 100%;
    display: none; }
  .banner video {
    width: 100%; }
  .banner .caption {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
  .banner .container {
    max-width: 550px; }
  .banner h3 {
    color: #fff;
    font-size: 43px;
    font-weight: 200; }

.home-sec-1 {
  min-height: 200px;
  width: 100%;
  position: relative;
  margin-top: -120px; }
  .home-sec-1:before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 120px;
    top: 0;
    background: url(../images/bg-shape.png) no-repeat center top; }
  .home-sec-1 .map-sec {
    max-width: 780px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 50px 50px 0 50px;
    -webkit-box-shadow: 5.909px 1.042px 92px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 5.909px 1.042px 92px 0px rgba(0, 0, 0, 0.22);
    text-align: center;
    z-index: 9;
    position: relative; }
  .home-sec-1 h4 {
    font-size: 24px;
    text-transform: uppercase; }
  .home-sec-1 .btn-1 {
    top: 20px; }
  .home-sec-1 .radio_box_01 {
    width: 100%;
    height: auto;
    max-width: 420px;
    margin: 25px auto 0; }
    .home-sec-1 .radio_box_01 .rdo_outer {
      background: #f0f6fa;
      padding: 10px;
      width: 48%;
      margin: 0 1%;
      border-radius: 20px;
      text-align: left; }
  .home-sec-1 .existing-user {
    display: none; }

.money-calculator {
  position: relative;
  /* .arrow-down {    margin-left: -32px; position: relative; z-index: 1;} */
  /* for chart */ }
  .money-calculator .outerDiv {
    position: relative;
    max-width: 240px;
    margin: 0 auto; }
    .money-calculator .outerDiv i {
      position: absolute;
      top: 16px;
      right: 18px; }
  .money-calculator .flag-1 {
    height: 300px; }
  .money-calculator .country-name {
    padding: 0 20px 0 60px;
    margin: 0;
    background: #fff;
    color: #000;
    border: 1px solid #cdcdcd;
    display: inline-block;
    cursor: pointer;
    height: 49px;
    line-height: 49px;
    font-size: 14px;
    position: relative;
    border-radius: 25px;
    -webkit-box-shadow: 1px 1.732px 5px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 1.732px 5px 0px rgba(0, 0, 0, 0.14);
    min-width: 240px;
    text-align: left; }
    .money-calculator .country-name i {
      color: #797f84;
      margin-left: 18px; }
    .money-calculator .country-name .icon {
      position: absolute;
      left: 13px;
      top: 7px;
      width: 34px;
      height: 34px;
      background: url(../images/icons-1.png) no-repeat 0 -393px;
      border: 1px solid #f5f4f4;
      border-radius: 50%;
      line-height: normal; }
  .money-calculator .button-group {
    position: absolute;
    padding: 10px 2px 15px 10px;
    border: 1px solid rgba(206, 205, 205, 0.5);
    top: 48px;
    left: 50%;
    background: #fff;
    z-index: 99;
    width: 240px;
    display: none;
    margin-left: -120px; }
    .money-calculator .button-group li {
      cursor: pointer;
      font-size: 14px;
      padding: 5px 0;
      color: #222222;
      list-style: none;
      min-height: 32px;
      line-height: 32px;
      position: relative;
      text-align: left;
      padding-left: 40px; }
  .money-calculator .icon {
    position: absolute;
    left: 0;
    top: 7px;
    width: 34px;
    height: 34px;
    border: 1px solid #f5f4f4;
    border-radius: 50%;
    overflow: hidden; }
    .money-calculator .icon img {
      width: 38px;
      height: 38px; }
  .money-calculator .exchangeratebox {
    padding-top: 25px;
    position: relative; }
    .money-calculator .exchangeratebox .lft {
      text-align: right; }
      @media (min-width: 640px) {
        .money-calculator .exchangeratebox .lft {
          padding-right: 33px; } }
    .money-calculator .exchangeratebox .rht {
      text-align: left; }
      @media (min-width: 640px) {
        .money-calculator .exchangeratebox .rht {
          padding-left: 33px; } }
    .money-calculator .exchangeratebox label {
      font-size: 14px;
      color: #888e92;
      display: block;
      margin-bottom: 5px; }
    .money-calculator .exchangeratebox .price {
      font-size: 30px;
      color: #4d5a62;
      font-weight: 600; }
    .money-calculator .exchangeratebox .indianRupee {
      padding-left: 30px;
      background: url(../images/icons-2.png) no-repeat 0 -31px; }
      .money-calculator .exchangeratebox .indianRupee span {
        font-size: 14px; }
  .money-calculator .exchangeIcon {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    background: #1154fb;
    color: #fff;
    display: block;
    border-radius: 50%;
    position: relative;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    margin-left: -13px;
    top: 40px; }
    .money-calculator .exchangeIcon:after {
      position: absolute;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: #98cdff;
      content: "";
      top: -4px;
      left: -4px;
      z-index: -1; }
  .money-calculator .enter-amount {
    display: inline-block; }
    .money-calculator .enter-amount span {
      display: inline-block;
      height: 41px;
      width: 30px;
      background: url(../images/icons-2.png) no-repeat 4px 6px;
      float: right; }
    .money-calculator .enter-amount input {
      border: none;
      width: 100%;
      font-size: 30px;
      color: #4d5a62;
      font-weight: 600;
      border-bottom: 1px solid #ccc;
      height: 41px;
      width: 128px;
      outline: none;
      float: right; }
    .money-calculator .enter-amount ::-webkit-input-placeholder {
      color: #ccc; }
    .money-calculator .enter-amount :-moz-placeholder {
      color: #ccc; }
    .money-calculator .enter-amount ::-moz-placeholder {
      color: #ccc; }
    .money-calculator .enter-amount :-ms-input-placeholder {
      color: #ccc; }
    .money-calculator .enter-amount .australia {
      background-position: 0 -71px; }
    .money-calculator .enter-amount .canada {
      background-position: 0 -71px; }
    .money-calculator .enter-amount .us {
      background-position: 0 -71px; }
    .money-calculator .enter-amount .south-africa {
      background-position: 0 -71px; }
    .money-calculator .enter-amount .switzerland {
      background-position: 0 -71px; }
    .money-calculator .enter-amount .singapore {
      background-position: 0 -71px; }
    .money-calculator .enter-amount .eurozone {
      background-position: 0 -155px; }
    .money-calculator .enter-amount .uae {
      background-position: 0 -187px; }
  .money-calculator .total-amout {
    text-align: center;
    margin-top: 10px; }
    .money-calculator .total-amout h2 {
      color: #155bfb;
      font-size: 32px;
      font-weight: 700; }
  .money-calculator .chart {
    max-width: 460px;
    margin: 25px auto; }
  .money-calculator .chart-days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0; }
    .money-calculator .chart-days li {
      list-style: none;
      display: inline-block;
      width: 16%;
      font-size: 14px;
      color: #ccc; }
  .money-calculator .chart-y {
    margin: 0;
    padding: 0;
    float: left; }
    .money-calculator .chart-y li {
      font-size: 14px;
      color: #ccc;
      list-style: none;
      line-height: 30px; }
  .money-calculator .axis path,
  .money-calculator .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges; }
  .money-calculator .x.axis path {
    display: none; }
  .money-calculator .line {
    fill: none;
    stroke: url(#temperature-gradient);
    stroke-width: 4px; }

.btn-border {
  min-width: 170px;
  position: relative;
  height: 43px;
  top: 20px; }
  .btn-border:after {
    position: absolute;
    border-radius: 35px;
    background: #98cdff;
    content: "";
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1; }
  .btn-border:hover {
    background: #41d983; }

.exchange-rate {
  padding-top: 15px; }
  .exchange-rate span {
    font-size: 14px;
    color: #a3a3a3;
    font-weight: 700; }
    .exchange-rate span span {
      color: #020202;
      text-transform: unset; }
    .exchange-rate span label {
      color: #538bb9; }

.how-it-works {
  padding: 50px 0 57px 0;
  text-align: center; }
  .how-it-works p {
    color: #000000;
    line-height: 22px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px; }

.tab-content {
  min-height: 500px;
  position: relative;
  margin-top: 60px; }
  .tab-content:before, .tab-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 238px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .tab-content:before {
    background: url(../images/border-gray.png) no-repeat 100% 100%;
    background-size: cover;
    z-index: -2; }
  .tab-content:after {
    background: url(../images/border-1.png) no-repeat 100% 100%;
    background-size: cover;
    z-index: -1; }
  .tab-content.tab2:after {
    background: url(../images/border-2.png) no-repeat 100% 100%;
    background-size: cover; }
  .tab-content.tab3:after {
    background: url(../images/border-3.png) no-repeat 100% 100%;
    background-size: cover; }

.structure {
  width: 100%;
  min-height: 500px;
  position: relative;
  margin-top: 60px; }
  .structure .container {
    max-width: 980px; }
  .structure .box {
    width: 151px;
    height: 151px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.16);
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .structure .box span {
      display: block;
      font-size: 12px;
      color: #000;
      text-transform: uppercase; }
    .structure .box .icon {
      width: 70px;
      height: 70px;
      background: url(../images/icon-2.png) no-repeat 12px 6px;
      margin: 0 auto; }
    .structure .box:hover {
      width: 165px;
      height: 165px; }
      .structure .box:hover .outer {
        opacity: 1; }
  .structure .register {
    margin-top: 130px; }
  .structure .beneficiary {
    margin-top: 20px; }
    .structure .beneficiary .icon {
      background-position: 3px -77px; }
    .structure .beneficiary .b-3 .tooltip {
      left: auto;
      right: 50px; }
      .structure .beneficiary .b-3 .tooltip:before {
        right: 50px;
        left: auto;
        border-right-width: 0;
        border-left-width: 20px; }
  .structure .remit {
    margin-top: 120px; }
    .structure .remit .icon {
      background-position: 8px -168px; }
  .structure .outer {
    top: 50%;
    opacity: .2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-50%);
    width: 100%;
    position: relative;
    z-index: 9; }
  .structure .sub {
    position: absolute;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    bottom: 10px;
    left: 10px;
    background: #ffaf6c;
    color: #fff;
    font-size: 24px;
    text-align: center;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px; }
    .structure .sub span {
      text-transform: none; }
  .structure .active {
    width: 192px !important;
    height: 192px !important; }
    .structure .active .outer {
      opacity: 1; }
    .structure .active .sub {
      z-index: 9; }
      .structure .active .sub:hover {
        z-index: 10; }
        .structure .active .sub:hover .tooltip {
          display: block; }
    .structure .active .b-1 {
      left: -110px;
      bottom: -100px; }
    .structure .active .b-2 {
      left: 26px;
      bottom: -180px;
      background: #52d5b8; }
    .structure .active .b-3 {
      bottom: -100px;
      left: auto;
      right: -105px;
      background: #6edaec; }
  .structure .tooltip {
    position: absolute;
    width: 450px;
    padding: 30px;
    background: #1391ff;
    border-radius: 25px;
    bottom: 100%;
    z-index: 11;
    left: 50px;
    text-align: left;
    display: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .structure .tooltip:before {
      position: absolute;
      top: 100%;
      left: 50px;
      content: '';
      width: 0;
      height: 0;
      border-left: 0px solid transparent;
      border-right: 20px solid transparent;
      border-top: 18px solid #1391ff; }
    .structure .tooltip h6 {
      font-size: 15px;
      color: #fff;
      margin-bottom: 10px; }
    .structure .tooltip p {
      color: #fff;
      margin-bottom: 0;
      font-size: 14px; }
  .structure .right .tooltip {
    left: auto;
    right: 50px; }
    .structure .right .tooltip:before {
      right: 50px;
      left: auto;
      border-right-width: 0;
      border-left-width: 20px; }
  .structure .middle .active .b-1 {
    bottom: -160px; }
  .structure .middle .active .b-2 {
    bottom: -240px; }
  .structure .middle .active .b-3 {
    bottom: -160px; }

.features {
  text-align: center;
  padding: 157px 0 40px 0; }
  .features p {
    max-width: 522px;
    margin: 0 auto; }
  .features .swiper-button-prev, .features .swiper-button-next {
    position: absolute;
    width: 10px;
    background-size: contain;
    margin-top: 0px; }
  .features .swiper-container {
    width: 100%;
    margin-top: 70px;
    position: relative; }
  .features .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100px;
    background: #fff;
    position: relative;
    padding: 20px 0; }
    .features .swiper-slide img {
      opacity: .3;
      border-radius: 20px; }
    .features .swiper-slide .caption {
      position: absolute;
      bottom: 30px;
      left: 0;
      width: 100%;
      text-align: center; }
      .features .swiper-slide .caption h4 {
        color: #fff;
        font-size: 27px; }
      .features .swiper-slide .caption p {
        color: #92defa;
        font-size: 16px; }
    .features .swiper-slide p {
      opacity: 0; }
  .features .swiper-slide-active img {
    opacity: 1; }
  .features .swiper-slide-active p {
    opacity: 1; }
  .features .btn-1 {
    min-width: 173px;
    z-index: 9;
    position: relative;
    top: -42px; }
  .features .slide-box {
    background-color: white;
    -webkit-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.29);
    width: 100%;
    padding: 30px 30px 40px;
    border-radius: 15px; }
  .features .slide-outer {
    padding: 0 50px;
    position: relative; }
  .features h2 {
    height: 60px;
	    margin: 0;
    margin-bottom: 10px;
    color: #222222;
    font-family: "Lato", sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
		}

.home-refer {
  text-align: center;
  position: relative; }
  .home-refer p {
    max-width: 600px;
    margin: 0 auto; }
  .home-refer:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 295px;
    background: #dbefff;
    z-index: -1; }
  .home-refer .btn-border {
    min-width: 243px; }
  .home-refer .btn-1 {
    min-width: 173px;
    z-index: 9;
    position: relative;
    top: -20px; }
  .home-refer .swiper-slide > p {
    height: 70px; }
  .home-refer .swiper-button-prev,
  .home-refer .swiper-button-next {
    position: absolute;
    width: 10px;
    background-size: contain;
    margin-top: 0px;
    bottom: 100px;
    top: auto; }

.earn-point {
  padding-top: 45px;
  margin-bottom: 45px;
  text-align: center; }
  .earn-point img {
    margin-bottom: 20px;
    cursor: pointer; }
  .earn-point .last img {
    top: 2px;
    position: relative; }
  .earn-point p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: normal;
    height: 110px; }
  .earn-point .center {
    position: relative; }
    .earn-point .center:before {
      position: absolute;
      content: '';
      top: 105px;
      right: 75%;
      width: 150px;
      border: 5px dashed #92caff; }
    .earn-point .center:after {
      position: absolute;
      content: '';
      top: 105px;
      left: 85%;
      width: 150px;
      border: 5px dashed #92caff; }
  .earn-point .row {
    float: left;
    width: 100%; }

.home-remitance {
  text-align: center;
  padding-top: 145px; }
  .home-remitance .map-section {
    padding: 100px 0;
    max-width: 1040px;
    margin: 0 auto; }

.map {
  margin-top: 145px;
  position: relative; }
  .map-markers {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .map-marker {
    position: absolute;
    cursor: pointer; }
    .map-marker:hover a {
      background: #23c570;
      width: 25px;
      height: 25px; }
    .map-marker:hover:after {
      width: 25px;
      height: 25px;
      margin: -10px 0 0 -10px; }
    .map-marker:after {
      -webkit-animation-duration: 5s;
      animation-duration: 5s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-name: pop;
      animation-name: pop;
      border-radius: 50%;
      border: 10px solid #bbd2ff;
      content: '';
      height: 28px;
      left: 0;
      margin: -14px 0 0 -14px;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 28px; }
    .map-marker:hover .map-marker-info {
      display: block; }
    .map-marker a {
      background-color: #1154fa;
      border-radius: 50%;
      display: block;
      text-indent: -9999px;
      font-size: 0;
      width: 20px;
      height: 20px;
      border: 6px solid #bbd2ff;
      cursor: pointer; }
  .map-marker-chicago {
    left: 65%;
    top: 35%; }
  .map-marker-florida {
    right: 14%;
    top: 78%; }
    .map-marker-florida:after {
      -webkit-animation-delay: 3s;
      animation-delay: 3s; }
  .map-marker-los-angeles {
    left: 30%;
    top: 70%; }
    .map-marker-los-angeles:after {
      -webkit-animation-delay: 5s;
      animation-delay: 5s; }
  .map-marker-new-york {
    right: 19%;
    top: 31%; }
  .map-marker-san-francisco {
    left: 49%;
    top: 53%; }
    .map-marker-san-francisco:after {
      -webkit-animation-delay: 3s;
      animation-delay: 3s; }
  .map-marker-seattle {
    left: 20%;
    top: 53%; }
    .map-marker-seattle:after {
      -webkit-animation-delay: 5s;
      animation-delay: 5s; }
  .map-marker-info {
    display: none;
    left: 0;
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(0, -45px);
    -ms-transform: translate(0, -45px);
    transform: translate(0, -45px);
    width: 450px;
    z-index: 999; }
    .map-marker-info-inner {
      border-radius: .5em;
      -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
      background: #fff;
      padding: 35px;
      border-radius: 25px; }
      .map-marker-info-inner:before {
        position: absolute;
        content: '';
        right: 20px;
        top: -30px;
        width: 89px;
        height: 74px;
        background: url(../images/ion-quote.png) no-repeat 0;
        z-index: 99; }
      .map-marker-info-inner:after {
        content: '';
        height: 0;
        left: 50px;
        position: absolute;
        top: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #fff; }
  .map .right .map-marker-info {
    left: auto;
    right: 0; }
  .map .right .map-marker-info-inner:after {
    left: auto;
    right: 50px;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent; }
  .map .profiles-id {
    position: relative;
    padding-left: 68px;
    min-height: 45px;
    font-size: 16px;
    color: #808080;
    text-align: left;
    margin-bottom: 15px; }
    .map .profiles-id span {
      font-size: 14px;
      display: block; }
    .map .profiles-id .pro-pic {
      position: absolute;
      left: 0;
      top: 0;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      overflow: hidden; }
  .map .content {
    text-align: left; }
    .map .content p {
      font-size: 15px;
      color: #3c63ac; }

.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes bounce-in {
  /*  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(.215, .610, .355, 1);
  } */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounce-in {
  /*  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(.215, .610, .355, 1);
  } */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate-bounce-in {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounce-in;
  animation-name: bounce-in; }

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: .6; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pop {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: .6; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animate-pop {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: pop;
  animation-name: pop; }

@-webkit-keyframes swinging {
  0% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); } }

@keyframes swinging {
  0% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); } }

@-webkit-keyframes swinging1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swinging1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes swinging2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swinging2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swiper-slider {
  overflow: hidden;
  position: relative; }

.offers {
  text-align: center;
  min-height: 400px;
  background: url(../images/offer-bg.jpg) no-repeat center 70px; }
  .offers .swiper-slider {
    padding: 150px 0 220px;
    max-width: 850px;
    margin: 0 auto; }
  .offers .caption {
    width: 203px;
    height: 203px;
    padding: 20px;
    background: url(../images/ball-1.png) no-repeat 0;
    margin: 0 auto;
    position: relative; }
    .offers .caption h5 {
      font-size: 14px;
      color: #000;
      margin-bottom: 10px; }
    .offers .caption p {
      font-size: 11px;
      line-height: 14px;
      color: #000;
      margin-bottom: 0; }
  .offers .cnt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 15px; }
  .offers .swiper-slide-active {
    /* top: -50px;  transform: rotate(-4deg);*/ }
    .offers .swiper-slide-active .caption {
      width: 236px;
      height: 236px;
      background: url(../images/main-ball.png) no-repeat 0; }
      .offers .swiper-slide-active .caption h5 {
        font-size: 18px; }
    .offers .swiper-slide-active img {
      max-width: 100%; }
  .offers .swiper-slide-next .caption {
    background: url(../images/ball-2.png) no-repeat 0; }
  .offers .btn-1 {
    z-index: 99; }

.quick-transfer {
  padding: 100px 0;
  width: 100%;
  background: #1b9dff;
  text-align: left;
  color: #fff;
  position: relative;
  margin-top: 116px; }
  .quick-transfer h3 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    display: inline-block; }
    .quick-transfer h3 span {
      display: block;
      font-size: 16px;
      text-transform: none; }
  .quick-transfer p {
    color: #fff;
    margin-bottom: 40px; }
  .quick-transfer:before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 200px;
    top: -198px;
    background: url(../images/footer-bg-1.png) no-repeat center top; }
  .quick-transfer .btn-1 {
    height: 60px;
    line-height: 60px;
    min-width: 225px;
    border-radius: 50px; }
    .quick-transfer .btn-1 i {
      margin-left: 15px; }
  .quick-transfer .left {
    text-align: right; }
  .quick-transfer .right img {
    max-width: 128px; }

footer {
  width: 100%;
  padding: 80px 0;
  background: #fff; }
  footer h4 {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px; }
  footer p {
    font-size: 14px;
    color: #676580; }
  footer ul {
    padding: 0;
    margin: 0; }
    footer ul li {
      list-style: none;
      margin-bottom: 5px; }
    footer ul a {
      font-size: 14px;
      color: #676580; }
      footer ul a:hover {
        color: #1154fb; }
  footer .bottom {
    padding-top: 60px; }
    footer .bottom .rht {
      text-align: right; }
    footer .bottom p {
      margin-bottom: 0; }
    footer .bottom a {
      color: #676580; }
      footer .bottom a:hover {
        color: #1154fb; }
  @media (min-width: 767px) {
    footer .second-col {
      padding-left: 50px; } }
  footer .first-col a {
    color: #1a90fd;
    margin-bottom: 10px;
    display: block;
    font-size: 14px; }
  footer .first-col img {
    margin-bottom: 20px; }

.social-links li {
  display: inline-block;
  margin-right: 20px; }
  .social-links li:last-child {
    margin-right: 0; }
  .social-links li a {
    color: rgba(0, 0, 0, 0.65);
    font-size: 20px; }
    .social-links li a:hover {
      color: #000 !important; }
  .social-links li .facebook {
    color: #4a63a8; }
  .social-links li .twitter {
    color: #07a8ee; }
  .social-links li .plus {
    color: #da4549; }
  .social-links li .youtube {
    color: #fe505c; }

.more-doc {
  float: right;
  font-size: 12px;
  color: #97144d;
  border-bottom: 2px solid #f6f6f6;
  margin-bottom: 5px;
  display: inline-block; }
  .more-doc:hover {
    color: #787878; }

.fileupload span {
  font-size: 14px;
  color: #787878;
  word-wrap: break-word; }

.fileupload .uploaded {
  font-style: italic;
  color: green;
  font-weight: 600; }

.fileupload .secondfile {
  display: block;
  margin-top: 10px; }
  .fileupload .secondfile .uploaded {
    cursor: pointer; }
  .fileupload .secondfile .uploaded i {
    font-size: 20px;
    margin-right: 3px;
    position: relative;
    top: 2px; }

.fileup {
  background: #f0f6fa;
  border-radius: 25px;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 16px 20px 16px 58px; }
  .fileup:before {
    position: absolute;
    left: 20px;
    top: 14px;
    content: '';
    width: 28px;
    height: 28px;
    background: url(../images/fileup-icon.png) no-repeat 0 0;
    z-index: 999; }
  .fileup .error {
    margin-top: -8px !important; }
  .fileup input {
    border: 0;
    background: none !important; }
  .fileup #file-upload {
    position: absolute;
    left: -9999px; }
  .fileup label[for="file-upload"] {
    display: inline-block;
    background: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .fileup .filename {
    float: left;
    width: 100%;
    background: #f0f6fa;
    color: #1b9dff;
    font-size: 14px;
    word-wrap: break-word; }
  .fileup .popup-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    opacity: 0; }

.payment_Tracker.col-03 ul li {
  width: 33.33%; }

.payment_Tracker.col-03 .btn-1 {
  font-size: 13px;
  text-transform: none;
  text-shadow: none;
  background: #97144d;
  height: 60px;
  border-radius: 40px;
  margin: 0 10px;
  margin-bottom: 20px;
  line-height: normal; }

.payment_Tracker.col-03 .note {
  color: #767575;
  font-weight: 400;
  margin: 0 0; }
  .payment_Tracker.col-03 .note span {
    color: #97144d; }

.payment_Tracker.col-03 .sub_mit_colm {
  margin: 35px 0 20px 0;
  text-align: center; }

.payment_Tracker.col-03 label {
  color: #787878;
  margin-bottom: 19px;
  display: block; }

.pop-sec-1 {
  text-align: center;
  margin-bottom: 45px; }
  .pop-sec-1 > span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 20px;
    background: #81d6be;
    margin-bottom: 40px; }
    .pop-sec-1 > span span {
      margin-right: 10px;
      font-size: 24px;
      position: relative;
      top: 3px;
      font-weight: 300; }
  .pop-sec-1 p {
    font-size: 17px;
    color: #787878;
    font-weight: 300;
    line-height: 27px; }
  .pop-sec-1 .orange {
    color: #ff773d; }

.ful_wdth-div {
  position: relative;
  margin-bottom: 30px;
  padding: 0; }

.register_page input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 16px; }

.register_page input::-moz-placeholder {
  color: #b2b2b2;
  font-size: 16px; }

.register_page input:-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 16px; }

.popup-outer {
  width: 100%;
  max-width: 918px; }

.login-popup {
  padding: 0 !important;
  max-width: 1140px !important; }
  .login-popup .left {
    width: 50%;
    float: left;
    background: url(../images/login-bg.jpg) no-repeat center bottom;
    min-height: 560px;
    background-size: cover; }
    .login-popup .left img {
      display: none; }
  .login-popup .right {
    width: 50%;
    float: right;
    padding: 60px 80px; }
    .login-popup .right a {
      color: #97144d; 
	  }
  .login-popup .text-field label {
    width: auto; }
  .login-popup h3 {
    font-size: 30px;
    font-weight: 300; }
  .login-popup .checkbox-outer {
    margin: 0 auto 15px;
    width: 145px; }
  .login-popup .smt-btn {
    min-width: 200px;
    background: #97144d;
    letter-spacing: 1px; }
  .login-popup .more-doc {
    font-size: 14px;
    border-bottom: 1px solid rgba(27, 157, 255, 0.68);
    cursor: pointer; }

.text-field #hid {
  position: absolute;
  top: 40px;
  right: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #97144d;
  text-decoration: none; }

.checkbox-outer {
  position: relative;
  margin-bottom: 10px; }
  .checkbox-outer .label {
    font-size: 14px;
    color: #676767;
    position: relative; }
    .checkbox-outer .label:after, .checkbox-outer .label:before {
      content: "";
      position: absolute;
      left: -34px;
      top: -2px; }
    .checkbox-outer .label:before {
      width: 17px;
      height: 16px;
      border-radius: 5px;
      cursor: pointer;
      border: 2px solid #1b9dff; }
  .checkbox-outer input[type="checkbox"]:checked + .label:before {
    background: #1b9dff; }
  .checkbox-outer input[type="checkbox"]:checked + .label:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 3px;
    left: -29px;
    width: 9px;
    height: 4px;
    border: 3px solid #fff;
    border-top-style: none;
    border-right-style: none; }
  .checkbox-outer .checkbox {
    margin-right: 5px;
    z-index: 99;
    position: relative;
    width: 21px;
    height: 20px;
    opacity: 0;
    top: 7px;
    left: 0; }

.forgot-password {
  display: none; }
  .forgot-password ol li {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px; }

.inner-body header {
  position: relative;
  background: #1696ff; }

.inner-body section .container {
  max-width: 1054px; }

.inner-body footer {
  border-top: 1px solid #e5e5e5; }

.list-n {
  margin: 0;
  padding: 0; }
  .list-n li {
    list-style: none; }

.faq-search {
  padding: 80px 0;
  background: #e6e6e6; }
  .faq-search .container {
    max-width: 860px; }
  .faq-search .options {
    text-align: center; }
    .faq-search .options p {
      color: #505050;
      margin-bottom: 20px; }
  .faq-search li {
    display: inline-block;
    line-height: 35px;
    color: #fff;
    margin: 5px 0;
    margin-right: 50px; }
    .faq-search li:last-child {
      margin-right: 0; }
    .faq-search li a {
      color: #97144d; }
    .faq-search li span {
      width: 35px;
      height: 35px;
      border: 2px solid #97144d;
      border-radius: 50%;
      text-align: center;
      line-height: 30px;
      display: inline-block;
      margin-right: 6px; }
    .faq-search li:hover span {
         background: #97144d;
		color: #fff;
	  }
  .faq-search .disabled {
    opacity: .3; }

.search-box {
  position: relative;
  margin-bottom: 40px;
  position: relative; }
  .search-box:before {
    position: absolute;
    content: '\f21f';
    top: 21px;
    left: 20px;
    font-size: 17px;
    font-family: "Ionicons";
    color: #fff; }
  .search-box .txt-box {
    width: calc(100% - 171px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 62px;
    padding: 0 20px 0 42px;
    font-size: 14px;
    color: #fff;
    float: left;
    font-weight: 600;
    background: #45abff;
    outline: none;
    border-radius: 5px;
    font-family: "Lato", sans-serif; }
  .search-box ::-webkit-input-placeholder {
    color: #fff;
    font-weight: 600;
    opacity: .6; }
  .search-box :-moz-placeholder {
    color: #fff;
    font-weight: 600;
    opacity: .6; }
  .search-box ::-moz-placeholder {
    color: #fff;
    font-weight: 600;
    opacity: .6; }
  .search-box :-ms-input-placeholder {
    color: #fff;
    font-weight: 600;
    opacity: .6; }
  .search-box .subscribe-btn {
    height: 62px;
    width: 168px;
    border: none;
    background: #fff;
    font-size: 13px;
    color: #1696ff;
    float: right;
    text-align: center;
    line-height: 62px;
    padding: 0;
    border-radius: 0;
    text-shadow: none;
    border-radius: 5px;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 700; }
    .search-box .subscribe-btn:hover {
      opacity: .8; }

.faq-topics {
  text-align: center;
  padding: 60px 0; }
  .faq-topics h4 {
    font-size: 22px;
    color: #4a4a4a;
    margin-bottom: 50px;
    font-weight: 600; }
  .faq-topics li {
    float: left;
    width: 30%;
    margin-right: 5%;
    padding: 65px 30px;
    border: 1px solid #d7b5c0;
    margin-bottom: 5%;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .faq-topics li:nth-child(3n) {
      margin-right: 0; }
    .faq-topics li p {
      font-size: 16px;
      color: #787878;
      min-height: 95px; }
    .faq-topics li span {
      font-size: 12px;
      color: #97144d;
      text-transform: uppercase;
      font-weight: 700; }
    .faq-topics li:hover {
      -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.19);
      box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.19); }
  .faq-topics .call-back {
    background: #f6f6f6; }
    .faq-topics .call-back h4 {
      margin-bottom: 20px; }
    .faq-topics .call-back .box {
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.button-border {
  background: none;
  border: 1px solid #97144d;
  color: #97144d;
  font-size: 12px; }
  .button-border:hover {
    color: #fff;
    background: #97144d; }

.faq-categories {
  padding: 80px 0; }
  .faq-categories h6 {
    font-size: 14px;
    color: #787878;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .faq-categories .list-item a {
    font-size: 14px;
    display: block;
    color: #787878;
    font-weight: 700;
    padding: 14px 0; }
  .faq-categories .list-item .active {
    color: #97144d; }
  .faq-categories h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px; }
  .faq-categories ol li {
    margin-bottom: 16px; }
  .faq-categories ol a {
    font-size: 16px;
    color: #4a4a4a;
    display: block; }
    .faq-categories ol a:hover {
      color: #97144d; }

.breadcrumb {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }
  .breadcrumb li {
    display: inline-block;
    padding: 0 0;
    color: #787878;
    position: relative;
    font-size: 14px;
    font-weight: 400; }
    .breadcrumb li:after {
      content: "\f3d3";
      font-family: "Ionicons";
      margin: 0 6px 0 10px;
      font-size: 12px;
      color: #787878; }
    .breadcrumb li:last-child {
      color: #787878; }
      .breadcrumb li:last-child:after {
        display: none; }
  .breadcrumb a {
    color: #787878; }
    .breadcrumb a:hover {
      color: #97144d; }

.faq-detail img {
  margin: 25px 0; }

.faq-detail p {
  font-size: 14px;
  color: #787878;
  line-height: 24px;
  margin-bottom: 25px; }

.faq-detail .breadcrumb {
  border-bottom: 0;
  margin-bottom: 0; }

.faq-detail .name-and-date {
  padding: 30px 0; }

.faq-detail h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 15px 0; }

.profile-pic {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #50e3a8;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  line-height: 52px;
  font-weight: 700;
  color: #fff;
  float: left; }

.details-002 {
  float: left;
  width: calc(100% - 60px);
  padding-top: 7px;
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden; }
  .details-002 .up-name {
    font-size: 14px;
    color: #787878;
    display: block; }
  .details-002 .up-date {
    font-size: 14px;
    color: #adadad; }

.faq-search-result h4 {
  color: #979797;
  font-size: 22px;
  font-weight: 600; }
  .faq-search-result h4 span {
    color: #4a4a4a; }

.faq-search-result .result-box {
  padding: 30px;
  border: 1px solid rgba(27, 157, 255, 0.6);
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  background-color: white;
  margin-bottom: 35px; }
  .faq-search-result .result-box h4 {
    color: #4a4a4a; }

.faq-search-result p {
  color: #8d8d8d;
  font-size: 17px; }

.faq-search-result .breadcrumb {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0; }
  .faq-search-result .breadcrumb li {
    padding-right: 20px; }
    .faq-search-result .breadcrumb li:before {
      position: absolute;
      right: 8px;
      top: 2px;
      height: 12px;
      width: 1px;
      background: #ccc;
      content: ''; }
    .faq-search-result .breadcrumb li:after {
      display: none; }
    .faq-search-result .breadcrumb li:last-child:before {
      display: none; }
    .faq-search-result .breadcrumb li a {
      color: #bbbbbb; }

.page-404 {
  padding: 10vh 0;
  text-align: center; }
  .page-404 img {
    margin-bottom: 0px; }
  .page-404 h1 {
    font-size: 140px;
    line-height: 140px;
    font-weight: 400;
    margin-bottom: 10px; }
  .page-404 h5 {
    font-size: 16px;
    margin-bottom: 30px; }
  .page-404 .btn-1 {
    padding: 0 40px; }

.login-popup.reset-password {
  margin-top: 0px; }
  .login-popup.reset-password .forgot-password {
    display: block; }
  .login-popup.reset-password .left {
    min-height: 430px; }

.top-heading {
  background: #f6f6f6;
  text-align: center;
  padding: 40px 0 175px 0; }
  .top-heading h1 {
    color: #97144d;
    font-size: 50px;
    margin-bottom: 8px;
    font-weight: 100; }
  .top-heading p {
    font-size: 14px;
    color: #97144d;
    font-weight: 700; }

.contact-box {
  text-align: center;
  position: relative;
  margin-top: -100px;
  margin-bottom: 80px; }
  .contact-box .box {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    background: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .contact-box .box:hover {
      border-color: #97144d; }
    .contact-box .box.active {
      border-color: #97144d; }
      .contact-box .box.active .btn-1 {
        background: #979797; }
    .contact-box .box .content {
      min-height: 130px; }
  .contact-box h3 {
    font-size: 38px;
    color: #5c5f5f;
    margin: 20px 0 20px 0;
    font-weight: 100; }
  .contact-box p {
    line-height: 26px;
    color: #787878;
    margin-bottom: 0; }
    .contact-box p span {
      color: #000; }
    .contact-box p a {
      color: #97144d; }
  .contact-box span.or {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    color: #000;
    font-weight: 700; }
  .contact-box .btn-1 {
    background: #1b9dff; }
    .contact-box .btn-1:hover {
      background: #41d983; }
  .contact-box .row-01 {
    margin-bottom: 100px; }
  .contact-box .succuss-msg {
    padding-top: 15px; }
  .contact-box .normal-link {
    margin-top: 10px;
    font-size: 16px;
    clear: both;
    margin: 10px 50px 0;
    text-decoration: none;
    font-weight: 700; }

.inner-body .contact-box .container {
  max-width: 1200px; }

.row-form {
  max-width: 930px;
  width: 100%;
  margin: 0 auto; }
  .row-form h2 {
    font-size: 34px;
    color: #000;
    margin: 0 0 80px 0;
    font-weight: 300; }
  .row-form .popup-slider {
    display: block;
    padding: 0 80px; }
    .row-form .popup-slider p {
      font-size: 18px;
      margin-bottom: 40px; }
  .row-form .timeLine-slider {
    max-width: 100%; }
  @media (min-width: 767px) {
    .row-form textarea {
      height: 220px !important; } }

.form-write-us-now {
  text-align: left;
  margin-bottom: 50px; }

.contact-sec2 {
  background: url(../images/contact-bottom-bg.jpg) no-repeat center top;
  width: 100%;
  padding: 120px 0;
  background-size: cover; }
  .contact-sec2 .lft {
    max-width: 420px; }
    .contact-sec2 .lft h2 {
      font-size: 50px;
      color: #fff; }
    .contact-sec2 .lft p {
      color: #fff; }
  .contact-sec2 .box {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
    padding: 50px;
    text-align: center; }
    .contact-sec2 .box p span {
      color: #1696ff;
      display: block; }
  .contact-sec2 .social-links li {
    margin: 0 10px; }
    .contact-sec2 .social-links li a {
      color: #1696ff; }
      .contact-sec2 .social-links li a:hover {
        color: #000; }

.hide-div {
  display: none;
  width: 100% !important; }

.feedback-section {
  text-align: left; }
  .feedback-section p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px; }
  .feedback-section span.title {
    font-size: 16px;
    color: #787878;
    display: block;
    margin-bottom: 10px; }
  .feedback-section .ful_wdth-div {
    margin-bottom: 40px; }

@-webkit-keyframes zoomstar {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

@keyframes zoomstar {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

/* ******************************** */
.star-outer {
  background: #fff;
  background-color: white;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  overflow: hidden; }
  .star-outer .output {
    line-height: 41px;
    background: #758791;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding-right: 5px;
    overflow: hidden;
    border-radius: 0 25px 25px 0; }

.rating {
  text-align: center;
  position: relative;
  width: 100%;
  float: left;
  padding-right: 50px;
  overflow: hidden; }

.hidden {
  opacity: 0; }

.star {
  display: inline-block;
  margin: 5px;
  font-size: 30px;
  color: #758791;
  position: relative;
  overflow: hidden; }
  .star.animate {
    -webkit-animation: stretch-bounce .5s ease-in-out; }
  .star.hidden {
    opacity: 0; }

.full:before {
  font-family: "Ionicons";
  display: inline-block;
  content: "\f2fc";
  position: relative;
  float: right;
  z-index: 2; }

.half:before {
  font-family: "Ionicons";
  content: "\f089";
  position: absolute;
  float: left;
  z-index: 3; }

.star-colour {
  color: #ffd700; }

@-webkit-keyframes stretch-bounce {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(1.5); }
  50% {
    -webkit-transform: scale(0.9); }
  75% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }

.feedback-section .selected:before {
  display: inline-block;
  font-family: "Ionicons";
  content: "\f089";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  opacity: 1;
  z-index: 1; }

.feedback-section .selected.pulse:before {
  -webkit-transform: scale(3);
  opacity: 0; }

.feedback-section .selected.is-animated:before {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out; }

.score {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  bottom: 0; }

.score-rating {
  vertical-align: middle;
  position: relative; }

.total {
  vertical-align: sub;
  top: 0px;
  position: relative;
  font-size: 100%; }

.average {
  font-size: 20px;
  color: indianred;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }
  .average .score-average {
    padding-top: 30px; }

.radio_box_01 {
  width: 100%;
  height: auto; }
  .radio_box_01 .radio_box_colm {
    width: 100%;
    height: auto;
    position: relative; }
  .radio_box_01.bottom-space {
    margin-bottom: 70px; }
  .radio_box_01 .rdo_outer {
    min-width: 104px;
    height: auto;
    float: left;
    margin-right: 30px;
    padding: 0; }
  .radio_box_01 .ui-radio {
    display: none; }
  .radio_box_01 .ui-radio + label {
    position: relative;
    padding-left: 30px;
    display: block;
    color: #999999; }
  .radio_box_01 .ui-radio + label:before {
    background-color: #f0f6fa;
    border: 2px solid #bcbec0;
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    content: ' ';
    width: 18px;
    height: 18px;
    top: -1px;
    left: 0px; }
  .radio_box_01 .ui-radio:checked + label:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 100px;
    position: absolute;
    background: #3eacfe;
    top: 4px;
    left: 5px; }
  .radio_box_01 .ui-radio:checked + label:before {
    color: #99a1a7;
    border: 2px solid #3eacfe; }

.bottom-space50 {
  margin-bottom: 50px; }

.feed-scale {
  width: 100%;
  margin-bottom: 37px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ccc; }
  .feed-scale p {
    font-weight: 400;
    padding-top: 20px; }
  .feed-scale .col2 {
    float: left;
    margin-right: 30px; }
  .feed-scale .col-radio {
    float: left; }
  .feed-scale .radio_box_01 .rdo_outer {
    min-width: 20px;
    margin-right: 35px;
    height: 50px; }
  .feed-scale .radio_box_01 .ui-radio + label {
    padding-left: 0; }
  .feed-scale .radio_box_01 .ui-radio + label:before {
    top: 31px;
    left: -3px;
    width: 13px;
    height: 13px; }
  .feed-scale .radio_box_01 .ui-radio + label:after {
    top: 36px;
    left: 2px;
    width: 7px;
    height: 7px; }

.btn-2 {
	cursor:pointer;
}

.space-01 {
  padding: 75px 0;
  width: 100%;
  position: relative; }
  .space-01 .btn-2 {
    padding: 0 25px;
    background: #1696ff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    opacity: .7;
    border: 0;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative; }
    .space-01 .btn-2:hover {
      color: #fff;
      opacity: 1; }
  .space-01 .btn-l {
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    border-radius: 35px; }

.rate-box {
  width: 100%;
  padding: 18px;
  background: #fff;
  text-align: center; }
  .rate-box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 60px; }
    @media (min-width: 767px) {
      .rate-box h4 {
        text-align: right; } }
  @media (min-width: 767px) {
    .rate-box .btn-2 {
      float: left; } }

.slider-outer {
  position: relative; }
  .slider-outer .swiper-button-prev,
  .slider-outer .swiper-button-next {
    width: 45px;
    height: 45px;
    left: -75px;
    line-height: 45px;
    background: #ff773d;
    border-radius: 50%;
    text-align: center;
    color: #fff; }
    .slider-outer .swiper-button-prev:before,
    .slider-outer .swiper-button-next:before {
      content: '\f3cf';
      font-family: "Ionicons";
      font-size: 26px; }
  .slider-outer .swiper-button-next {
    left: auto;
    right: -75px; }
    .slider-outer .swiper-button-next::before {
      content: '\f3d1'; }

.future-events {
  background: #eff9fe;
  padding: 40px 0;
  margin-bottom: 50px; }
  .future-events h4 {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    line-height: 24px;
    padding-top: 10px; }
  .future-events ul li {
    width: 33.3%;
    float: left;
    padding: 10px 10px 10px 30px;
    position: relative; }
    .future-events ul li::before {
      position: absolute;
      right: -2px;
      top: 0;
      content: '';
      height: 100%;
      border-right: 1px solid #bbd2de; }
    .future-events ul li:last-child {
      border-right: 0; }
  .future-events ul .icon {
    display: block;
    width: 71px;
    height: 71px;
    border: 1px solid #b3b7b9;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-top: 10px; }
  .future-events ul .content {
    float: left;
    width: 100%;
    padding-left: 15px; }
  .future-events ul h5 {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px; }
  .future-events ul .txt-1 {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    display: block; }
  .future-events ul .normal-link1 {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #1b9dff;
    text-decoration: none;
    letter-spacing: 1px; }
  .future-events .swiper-button-prev,
  .future-events .swiper-button-next {
    width: 21px;
    height: 21px;
    left: -22px;
    line-height: 21px;
    margin-top: -11px; }
    .future-events .swiper-button-prev::before,
    .future-events .swiper-button-next::before {
      font-size: 14px; }
  .future-events .swiper-button-next {
    left: auto;
    right: -22px; }

.event-outer {
  display: inline-block;
  text-align: center; }

.btn-outer-center {
  text-align: center; }

.btn-gray {
  font-size: 22px;
  color: #1b9dff;
  border-bottom: 2px solid #1b9dff; }

.exchange-sec-2 .btn-outer-center {
  padding-top: 50px; }

.exchange-sec-2 .box {
  background-color: white;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.38);
  border-radius: 10px;
  min-height: 334px; }
  .exchange-sec-2 .box h6 {
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 600;
    padding-top: 5px; }
  .exchange-sec-2 .box hr {
    margin: 0;
    background: rgba(0, 0, 0, 0.15); }

.exchange-sec-2 .top {
  padding: 20px; }

.exchange-sec-2 .container {
  max-width: 940px; }

.exchange-sec-2 .box-blue {
  background: #1b9dff; }
  .exchange-sec-2 .box-blue h6 {
    color: #fff; }
  .exchange-sec-2 .box-blue .btn-2 {
    background: #fff;
    color: #1b9dff;
    opacity: 1; }
  .exchange-sec-2 .box-blue hr {
    background: rgba(255, 255, 255, 0.15); }
  .exchange-sec-2 .box-blue p {
    color: #ffffff; }
  .exchange-sec-2 .box-blue .lft {
    width: 60%;
    float: left; }
  .exchange-sec-2 .box-blue .rht {
    float: right;
    width: 40%;
    text-align: right; }

.exchange-sec-2 .box-2 .lft {
  width: 37%;
  float: left; }

.exchange-sec-2 .box-2 .rht {
  float: right;
  width: 54%;
  text-align: right; }

.exchange-sec-2 p {
  font-size: 17px; }
  .exchange-sec-2 p a {
    text-decoration: none; }

.exchange-sec-2 .cnt {
  padding: 33px 30px; }

.exchange-sec-2 .btn-outer {
  text-align: right; }

.exchange-sec-2 .usd {
  color: #000;
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 600; }
  .exchange-sec-2 .usd input {
    width: 47px;
    border-radius: 5px;
    height: 27px;
    font-size: 15px;
    text-align: center;
    margin-right: 5px; }

.exchange-sec-2 .submit-outer {
  margin-bottom: 20px; }

.exchange-sec-2 .note {
  font-size: 16px;
  color: #757575;
  font-weight: 300; }
  .exchange-sec-2 .note a {
    color: #1b9dff; }

.center-wite-text {
  text-align: center; }
  .center-wite-text h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 5px; }
  .center-wite-text p {
    color: #fff;
    font-weight: 600; }

.slider-outer {
  position: relative; }

.track-transfer {
  padding: 40px 0; }
  .track-transfer .container {
    max-width: 860px; }
.track-transfer-content {
  padding: 40px 0; }
  @media (min-width: 767px) {
    .track-transfer-content {
      padding: 80px 0; } }
  .track-transfer-content h4 {
    color: #6d6d6d;
    font-weight: 400;
    margin-bottom: 20px; }
  .track-transfer-content .nostro-table {
    background: none; }
    .track-transfer-content .nostro-table td {
      border: 0;
      padding: 18px 0;
      font-size: 14px;
      color: #787878;
      border-top: 1px solid #e4e4e4; }
      .track-transfer-content .nostro-table td strong {
        color: #000; }
    .track-transfer-content .nostro-table .col1 {
      width: 20%;
      min-width: 120px; }
    .track-transfer-content .nostro-table .col2 {
      width: 80%; }
    .track-transfer-content .nostro-table label {
      margin-right: 5px; }
.toggle_type_area {
  width: 100% !important; }
body.inner-body {
  padding-top:94px; }
.inner-body header {
  position: absolute;
    background: #fff;  
	height:94px !important;
  }
.remit_logo {
  width: 100%;
  max-width: 940px;
  text-align: center;
  display: table;
  margin: 60px auto 30px;
  height: 42px;
  background: url(../images/remitmony.png) no-repeat center;
  background-size: contain;
  position: relative; }
  
  .remit_logo_via {
  width: 100%;
  max-width: 940px;
  text-align: center;
  display: table;
  margin: 60px auto 30px;
  height: 42px;
  background: url(../images/logoUS.png) no-repeat center;
  background-size: contain;
  position: relative; }

.no_left_padding {
  padding-left: 0; }

.no_right_padding {
  padding-right: 0; }

.no_padding {
  padding: 0; }

:focus {
  outline: 0px; }

.register_page {
  max-width: 940px;
  width: 100%;
  height: auto;
  background: #FFF;
  margin: auto;
  -webkit-box-shadow: 0 0 25px 0 rgba(68, 68, 68, 0.109804);
  box-shadow: 0 0 25px 0 rgba(68, 68, 68, 0.109804);
  margin-bottom: 90px;
  padding: 35px 75px 55px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  outline: 0 !important; }
  .register_page h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    color: #000; }
  .register_page p {
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    line-height: 26px;
    color: #000;
    opacity: 0.6; }
	 .register_page p strong{
		color:#97144d; 
	 }
  .register_page input, .register_page select, .register_page textarea, .register_page label {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    text-shadow: unset !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .register_page .money-calculator {
    position: relative;
    margin-top: 50px;
    margin-bottom: 25px; }
    .register_page .money-calculator .outerDiv {
      position: relative;
      max-width: 100%;
      margin: 5px auto 0; }
      .register_page .money-calculator .outerDiv i {
        position: absolute;
        bottom: 16px;
        right: 18px;
        top: inherit;
        color: #999d9f; }
      .register_page .money-calculator .outerDiv .australia, .register_page .money-calculator .outerDiv .uk, .register_page .money-calculator .outerDiv .canada, .register_page .money-calculator .outerDiv .singapore, .register_page .money-calculator .outerDiv .eurozone, .register_page .money-calculator .outerDiv .us, .register_page .money-calculator .outerDiv .south-africa, .register_page .money-calculator .outerDiv .switzerland, .register_page .money-calculator .outerDiv .uae {
        border: 1px solid #3eacfe; }
    .register_page .money-calculator .country-name {
      padding: 0 20px 0 60px;
      margin: 0;
      background: #f0f6fa;
      color: #b2b2b2;
      border: 0px solid #cdcdcd;
      display: inline-block;
      cursor: pointer;
      height: 53px;
      line-height: 53px;
      font-size: 14px;
      position: relative;
      border-radius: 5px;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
      width: 100%;
      text-align: left; }
      .register_page .money-calculator .country-name i {
        color: #797f84;
        margin-left: 18px; }
      .register_page .money-calculator .country-name .icon {
        position: absolute;
        left: 13px;
        top: 11px;
        width: 34px;
        height: 34px;
        background: url(../images/icons-1.png) no-repeat 0 -393px;
        border: 1 solid #f5f4f4;
        border-radius: 50%; }
    .register_page .money-calculator .button-group {
      position: absolute;
      padding: 10px 15px;
      border: 1px solid rgba(206, 205, 205, 0.5);
      top: 81px;
      left: 0%;
      background: #fff;
      z-index: 99;
      width: 100%;
      display: none;
      margin-left: 0px; }
      .register_page .money-calculator .button-group li {
        cursor: pointer;
        font-size: 14px;
        padding: 5px 0;
        color: #222222;
        list-style: none;
        min-height: 32px;
        line-height: 32px;
        position: relative;
        text-align: left;
        padding-left: 40px; }
    .register_page .money-calculator .icon {
      position: absolute;
      left: 0;
      top: 7px;
      width: 34px;
      height: 34px;
      background: url(../images/icons-1.png) no-repeat 0 0;
      border: 1px solid #f5f4f4;
      border-radius: 50%; }
    .register_page .money-calculator .australia .icon {
      background: url(../images/icons-1.png) no-repeat 0 -36px; }
    .register_page .money-calculator .uk .icon {
      background: url(../images/icons-1.png) no-repeat 0 0px; }
    .register_page .money-calculator .canada .icon {
      background: url(../images/icons-1.png) no-repeat 0 -78px; }
    .register_page .money-calculator .singapore .icon {
      background: url(../images/icons-1.png) no-repeat 0 -115px; }
    .register_page .money-calculator .eurozone .icon {
      background: url(../images/icons-1.png) no-repeat 0 -158px; }
    .register_page .money-calculator .us .icon {
      background: url(../images/icons-1.png) no-repeat 0 -198px; }
    .register_page .money-calculator .south-africa .icon {
      background: url(../images/icons-1.png) no-repeat 0 -238px; }
    .register_page .money-calculator .switzerland .icon {
      background: url(../images/icons-1.png) no-repeat 0 -277px; }
    .register_page .money-calculator .uae .icon {
      background: url(../images/icons-1.png) no-repeat 0 -314px; }
  .register_page label {
    font-size: 14px;
    color: #787878;
    font-weight: 400;
    margin-bottom: 5px;
    float: left;
    width: 100%; }
    .register_page label span {
      color: #000 !important;
      opacity: 0.6;
      font-weight: 300; }
  .register_page label.error {
    position: absolute;
    color: red;
    bottom: -26px;
    right: 0;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Lato', sans-serif; }
  .register_page label.warning {
    position: absolute;
    bottom: -26px;
    right: 0;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: #f0ad4e; }
  .register_page label.success {
    position: absolute;
    bottom: -26px;
    right: 0;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: #5cb85c; }
  .register_page .input-outer {
    position: relative; }
  .register_page input, .register_page .txt-area {
    width: 100%;
    height: 53px;
    border: 0px;
    border-radius: 5px;
    background: #f6f6f6;
    color: #313131;
    outline: 0;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    border: 1px solid transparent; }
  .register_page input:focus {
    border: 1px solid #d4e5f1; }
  .register_page .txt-area {
    resize: none;
    height: 126px;
    /* line-height: 48px;  background: url(../images/text-area-bg.png) no-repeat 15px 36px #f0f6fa;*/
    background: #f6f6f6;
    padding-top: 15px;
    line-height: normal; }
  .register_page ::-webkit-input-placeholder {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 400; }
  .register_page ::-moz-placeholder {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 400; }
  .register_page :-ms-input-placeholder {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 400; }
  .register_page :-moz-placeholder {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 400; }
  .register_page .form_colms .ful_wdth {
    padding: 0;
    position: relative;
    margin-bottom: 30px; }
    .register_page .form_colms .ful_wdth p {
      font-size: 14px;
      font-weight: 300;
      text-align: left;
      width: 100%;
      margin-bottom: 0; }
  .register_page .form_colms input.error {
    border: 1px solid red;
    background: #fcf4f3; }
  .register_page .form_colms label.error {
    position: absolute;
    color: red;
    bottom: -25px;
    right: 0;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Lato', sans-serif; }
  .register_page .form_colms .password_field {
    margin-bottom: 23px!important;
    padding-bottom: 0px; }
    .register_page .form_colms .password_field input.error {
      border: 1px solid red;
      background: #fcf4f3; }
    .register_page .form_colms .password_field input.error ~ .sp_crt {
      visibility: hidden;
      height: 0; }
    .register_page .form_colms .password_field label.error {
      position: static;
      color: red;
      bottom: 0px !important;
      margin-top: 5px;
      right: 0;
      text-align: right;
      font-size: 12px;
      font-weight: 700;
      font-family: 'Lato', sans-serif; }
  .register_page .form_colms .col6 {
    padding: 0;
    position: relative; }
    .register_page .form_colms .col6 label {
      height: auto;
      width: 100%;
      float: left; }
    .register_page .form_colms .col6 .snd_name {
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
    .register_page .form_colms .col6 .snd_name.error {
      border: 1px solid red;
      border-left: 0px;
      background: #fcf4f3; }
    .register_page .form_colms .col6 .fst_name.error {
      border: 1px solid red;
      background: #fcf4f3; }
  .register_page .form_colms #hid {
    position: absolute;
    top: 40px;
    right: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #97144d;
    text-decoration: none; }
    .register_page .form_colms #hid:hover {
      opacity: 0.5; }
  .register_page .form_colms .show-outer {
    position: relative;
    clear: both; }
    .register_page .form_colms .show-outer #hid {
      top: 18px; }
  .register_page .radio_box_colm_outer {
    width: 100%;
    height: auto;
    margin-bottom: 0 !important; }
    .register_page .radio_box_colm_outer .radio_box_colm {
      width: 100%;
      height: auto;
      position: relative; }
  .register_page .rdo_outer {
    width: 178px;
    height: 45px;
    background: #f6f6f6;
    border-radius: 50px;
    float: left;
    margin-right: 30px;
    padding: 13px 20px; }
  .register_page .ui-radio {
    display: none; }
  .register_page .ui-radio + label {
    position: relative;
    padding-left: 30px;
    display: inline-block; }
  .register_page .ui-radio + label:before {
    background-color: #fff;
    border: 2px solid #bcbec0;
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    content: ' ';
    width: 18px;
    height: 18px;
    top: -1px;
    left: 0px; }
  .register_page .ui-radio:checked + label:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 100px;
    position: absolute;
    background: #97144d;
    top: 4px;
    left: 5px; }
  .register_page .ui-radio:checked + label:before {
    color: #99a1a7;
    border: 2px solid #97144d; }
  .register_page .toggle_colm {
    padding: 0;
    height: 0;
    min-height: 0;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
  .register_page .toggle_colm.active {
    height: 105px;
    margin-bottom: 0px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .register_page .toggle_colm.active label.error {
      bottom: 0; }
  .register_page .ui-checkbox + .ckBox {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    font-size: 12px; }
  .register_page .ui-checkbox + .ckBox {
    background-color: #fff;
    border: 2px solid #1b9dff;
    padding: 9px;
    border-radius: 3px;
    display: block; }
  .register_page .ui-checkbox:checked + .ckBox:before {
    border: 2px solid #1b9dff !important;
    color: #99a1a7 !important; }
  .register_page .ui-checkbox:checked + .ckBox:after {
    content: "\f122";
    font-family: "Ionicons";
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 6px;
    color: #1b9dff !important; }
  .register_page .ui-checkbox.green-tick:checked + .ckBox:after {
    color: #1b9dff !important; }
  .register_page .colm_check {
    display: table;
    margin: auto;
    padding-top: 32px;
    position: relative; }
    .register_page .colm_check .ckBox {
      float: left;
      width: auto;
      background-color: #fff;
      border: 2px solid #1b9dff;
      padding: 9px;
      border-radius: 3px;
      display: block; }
    .register_page .colm_check label.error {
      text-align: left; }
    .register_page .colm_check a {
      color: #1b9dff;
      text-decoration: none;
      font-size: 14px;
      float: left;
      font-weight: 400;
      margin-left: 12px; }
      .register_page .colm_check a:hover {
        opacity: 0.7; }
    .register_page .colm_check .control input:checked ~ .control__indicator {
      background: #97144d; }
    .register_page .colm_check .control__indicator {
      float: left;
      width: auto;
      background-color: #fff;
      border: 2px solid #97144d;
      padding: 0;
      width: 21px;
      height: 20px;
      border-radius: 3px;
      display: block;
      position: relative; }
      .register_page .colm_check .control__indicator:focus {
        border-color: #d4e5f1; }
    .register_page .colm_check .control--checkbox .control__indicator:after {
      content: "\f122";
      font-family: "Ionicons";
      font-size: 14px;
      position: absolute;
      top: 1px;
      left: 3px;
      line-height: 14px;
      color: #fff !important; }
    .register_page .colm_check .control__indicator:after {
      content: '';
      position: absolute;
      display: none; }
    .register_page .colm_check .control input:checked ~ .control__indicator:after {
      display: block; }
    .register_page .colm_check .control {
      display: block;
      margin-bottom: 5px;
      cursor: pointer;
      font-size: 18px;
      float: left;
      width: auto; }
    .register_page .colm_check .control input {
      position: absolute;
      z-index: -1;
      opacity: 0; }
  .register_page .check-02 .control--checkbox {
    width: 100%; }
  .register_page .control__indicator.chek_ed:before {
    content: "\f122";
    font-family: "Ionicons";
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 16px;
    color: #fff !important;
    background: #1b9dff;
    width: 100%;
    height: 100%;
    padding-left: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .register_page .sub_mit_colm {
    width: auto;
    display: table;
    margin: 58px auto 0; }
	.register_page .sub_mit_colm + .sub_mit_colm {
		margin-top: 0;
	}
    .register_page .sub_mit_colm button {
      width: 225px;
      height: 61px;
      border-radius: 50px;
      background: #cdcdcd;
      text-align: center;
      line-height: 62px;
      padding: 0;
      text-shadow: 0 0 0;
      font-weight: 500;
      font-size: 14px;
      font-family: 'Lato', sans-serif;
      margin: 0 10px;
      opacity: 0.7;
      text-transform: uppercase;
      float: left; }
      .register_page .sub_mit_colm button:hover {
        opacity: 1; }
      .register_page .sub_mit_colm button:focus {
        opacity: 1; }
    .register_page .sub_mit_colm .register {
      background: #97144d; }
    .register_page .sub_mit_colm .long-btn {
      width: auto;
      padding: 22px 20px;
      line-height: normal;
      height: auto;
      text-transform: none; }

.tearms_content_area {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  background: #fff;
  margin: auto;
  display: table;
  -webkit-box-shadow: 0 0 25px 0 rgba(68, 68, 68, 0.109804);
  box-shadow: 0 0 25px 0 rgba(68, 68, 68, 0.109804);
  padding: 30px 40px 30px 40px;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  text-align: justify; }
  @media (min-width: 767px) {
    .tearms_content_area {
      max-width: 80% !important; } }
  .tearms_content_area .ion-ios-close-empty {
    font-size: 40px; }
  .tearms_content_area .tearms_content {
    width: 100%;
    height: 80vh;
    overflow-y: scroll;
    padding-right: 20px; }
  .tearms_content_area h3 {
    text-align: left;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .tearms_content_area p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 25px;
    text-align: justify; }
  .tearms_content_area a {
    color: #97144d; }
    .tearms_content_area a:hover {
      text-decoration: none; }
  .tearms_content_area ul, .tearms_content_area ol {
    margin-top: 10px; }
    .tearms_content_area ul li, .tearms_content_area ol li {
      padding: 5px 0;
      line-height: 22px; }

.error {
  color: red;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Lato', sans-serif; }

.warning {
  color: #FFCC00;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Lato', sans-serif; }

.success {
  color: #0ac50a;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Lato', sans-serif; }

#countries {
  width: 99%;
  height: 50px;
  background: #f0f6fa;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  border: 0px !important;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 5px; }

.borderRadius {
  -moz-border-radius: 5px;
  border-radius: 5px; }

.borderRadiusTp {
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
  .borderRadiusTp.error {
    border: 1px solid red;
    background: #fcf4f3 !important; }

.borderRadiusBtm {
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

.ddcommon {
  height: 52px;
  width: 100% !important;
  position: absolute;
  left: 0;
  display: -moz-inline-stack;
  zoom: 1;
  display: inline-block;
  *display: inline;
  cursor: default; }

.ddcommon ul {
  padding: 0;
  margin: 0; }

.ddcommon ul li {
  list-style-type: none; }

.borderRadiusTp ul li:last-child {
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border-bottom: 0 none #c3c3c3; }

.borderRadiusBtm ul li:first-child {
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-bottom: 1 solid #c3c3c3; }

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll {
  opacity: .5;
  /* standard: ff gt 1.5, opera, safari */
  -ms-filter: "alpha(opacity=50)";
  /* ie 8 */
  filter: alpha(opacity=50);
  /* ie lt 7 */
  -khtml-opacity: .5;
  /* safari 1.x */
  -moz-opacity: .5;
  /* ff lt 1.5, netscape */
  color: #999999; }

.ddcommon .clear {
  clear: both; }

.ddcommon .text {
  color: #7e7e7e;
  padding: 0 15px;
  position: absolute;
  background: #f0f6fa;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ddOutOfVision {
  width: 100%;
  position: relative !important;
  overflow: inherit !important;
  height: 52px !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }
  .ddOutOfVision label.error {
    position: absolute;
    color: red;
    bottom: -25px;
    right: 0;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    z-index: 10; }

img.fnone {
  float: none !important; }

.ddcommon .divider {
  width: 0;
  height: 100%;
  position: absolute; }

.ddcommon .arrow {
  display: inline-block;
  position: absolute;
  top: 35%;
  right: 15px; }

.ddcommon .arrow:hover {
  background-position: 0 100%; }

.ddcommon .ddTitle {
  height: 100%;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%; }

.ddcommon .ddTitle .ddTitleText {
  display: block; }

.ddcommon .ddTitle .ddTitleText .ddTitleText {
  padding: 0; }

.ddcommon .ddTitle .description {
  display: block; }

.ddcommon .ddTitle .ddTitleText img {
  position: relative;
  vertical-align: middle;
  float: left; }

.ddcommon .ddChild {
  position: absolute;
  display: none;
  width: 100%;
  overflow-y: auto;
  zoom: 1;
  height: 300px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 3px; }
  .ddcommon .ddChild .selected::before {
    display: none !important; }

.ddcommon .ddChild li {
  clear: both; }

.ddcommon .ddChild li .description {
  display: block; }

.ddcommon .ddChild li img {
  border: 0 none;
  position: relative;
  vertical-align: middle;
  float: left; }

.ddcommon .ddChild li.optgroup {
  padding: 0; }

.ddcommon .ddChild li.optgroup .optgroupTitle {
  padding: 0 5px;
  font-weight: bold;
  font-style: italic; }

.ddcommon .ddChild li.optgroup ul li {
  padding: 5px 5px 5px 15px; }

.ddcommon .noBorderTop {
  border-top: none 0  !important;
  padding: 0;
  margin: 0; }

/*************** default theme **********************/
.dd {
  border: 0px solid #c3c3c3; }

.dd .divider {
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #fff;
  right: 24px;
  display: none; }

.dd .arrow:before {
  content: "\f104";
  display: inline-block;
  font-family: "Ionicons"; }

.dd .arrow:hover {
  background-position: 0 100%; }

.dd .ddTitle {
  color: #b2b2b2;
  background: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  border-radius: 5px; }
  .dd .ddTitle .ddTitleText {
    padding: 0 13px;
    height: 100%;
    line-height: 52px;
    cursor: pointer; }

.dd .ddTitle.vld .ddlabel {
  color: #313131;
  font-weight: 500;
  font-size: 16px; }

.dd .ddTitle.vld .flag {
  margin-top: -4px; }

.borderRadiusTp.error .ddlabel {
  color: #000; }

.dd .ddTitle .ddTitleText .ddTitleText {
  padding: 0; }

.dd .ddTitle .description {
  font-size: 12px;
  color: #666; }

.dd .ddTitle .ddTitleText img {
  padding-right: 5px; }

.dd .ddChild {
  border: 1px solid #efeff0;
  background-color: #fff;
  left: -1px; }

.dd .ddChild li {
  padding: 10px 15px;
  background-color: #fff;
  border-bottom: 0px solid #c3c3c3;
  cursor: pointer; }
  .dd .ddChild li .description {
    color: #666; }
  .dd .ddChild li .ddlabel {
    color: #585656;
    font-size: 14px; }
  .dd .ddChild li.hover {
    background-color: #f0f6fa; }
  .dd .ddChild li img {
    padding: 0 6px 0 0; }

.dd .ddChild li.optgroup {
  padding: 0; }

.dd .ddChild li.optgroup .optgroupTitle {
  padding: 0 5px;
  font-weight: bold;
  font-style: italic; }

.dd .ddChild li.optgroup ul li {
  padding: 5px 5px 5px 15px; }

.dd .ddChild li.selected {
  background-color: #f0f6fa;
  color: #000; }

.dd .ddChild li:first-child {
  display: none !important; }

.flag {
  float: left;
  padding: 0 !important;
  margin: -2px 10px 0 0;
  width: 35px;
  height: 35px;
  background-size: cover !important;
  border-radius: 100px;
  background-position: center !important; }

.glb {
  background: url(../images/flag/globe.svg) no-repeat;
  background-position: 0px 0px; }

.flag.au {
  background: url(../images/flag/au.svg) no-repeat; }

.flag.gb {
  background: url(../images/flag/uk.svg) no-repeat; }

.flag.ca {
  background: url(../images/flag/ca.svg) no-repeat; }

.flag.sg {
  background: url(../images/flag/sg.svg) no-repeat; }

.flag.eu {
  background: url(../images/flag/eu.svg) no-repeat;
  background-position: -5px 0px !important; }

.flag.us {
  background: url(../images/flag/us.svg) no-repeat; }

.flag.za {
  background: url(../images/flag/za.svg) no-repeat; }

.flag.ch {
  background: url(../images/flag/ch.svg) no-repeat;
  background-position: -5px 0px !important; }

.flag.be {
  background: url(../images/flag/be.svg) no-repeat; }

.flag.cy {
  background: url(../images/flag/cy.svg) no-repeat; }

.flag.ee {
  background: url(../images/flag/ee.svg) no-repeat; }

.flag.fi {
  background: url(../images/flag/fi.svg) no-repeat; }

.flag.fr {
  background: url(../images/flag/fr.svg) no-repeat; }

.flag.de {
  background: url(../images/flag/de.svg) no-repeat; }

.flag.gr {
  background: url(../images/flag/gr.svg) no-repeat; }

.flag.ie {
  background: url(../images/flag/ie.svg) no-repeat; }

.flag.it {
  background: url(../images/flag/it.svg) no-repeat; }

.flag.lv {
  background: url(../images/flag/lv.svg) no-repeat; }

.flag.lt {
  background: url(../images/flag/lt.svg) no-repeat; }

.flag.lu {
  background: url(../images/flag/lu.svg) no-repeat; }

.flag.mt {
  background: url(../images/flag/mt.svg) no-repeat; }

.flag.nl {
  background: url(../images/flag/nl.svg) no-repeat; }

.flag.pt {
  background: url(../images/flag/pt.svg) no-repeat; }

.flag.sk {
  background: url(../images/flag/sk.svg) no-repeat; }

.flag.si {
  background: url(../images/flag/si.svg) no-repeat; }

.flag.es {
  background: url(../images/flag/es.svg) no-repeat; }

.flag.hk {
  background: url(../images/flag/hk.svg) no-repeat; }

.flag.ae {
  background: url(../images/flag/ae.svg) no-repeat; }

.flag.kw {
  background: url(../images/flag/kw.svg) no-repeat; }

.flag.qa {
  background: url(../images/flag/qa.svg) no-repeat; }

.flag.my {
  background: url(../images/flag/my.svg) no-repeat; }

.flag.jp {
  background: url(../images/flag/jp.svg) no-repeat; }

.flag.no {
  background: url(../images/flag/no.svg) no-repeat; }
  
.flag.hu {
  background: url(../images/flag/hu.svg) no-repeat; }
  
.flag.at {
  background: url(../images/flag/at.svg) no-repeat; }
  
.flag.po {
  background: url(../images/flag/po.png) no-repeat; }
  
.flag.om {
  background: url(/remitmoney/transfer/secure/images/flag/om.svg) no-repeat; }
  
.step_tow {
  margin-top: 40px; }

#sel_ect_bank, #sel_ect_purpose {
  height: 0;
  visibility: hidden; }

.page_tab {
  max-width: 940px;
  width: 100%;
  height: auto;
  margin: 35px auto 60px; }
  .page_tab ul {
    margin: 0;
    padding: 0;
    height: auto;
    display: inline-block;
    width: 100%; }
    .page_tab ul li {
      display: inline-block;
      float: left;
      width: 25%;
      height: auto;
      text-align: center;
      position: relative; }
      .page_tab ul li:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #d4dee5;
        position: absolute;
        left: 0;
        top: 13px;
        z-index: -1; }
      .page_tab ul li span {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        font-size: 16px;
        border: 2px solid #d4dee5;
        color: #d4dee5;
        font-weight: 700;
        display: table;
        margin: 0 auto 5px;
        line-height: 22px;
        background: #fff; }
      .page_tab ul li h4 {
        font-size: 16px;
        color: #d5dfe7;
        font-weight: 600; }
    .page_tab ul .tab_active {
      float: left;
      width: 100%; }
      .page_tab ul .tab_active span {
        width: 28px;
        height: 28px;
        font-size: 15px;
        font-weight: 700;
        margin-top: -2px;
        line-height: 24px;
        margin-bottom: 2px;
        border: 2px solid #4de2a7;
        color: #4de2a7;
        -webkit-box-shadow: 0 0 0 0 rgba(77, 226, 167, 0.4);
        box-shadow: 0 0 0 0 rgba(77, 226, 167, 0.4);
        -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
        -moz-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
        -ms-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
        animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px); }
        .page_tab ul .tab_active span:hover {
          -webkit-box-shadow: 0 0 0 0 rgba(77, 226, 167, 0.4);
          box-shadow: 0 0 0 0 rgba(77, 226, 167, 0.4);
          -webkit-animation: pulse1 2s cubic-bezier(0.66, 0, 0, 1);
          -moz-animation: pulse1 2s cubic-bezier(0.66, 0, 0, 1);
          -ms-animation: pulse1 2s cubic-bezier(0.66, 0, 0, 1);
          animation: pulse1 2s cubic-bezier(0.66, 0, 0, 1); }
      .page_tab ul .tab_active h4 {
        color: #aeacac; }
      .page_tab ul .tab_active:before {
        background: #4de2a7;
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        top: 13px;
        z-index: -1; }
    .page_tab ul .tab_fill {
      float: left;
      width: 100%; }
      .page_tab ul .tab_fill span {
        width: 28px;
        height: 28px;
        font-size: 15px;
        font-weight: 800;
        margin-top: -2px;
        line-height: 24px;
        margin-bottom: 2px;
        border: 2px solid #4de2a7;
        color: #4de2a7; }
      .page_tab ul .tab_fill h4 {
        color: #aeacac; }
      .page_tab ul .tab_fill:before {
        background: #4de2a7;
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        top: 13px;
        z-index: -1; }

@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 255, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 255, 0); } }

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(0, 0, 255, 0); } }

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(0, 0, 255, 0); } }

@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 255, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 255, 0); } }

@-webkit-keyframes pulse1 {
  to {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 255, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 255, 0); } }

@-moz-keyframes pulse1 {
  to {
    box-shadow: 0 0 0 10px rgba(0, 0, 255, 0); } }

@-ms-keyframes pulse1 {
  to {
    box-shadow: 0 0 0 10px rgba(0, 0, 255, 0); } }

@keyframes pulse1 {
  to {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 255, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 255, 0); } }

.checkBox-02:focus ~ #02 {
  border-color: #0ac50a; }

.banks_list, .other_banks_outer {
  margin-bottom: 10px !important; }
  .banks_list ul, .other_banks_outer ul {
    padding: 0;
    display: table;
    margin: 0 auto;
    text-align: center; }
    .banks_list ul li, .other_banks_outer ul li {
      display: inline-block;
      width: 121px;
      height: 101px;
      background: #f6f6f6;
      border-radius: 5px;
      cursor: pointer;
      position: relative;
      border: 1px solid transparent; }
      .banks_list ul li.chose_bank, .other_banks_outer ul li.chose_bank {
        margin-right: 12px; }
      .banks_list ul li.chose_purpose, .other_banks_outer ul li.chose_purpose {
        margin-right: 12px; }
      .banks_list ul li .bnk, .other_banks_outer ul li .bnk {
        display: block;
        vertical-align: middle;
        text-align: center;
        padding: 0 10px;
        position: absolute;
        top: 50%;
        width: 100%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .banks_list ul li .bnk img, .other_banks_outer ul li .bnk img {
          height: 50px; }
        .banks_list ul li .bnk .length-pic img, .other_banks_outer ul li .bnk .length-pic img {
          height: 50px; }
        .banks_list ul li .bnk span, .other_banks_outer ul li .bnk span {
          display: block;
          clear: both;
          font-size: 14px;
          line-height: 18px;
          color: #787878;
          font-weight: 600;
          margin-top: 3px; }
      .banks_list ul li:hover .spinner > div, .other_banks_outer ul li:hover .spinner > div {
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
      .banks_list ul li:hover .spinner .bounce1, .other_banks_outer ul li:hover .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s; }
      .banks_list ul li:hover .spinner .bounce2, .other_banks_outer ul li:hover .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s; }
      .banks_list ul li .other_detail, .banks_list ul li .popup_other_detail, .other_banks_outer ul li .other_detail, .other_banks_outer ul li .popup_other_detail {
        float: left;
        width: 100%;
        height: 100%;
        display: table; }
      .banks_list ul li:focus, .other_banks_outer ul li:focus {
        border: 1px solid #d4e5f1; }
  .banks_list .popup_chose_bank .chose_bank1, .banks_list .popup_chose_bank .chose_purpose1, .banks_list .popup_chose_purpose .chose_bank1, .banks_list .popup_chose_purpose .chose_purpose1, .other_banks_outer .popup_chose_bank .chose_bank1, .other_banks_outer .popup_chose_bank .chose_purpose1, .other_banks_outer .popup_chose_purpose .chose_bank1, .other_banks_outer .popup_chose_purpose .chose_purpose1 {
    margin-right: 12px;
    position: relative; }
    .banks_list .popup_chose_bank .chose_bank1:last-child, .banks_list .popup_chose_bank .chose_purpose1:last-child, .banks_list .popup_chose_purpose .chose_bank1:last-child, .banks_list .popup_chose_purpose .chose_purpose1:last-child, .other_banks_outer .popup_chose_bank .chose_bank1:last-child, .other_banks_outer .popup_chose_bank .chose_purpose1:last-child, .other_banks_outer .popup_chose_purpose .chose_bank1:last-child, .other_banks_outer .popup_chose_purpose .chose_purpose1:last-child {
      margin-right: 0; }
  .banks_list li.opt.disabled label, .other_banks_outer li.opt.disabled label {
    color: #787878;
    font-weight: 700; }
  .banks_list .select_bnk:before, .banks_list .select_prps:before, .other_banks_outer .select_bnk:before, .other_banks_outer .select_prps:before {
    content: "\f120";
    font-family: "Ionicons";
    font-size: 30px;
    position: absolute;
    top: -7px;
    right: -5px;
    color: #ff773d;
    z-index: 100; }
  .banks_list .spinner, .other_banks_outer .spinner {
    margin: 20px auto 10px;
    width: 70px;
    text-align: center; }
  .banks_list .spinner > div, .other_banks_outer .spinner > div {
    width: 10px;
    height: 10px;
    background-color: #97144d;
    border-radius: 100%;
    display: inline-block; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.mfp-wrap {
  background: #fff; }

.popup-outer-02 {
  width: 918px;
  height: auto;
  background: #fff;
  margin: auto;
  display: table;
  -webkit-box-shadow: 0 0 25px 0 rgba(68, 68, 68, 0.109804);
  box-shadow: 0 0 25px 0 rgba(68, 68, 68, 0.109804);
  padding: 30px 65px 52px 70px;
  position: relative; }

.other_banks_outer {
  width: 918px;
  height: auto;
  background: #fff;
  margin: auto;
  display: table;
  -webkit-box-shadow: 0 0 25px 0 rgba(68, 68, 68, 0.109804);
  box-shadow: 0 0 25px 0 rgba(68, 68, 68, 0.109804);
  padding: 30px 65px 52px 70px;
  position: relative; }
  .other_banks_outer .toggle_type_area {
    margin-top: 30px;
    display: none; }
    .other_banks_outer .toggle_type_area .enter_ur_bnk {
      margin-bottom: 30px; }
  .other_banks_outer .type_area_over_flow_active {
    overflow: inherit; }
  .other_banks_outer .ion-ios-close-empty:before {
    content: "\f404";
    font-size: 28px;
    font-size: 52px;
    opacity: 0.6; }
  .other_banks_outer .mfp-close {
    right: 37px;
    top: 37px; }
  .other_banks_outer h3 {
    text-align: center;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 23px; }
  .other_banks_outer .cercle_outer {
    float: left;
    width: 100%; }
    .other_banks_outer .cercle_outer .cls_or {
      font-size: 18px;
      font-weight: 600;
      border-radius: 100px;
      border: 1px solid #1b9dff;
      width: 45px;
      height: 45px;
      display: table;
      color: #1b9dff;
      margin: 25px auto 15px;
      text-align: center;
      line-height: 42px; }
  .other_banks_outer .ful_wdth, .other_banks_outer .col6 {
    padding: 0; }
  .other_banks_outer label {
    font-size: 14px;
    color: #787878;
    font-weight: 400;
    margin-bottom: 5px;
    float: left;
    width: 100%; }
    .other_banks_outer label span {
      color: #000;
      opacity: 0.6;
      font-weight: 300; }
  .other_banks_outer label.error {
    position: absolute;
    color: red;
    bottom: -26px;
    right: 0;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Lato', sans-serif; }
  .other_banks_outer input {
    width: 100%;
    height: 53px;
    border: 0px;
    border-radius: 5px;
    background: #f6f6f6;
    color: #313131;
    outline: 0;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif; }
  .other_banks_outer ::-webkit-input-placeholder {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 400; }
  .other_banks_outer ::-moz-placeholder {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 400; }
  .other_banks_outer :-ms-input-placeholder {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 400; }
  .other_banks_outer :-moz-placeholder {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 400; }
  .other_banks_outer .sub_mit_colm {
    width: 100%;
    margin: 50px auto 0px;
    float: left; }
    .other_banks_outer .sub_mit_colm button {
      width: 225px;
      height: 61px;
      border-radius: 50px;
      background: #cdcdcd;
      text-align: center;
      line-height: 62px;
      padding: 0;
      text-shadow: 0 0 0;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
      font-family: 'Lato', sans-serif;
      margin: 0 10px;
      display: table;
      margin: auto;
      opacity: 0.7; }
      .other_banks_outer .sub_mit_colm button:hover {
        opacity: 1; }
    .other_banks_outer .sub_mit_colm button:disabled {
      background: #cdcdcd !important;
      opacity: .7; }
    .other_banks_outer .sub_mit_colm .register {
      background: #97144d; }

.enter_ur_bnk, .enter_ur_prps {
  position: relative; }
  .enter_ur_bnk .clear_input, .enter_ur_bnk .clear_purpose_input, .enter_ur_prps .clear_input, .enter_ur_prps .clear_purpose_input {
    position: absolute;
    right: 17px;
    bottom: 20px;
    color: #1b9dff;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    z-index: 10;
    display: none;
    cursor: pointer; }
  .enter_ur_bnk .filed_clear, .enter_ur_prps .filed_clear {
    display: block; }
    .enter_ur_bnk .filed_clear:hover, .enter_ur_prps .filed_clear:hover {
      color: #0a75c5; }

.colm_ifc {
  display: none; }
  .colm_ifc label {
    float: left;
    width: auto; }
  .colm_ifc a {
    float: right;
    font-size: 12px;
    color: #1b9dff;
    font-weight: 800;
    text-decoration: none; }
    .colm_ifc a:hover {
      opacity: 0.7; }
  .colm_ifc ::-webkit-input-placeholder {
    font-size: 22px;
    color: #dee7ee; }
  .colm_ifc ::-moz-placeholder {
    font-size: 22px;
    color: #dee7ee; }
  .colm_ifc :-ms-input-placeholder {
    font-size: 22px;
    color: #dee7ee; }
  .colm_ifc :-moz-placeholder {
    font-size: 22px;
    color: #dee7ee; }
  .colm_ifc.dsp_block {
    display: block; }

.table_colm {
  padding: 20px 15px;
  margin: 30px 0;
  width: 100%;
  background: #f6f6f6;
  border-radius: 50px;
  text-align: center; }
  .table_colm .address_colm p {
    font-size: 14px;
    line-height: 20px;
    color: #787878;
    font-weight: 700;
    margin: 0; }

.custom_type_colm p {
  font-size: 14px;
  line-height: 20px;
  color: #787878;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px; }
  .custom_type_colm p span {
    color: #97144d;
    cursor: pointer; }
    .custom_type_colm p span:hover {
      text-decoration: none; }

.custom_type_colm .branch_toggle {
  display: none; }
  .custom_type_colm .branch_toggle .success_message {
    color: green;
    clear: both;
    float: left;
    font-weight: 700;
    margin: 16px 15px 10px; }

.custom_type_colm .branch_select button {
  margin-top: 10px; }

.custom_type_colm .no_padding {
  margin-bottom: 10px; }

.branch_select {
  vertical-align: middle; }
  .branch_select button {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    background: #155bfb;
    color: #fff;
    padding: 11px 27px;
    border-radius: 50px;
    text-shadow: unset;
    border: 0;
    margin-top: 18px; }

.next_step span {
  margin: auto;
  line-height: 10px;
  position: relative;
  padding-right: 15px; }
  .next_step span:after {
    content: "\f3d3";
    font-size: 18px;
    font-family: "Ionicons";
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0; }

.register_page .rg_Step2 {
  width: 100%;
  padding: 0;
  float: left;
  margin: 10px 0 20px; }
  .register_page .rg_Step2 .control__indicator {
    margin-right: 9px; }
  .register_page .rg_Step2 span {
    font-size: 16px;
    font-weight: 700;
    color: #787878 !important;
    opacity: 1;
    float: left;
    width: calc(100% - 30px); }

.register_page .smt-out-01 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 38px; }

.banks_list ul.active_list li {
  display: none; }

.banks_list ul.active_list .active {
  display: table; }

.banks_list .colm_one.dsp_none {
  display: none; }

.selected_bank_outer {
  float: left;
  width: auto; }
  .selected_bank_outer .selected_bank {
    display: table;
    float: left;
    width: 121px;
    height: 101px;
    background: #f6f6f6;
    border-radius: 5px;
    margin: 0 0px;
    cursor: pointer;
    position: relative; }
    .selected_bank_outer .selected_bank:before {
      content: "\f120";
      font-family: "Ionicons";
      font-size: 30px;
      position: absolute;
      top: -7px;
      right: -5px;
      color: #ff773d;
      z-index: 11; }
    .selected_bank_outer .selected_bank .bnk {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .selected_bank_outer .selected_bank .bnk img {
        width: 50px; }
      .selected_bank_outer .selected_bank .bnk span {
        display: block;
        clear: both;
        font-size: 14px;
        line-height: 18px;
        color: #787878;
        font-weight: 600;
        margin-top: 3px;
        padding: 0px 15px; }
  .selected_bank_outer .selected_skip {
    display: table;
    float: left;
    width: 148px;
    height: 101px;
    background: #fff;
    border-radius: 5px;
    margin: 0 12px;
    position: relative; }
    .selected_bank_outer .selected_skip .skip_button {
      width: 100%;
      height: 100%;
      display: table;
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-shadow: unset;
      background: no-repeat;
      border-radius: 5px;
      text-align: center; }
      .selected_bank_outer .selected_skip .skip_button span {
        display: table-cell;
        vertical-align: middle;
        color: #97144d;
        font-weight: 700;
        cursor: pointer;
        font-size: 12px;
        /*text-decoration: none;*/ 
	}
        .selected_bank_outer .selected_skip .skip_button span:hover {
          color: #545353; }

.colm_tow.dsp_none {
  display: none; }

.selected_purpose_outer .selected_purpose {
  display: table;
  float: left;
  width: 121px;
  height: 101px;
  background: #f6f6f6;
  border-radius: 5px;
  margin: 0 0px;
  cursor: pointer;
  position: relative; }
  .selected_purpose_outer .selected_purpose:before {
    content: "\f120";
    font-family: "Ionicons";
    font-size: 30px;
    position: absolute;
    top: -7px;
    right: -5px;
    color: #ff773d; }
  .selected_purpose_outer .selected_purpose .inves_purpose {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .selected_purpose_outer .selected_purpose .inves_purpose img {
      width: 50px; }
    .selected_purpose_outer .selected_purpose .inves_purpose span {
      display: block;
      clear: both;
      font-size: 14px;
      line-height: 18px;
      color: #787878;
      font-weight: 600;
      margin-top: 3px;
      padding: 0 15px; }

.selected_purpose_outer .selected_skip {
  display: table;
  float: left;
  width: 148px;
  height: 101px;
  background: #f0f6fa;
  border-radius: 5px;
  margin: 0 12px;
  cursor: pointer;
  position: relative; }
  .selected_purpose_outer .selected_skip .skip_button {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: unset;
    background: no-repeat;
    border-radius: 5px;
    color: #787878;
    text-align: center;
    display: table; }
    .selected_purpose_outer .selected_skip .skip_button span {
      display: table-cell;
      vertical-align: middle; }

.prps_dsp_non, .bank_dsp_non {
  display: none; }

.selected_skip_prps {
  display: table;
  float: left;
  width: 148px;
  height: 101px;
  background: #f0f6fa;
  border-radius: 5px;
  margin: 0 12px;
  position: relative; }
  .selected_skip_prps .skip_button {
    width: 100%;
    height: 100%;
    padding: 0;
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: unset;
    background: #fff;
    border-radius: 5px;
    color: #787878;
    text-align: center; }
    .selected_skip_prps .skip_button span {
      display: table-cell;
      vertical-align: middle;
      color: #97144d;
      font-weight: 700;
      cursor: pointer;
      font-size: 12px;
	  /*text-decoration: none; */}
      .selected_skip_prps .skip_button span:hover {
        color: #545353; }

.colm_mob {
  height: 0px;
  overflow: hidden;
  margin-bottom: 20px !important;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  .colm_mob.highlight {
    height: 103px;
    margin-bottom: 0px !important;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .colm_mob.highlight label.error {
      bottom: 0; }

.snd_amount {
  padding: 0; }
  .snd_amount input[type=number]::-webkit-inner-spin-button,
  .snd_amount input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.select_currency {
  padding-right: 0;
  padding-left: 30px; }

.SumoSelect > .CaptionCont {
  height: 53px;
  line-height: 40px;
  background-color: #f6f6f6;
  border: 0px;
  border-radius: 5px;
  font-size: 14px;
  color: #787878;
  opacity: 1;
  text-align: left; }
  .SumoSelect > .CaptionCont > span {
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    color: #313131; }
  .SumoSelect > .CaptionCont > label > i {
    right: 15px; }

.SumoSelect > .optWrapper > .options li.opt label {
  font-size: 16px;
  margin: 0;
  padding-left: 15px; }

.opt.selected {
  display: none; }

.offers_colm {
  margin-bottom: 18px !important;
  position: relative; }
  .offers_colm .mo_re {
    float: right;
    color: #1b9dff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px; }
    .offers_colm .mo_re:hover {
      color: #0a75c5; }
  .offers_colm .clear_input {
    position: absolute;
    right: 17px;
    top: 41px;
    color: #1b9dff;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    z-index: 10;
    display: none;
    cursor: pointer; }
    .offers_colm .clear_input:hover {
      color: #0a75c5; }
  .offers_colm .filed_clear {
    display: block; }
  .offers_colm .SumoSelect > .CaptionCont {
    height: 53px;
    background-color: #f6f6f6;
    border: 0px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px !important;
    line-height: 52px;
    font-weight: 500 !important;
    color: #787878;
    opacity: 1; }
    .offers_colm .SumoSelect > .CaptionCont > label > i {
      right: 10px; }

.redeem_colm h4 {
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #5f5959;
  margin-top: 15px;
  margin-right: 30px; }

.redeem_colm .redeem_link {
  float: left;
  width: 185px;
  height: 60px;
  border-radius: 50px;
  background: #1b9dff;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: 700;
  font-size: 14px; }
  .redeem_colm .redeem_link:hover {
    opacity: 0.8; }

.sender_com {
  margin-top: 20px; }
  .sender_com .you_send {
    background: #f6f6f6;
    padding: 29px 40px 0;
    float: left;
    width: 100%;
    min-height: 289px;
    border-radius: 7px; }
    .sender_com .you_send .price_colm {
      border-top: 0px dashed #cccccc;
      border-bottom: 1px dashed #cccccc;
      padding: 17px 0px;
      margin-bottom: 20px; }
      .sender_com .you_send .price_colm h3 {
        display: table;
        text-align: center;
        margin: auto;
        position: relative; }
        .sender_com .you_send .price_colm h3 span {
          font-size: 28px;
          color: #5f5959;
          font-weight: 600;
          float: left; }
        .sender_com .you_send .price_colm h3 .ion-plus-round {
          font-size: 18px;
          border: 2px solid #1b9dff;
          padding: 2px 8px;
          border-radius: 50px;
          color: #1b9dff;
          float: left;
          margin-left: 20px;
          cursor: pointer;
          position: absolute; }
    .sender_com .you_send .table_outer {
      float: left;
      width: 100%;
      margin-bottom: 5px; }
      .sender_com .you_send .table_outer p {
        text-align: left;
        font-size: 12px;
        font-weight: 700;
        clear: both;
        color: #888e92; }
      .sender_com .you_send .table_outer table {
        background: #f6f6f6;
        margin-bottom: 10px !important;
        float: left;
        width: 100%; }
      .sender_com .you_send .table_outer th, .sender_com .you_send .table_outer td {
        padding: 0.5em 0.5em 0.5em 0;
        border: 0px solid lightgray;
        background: none;
        font-weight: 700;
        font-size: 13px;
        color: #3a3a3a; }
        .sender_com .you_send .table_outer th span, .sender_com .you_send .table_outer td span {
          color: #a3a3a3; }
        .sender_com .you_send .table_outer th:nth-child(2n), .sender_com .you_send .table_outer td:nth-child(2n) {
          text-align: right;
          padding-right: 0; }
      .sender_com .you_send .table_outer .ion-plus-round {
        font-size: 12px;
        padding: 3px 5px 3px 6px;
        border-radius: 50px;
        color: #3a3a3a;
        margin-right: 7px;
        margin: -3px 9px 0 -8px; }
		.ion-plus-round{
			    border: 2px solid #97144d !important;
				color: #97144d !important;
		}
      .sender_com .you_send .table_outer .total_amount {
        border-top: 1px dashed #cccccc;
        padding-top: 15px;
        text-align: right;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        color: #3a3a3a;
        float: left;
        width: 100%; }

.colm_toggle_1 {
  width: 100%;
  float: left;
  margin-top: 18px;
  display: none; }
  .colm_toggle_1 p {
    text-align: center !important;
    font-size: 13px !important;
    line-height: 20px !important;
    font-weight: 700 !important; }

i.ion-plus-round.ion-minus:before {
  content: "\f209";
  line-height: 26px; }

.receiver_receives {
  width: 100%;
  height: auto;
  float: left;
  min-height: 289px;
  -webkit-box-shadow: 0 0 25px 0 rgba(68, 68, 68, 0.109804);
  box-shadow: 0 0 25px 0 rgba(68, 68, 68, 0.109804);
  padding: 26px 10px 10px;
  border-radius: 7px; }
  .receiver_receives .price_colm {
    border-top: 0px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
    padding: 17px 0px;
    width: 85%;
    display: table;
    margin: auto;
    float: none; }
    .receiver_receives .price_colm h3 {
      display: table;
      text-align: center;
      margin: auto;
      position: relative; }
      .receiver_receives .price_colm h3 span {
        font-size: 26px;
        color: #5f5959;
        font-weight: 600;
        float: left; }
      .receiver_receives .price_colm h3 .ion-plus-round {
        font-size: 18px;
        border: 2px solid #1b9dff;
        padding: 2px 8px;
        border-radius: 50px;
        color: #1b9dff;
        float: left;
        margin-left: 12px;
        cursor: pointer;
        position: absolute; }
  .receiver_receives .point_colm {
    float: left;
    width: 100%; }
    .receiver_receives .point_colm h5 {
      font-size: 13px;
      color: #000;
      text-align: center;
      margin-top: 19px;
      font-weight: 700;
      margin-bottom: 0px; }
    .receiver_receives .point_colm h4 {
      font-weight: 700;
      font-size: 24px;
      text-align: center;
      color: #888e92;
      margin: 0 0 15px; }
      .receiver_receives .point_colm h4 span {
        font-size: 36px;
        color: #5f5959; }
  .receiver_receives .footer_colm {
    width: 100%;
    height: auto;
    float: left;
    background: #f6f6f6;
    text-align: center;
    padding: 30px 0; }
    .receiver_receives .footer_colm h6 {
      font-size: 12px !important;
      font-weight: 700 !important;
      color: #000;
      margin-bottom: 0; }
    .receiver_receives .footer_colm p {
      font-size: 12px !important;
      font-weight: 700 !important;
      color: #888e92;
      text-align: center !important; }

.payment_Tracker {
  margin-bottom: 45px; }
  .payment_Tracker label {
    font-size: 14px;
    font-weight: 700; }
  .payment_Tracker p {
    font-size: 16px;
    text-align: center;
    color: #787878;
    font-weight: 700;
    margin-top: 10px;
    clear: both; }
  .payment_Tracker ul {
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    float: left;
    width: 100%; }
    .payment_Tracker ul li {
      display: inline-block;
      width: 25%;
      float: left;
      padding: 35px 10px 0;
      text-align: center;
      position: relative; }
      .payment_Tracker ul li:before {
        content: "";
        width: 98%;
        border-top: 2px dashed #cccccc;
        position: absolute;
        top: 0;
        left: 0; }
      .payment_Tracker ul li:after {
        content: "";
        width: 16px;
        height: 16px;
        border-radius: 50px;
        border: 2px solid #97144d;
        position: absolute;
        top: -8px;
        left: 50%;
        margin-left: -8px;
        background: #fff; }
      .payment_Tracker ul li h5 {
        font-size: 14px;
        color: #787878;
        font-weight: 700; }
        .payment_Tracker ul li h5 span {
          color: #ff773d; }
      .payment_Tracker ul li p {
        font-size: 13px;
        font-weight: 600;
        color: #888585;
        line-height: 22px; opacity: 1; }
        .payment_Tracker ul li p b {
          color: #333;
          font-size: 14px; }
    .payment_Tracker ul .track_active:before {
      content: "";
      width: 98%;
      border-top: 2px dashed #97144d;
      position: absolute;
      top: 0;
      left: 0; }
    .payment_Tracker ul .track_active:after {
      background: #97144d; }

.prve_step span {
  display: table;
  margin: auto;
  line-height: 10px;
  position: relative;
  padding-left: 15px; }
  .prve_step span:before {
    content: "\f3d2";
    font-size: 18px;
    font-family: "Ionicons";
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0; }

footer.reg_page_footer {
  width: 100%;
  height: auto;
  background: #97144d;
  border-top: 1px solid #e5e5e5;
  padding: 26px 0; }
  footer.reg_page_footer .footer_container {
    /*max-width: 950px;*/
    width: 100%;
    height: auto;
    margin: auto;
    outline: 0 !important; }
    footer.reg_page_footer .footer_container ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      footer.reg_page_footer .footer_container ul li {
        display: inline-block;
        margin: 0;
        /*padding: 0% 3.25%;*/
		padding: 0% 8%;
        position: relative; }
        footer.reg_page_footer .footer_container ul li:first-child {
          padding-left: 0; }
        footer.reg_page_footer .footer_container ul li:last-child {
          padding-right: 0; }
          footer.reg_page_footer .footer_container ul li:last-child:after {
            width: 0; }
        footer.reg_page_footer .footer_container ul li:after {
          content: "";
          display: inline-block;
          position: absolute;
          right: 0;
          top: 3px;
          width: 1px;
          background: #fff;
          height: 15px; }
        footer.reg_page_footer .footer_container ul li a {
          font-size: 16px;
          text-transform: capitalize;
          color: #fff;
          font-family: 'Lato', sans-serif;
          font-weight: 600; }
          footer.reg_page_footer .footer_container ul li a:hover {
            color: #fff; }

.xdsoft_autocomplete,
.xdsoft_autocomplete div,
.xdsoft_autocomplete span {
  /*	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;*/ }

.xdsoft_autocomplete {
  display: inline;
  position: relative;
  word-spacing: normal;
  text-transform: none;
  border-radius: 5px;
  text-indent: 0px;
  text-shadow: none;
  text-align: start;
  width: 100% !important;
  background: #f0f6fa !important; }

.xdsoft_autocomplete .xdsoft_input {
  position: relative;
  z-index: 2; }

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown {
  position: absolute;
  border: 1px solid #ccc;
  border-top-color: #d9d9d9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: default;
  display: none;
  z-index: 1001;
  margin-top: -1px;
  background-color: #fff;
  min-width: 100%;
  overflow: auto; }

.xdsoft_autocomplete .xdsoft_autocomplete_hint {
  position: absolute;
  z-index: 1;
  color: #ccc !important;
  -webkit-text-fill-color: #ccc !important;
  text-fill-color: #ccc  !important;
  overflow: hidden !important;
  white-space: pre  !important;
  width: 100% !important; }

.xdsoft_autocomplete .xdsoft_autocomplete_hint span {
  color: transparent;
  opacity: 0.0; }

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > .xdsoft_autocomplete_copyright {
  color: #ddd;
  font-size: 10px;
  text-decoration: none;
  right: 5px;
  position: absolute;
  margin-top: -15px;
  z-index: 1002; }

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.5em;
  padding: 2px 0px 2px 0px; }

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div.active {
  background: #1b9dff;
  color: #FFFFFF; }

.banks_list.col-005 ul {
  width: 100%; }
  .banks_list.col-005 ul li {
    width: 18.8% !important;
    margin-right: 1.5% !important; }
    .banks_list.col-005 ul li:nth-child(5n) {
      margin-right: 0 !important; }

.ful_wdth-div.banks_list {
  margin-bottom: 30px !important; }

.step-4 .ac_numbr label {
  width: calc(100% - 100px); }

.step-4 .toggle_div {
  height: auto;
  display: none;
  width: 100% !important; }

.step-4 .rg_Step2 {
  float: none; }

.step-4 .step4b-note {
  text-align: left;
  font-size: 17px;
  opacity: 1;
  color: #7b7b7b;
  margin-bottom: 20px; }
  .step-4 .step4b-note span {
    color: #97144d;
    font-weight: 600; }

.register_page .sub_mit_colm button {
  letter-spacing: 1px; }

.payment-item {
  margin-bottom: 26px; }
  .payment-item .details-step2 {
    width: calc(100% - 70px);
    float: left; }
    .payment-item .details-step2 > span {
      font-size: 14px;
      color: #787878;
      font-weight: 700;
      padding: 0 40px 10px 0;
      display: inline-block;
      position: relative; }
      .payment-item .details-step2 > span:before {
        position: absolute;
        right: 20px;
        top: 2px;
        height: 14px;
        width: 1px;
        content: '';
        background: #787878; }
      .payment-item .details-step2 > span:first-child {
        padding-left: 0; }
      /*.payment-item .details-step2 > span:nth-child(3) {*/
		.payment-item .details-step2 > span:last-child {
        border-right: 0; }
      /*.payment-item .details-step2 > span:nth-child(3):before {*/
		.payment-item .details-step2 > span:last-child:before {
          display: none; }
      .payment-item .details-step2 > span span {
        display: block;
        font-weight: 600;
        color: #b8b8b8; }
  .payment-item .edit {
    float: right;
    color: #97144d;
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
	cursor: pointer; }
    .payment-item .edit:hover {
      color: #787878; }

.payment-detals {
  display: none;
  width: 100%; }
  .payment-detals h4 {
    color: #545353;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 14px; }
  .payment-detals .details-step3 {
    width: calc(100% - 70px);
    float: left; }
    .payment-detals .details-step3 > span {
      font-size: 14px;
      color: #787878;
      font-weight: 700;
      padding: 0 28px 10px 0;
      display: inline-block;
      position: relative; }
      .payment-detals .details-step3 > span:first-child {
        padding-left: 0; }
      .payment-detals .details-step3 > span span {
        display: block;
        font-weight: 600;
        color: #b8b8b8; }

.step-note {
  margin-top: 30px;
  text-align: center; }
  .step-note p {
    font-size: 14px;
    color: #767575;
    opacity: 1; }
  .step-note a {
    color: #97144d;
    text-decoration: none; }
    .step-note a:hover {
      opacity: .8; }
  .step-note .mobile_term {
    display: none; }
  .step-note .txt-1 {
    color: #1b9dff; }

.mobile_term {
  display: none; }

#sample-cheque {
  padding: 70px 60px; }

.stepB a {
  color: #b2b2b2; }
  .stepB a:hover {
    color: #000; }

.transfer-details {
  margin-bottom: 30px; }
  .transfer-details .box {
    padding: 25px;
    text-align: left;
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 11.76px 0.24px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 6px 11.76px 0.24px rgba(0, 0, 0, 0.14); }
  .transfer-details h4 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px; }
    .transfer-details h4 span {
      position: relative;
      top: 7px; }
  .transfer-details h6 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 50px; }
  .transfer-details p {
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    opacity: 1;
    line-height: 22px; }
    .transfer-details p b {
      display: block; }
  .transfer-details .step-1 {
    background: #ffbdaa; }
    .transfer-details .step-1 h6, .transfer-details .step-1 p {
      color: #8d4531; }
  .transfer-details .step-2 {
    background: #ffaacb; }
    .transfer-details .step-2 h6, .transfer-details .step-2 p {
      color: #8d3457; }
  .transfer-details .step-3 {
    background: #8bfede; }
    .transfer-details .step-3 h6, .transfer-details .step-3 p {
      color: #267c64; }

.clipboard-copy {
  cursor: pointer;
  position: relative;
  line-height: 25px; }
  .clipboard-copy:before {
    position: absolute;
    width: 100px;
    /* height: 30px; */
    background: #555;
    text-align: center;
    content: "Copy Text";
    border-radius: 13px;
    color: #fff;
    font-size: 13px;
    padding: 1px 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -33px;
    opacity: 0; }
  .clipboard-copy:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #555;
    opacity: 0; }
  .clipboard-copy:hover:before, .clipboard-copy:hover:after {
    opacity: 1; }
  .clipboard-copy.gray-color {
    color: #7b7b7b; }

.or-span {
  font-size: 18px;
  font-weight: 600;
  border-radius: 100px;
  border: 1px solid #97144d;
  width: 45px;
  height: 45px;
  display: table;
  color: #97144d;
  margin: 5px auto 0;
  text-align: center;
  line-height: 42px; }

#purpose_list .toggle_div {
  display: none;
  width: 100% !important;
  margin-top: 30px; }

.payment-australia .page_tab ul li {
  width: 33.33%; }

.payment-australia .register_page .rdo_outer {
  width: auto; }

.payment-australia .rg_Step2 {
  float: none; }

.payment-australia .list-col-04.toggle_div {
  display: none;
  width: 100% !important;
  margin-bottom: 0 !important; }

.payment-australia .toggle-sec-1 {
  display: none; }

.payment-australia .list-col-04 .colm_one {
  margin-bottom: 30px; }

.payment-australia .register_page .sub_mit_colm button {
  min-width: 225px;
  width: auto; }

.sub-form .page_tab ul li {
  width: 33.33%; }
.cheque-format img {
    width: 100%;
}
.popup-outer {
  width: 100%;
  max-width: 940px;
  height: auto;
  background: #fff;
  margin: 20px auto;
  display: table;
  -webkit-box-shadow: 0 0 25px 0 rgba(68, 68, 68, 0.109804);
  box-shadow: 0 0 25px 0 rgba(68, 68, 68, 0.109804);
  padding: 45px 75px;
  position: relative; }
  .popup-outer .ion-ios-close-empty:before {
    content: "\f404";
    font-size: 28px;
    font-size: 52px;
    opacity: 0.6; }
  .popup-outer .mfp-close {
    right: 0px;
    top: 0px; }

.list-col-04 ul {
  display: block; }
  .list-col-04 ul li {
    width: 23% !important;
    margin-right: 2.6%; }
    .list-col-04 ul li:last-child {
      margin-right: 0; }

.list-col-04 .more-doc {
  margin-right: 5px; }

@media only screen and (min-width: 740px) {
  .page_tab {
    margin-bottom: 80px; }
  .register_page {
    padding: 100px 75px; }
    .register_page .form_colms .ful_wdth {
      margin-bottom: 39px; }
  .step_tow {
    margin-top: 53px; } }

.error-filed input {
  border: 1px solid red; }

.ajax-popup .mfp-close {
  font-size: 0;
  right: 10px;
  top: 10px;
  color: rgba(51, 51, 51, 0.5);
  text-shadow: none; }
  @media (max-width: 640px) {
    .ajax-popup .mfp-close {
      right: 0;
      top: 0; } }
  .ajax-popup .mfp-close:before {
    content: "\f404";
    font-size: 28px;
    font-size: 52px;
    opacity: 0.6;
    font-family: "Ionicons"; }

.fileupload.toggle_colm-1 {
  margin-bottom: 0; }

.toggle_colm-1 {
  display: none;
  width: 100% !important;
  margin-top: 30px; }

.SumoSelect ::-webkit-scrollbar {
  width: 5px;
  height: 10px; }

.SumoSelect ::-webkit-scrollbar-button {
  width: 5px;
  height: 5px; }

.SumoSelect ::-webkit-scrollbar-thumb {
  background: #83cbfc;
  border: 71px none #ffffff;
  border-radius: 31px; }

.SumoSelect ::-webkit-scrollbar-thumb:hover {
  background: #ff773d; }

.SumoSelect ::-webkit-scrollbar-thumb:active {
  background: #5f5f5f; }

.SumoSelect ::-webkit-scrollbar-track {
  background: white;
  border: 65px none #ffffff;
  border-radius: 34px; }

.SumoSelect ::-webkit-scrollbar-track:hover {
  background: #fff; }

.SumoSelect ::-webkit-scrollbar-track:active {
  background: #aaa; }

.SumoSelect ::-webkit-scrollbar-corner {
  background: transparent; }

.SumoSelect > .optWrapper > .options li.opt.disabled {
  background: #01acd6; }
  .SumoSelect > .optWrapper > .options li.opt.disabled label {
    opacity: 1;
    color: #fff; }

.label-outer label {
  float: none; }

.thankyou .payment_Tracker h4 {
  color: #545353;
  font-weight: 400; }
  .thankyou .payment_Tracker h4 span {
    font-size: 14px;
    color: #b2b2b2; }

.thankyou .txt-002 {
  text-align: left;
  font-size: 17px;
  opacity: 1;
  color: #7b7b7b;
  margin-bottom: 20px; }
  .thankyou .txt-002 span {
    color: #1b9dff; }

.thankyou h3 {
  color: #fff;
  font-weight: 700; }

.download-btn {
  font-size: 13px;
  color: #97144d;
  font-weight: 700;
  padding: 5px 10px;
  margin: 15px auto 0;
  float: none;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  display: block;
  width: 140px; }

.download-btn-icon {
  font-size: 26px;
  color: #fff;
  display: block;
  text-align: right;
  float: right;
  margin: 6px 0; }
  .download-btn-icon:hover {
    color: #1b9dff; }

.thankyou > h3 {
  background: #97144d;
  padding: 20px;
  margin-bottom: 16px; }

.thankyou .pic {
  text-align: center;
  margin-bottom: 30px; }

.thankyou .payment_Tracker {
  padding-top: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 25px; }

.thankyou p {
  opacity: 1; }

.thankyou-sec-1 {
  padding-top: 15px; }
  .thankyou-sec-1 p {
    text-align: left; }
  .thankyou-sec-1 .box {
    background: #f6f6f6;
    padding: 25px 20px 40px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.2); }
    .thankyou-sec-1 .box h4 {
      color: #97144d;
      text-align: center;
      font-weight: 400; }
    .thankyou-sec-1 .box ul {
      padding: 0;
      margin: 0; }
    .thankyou-sec-1 .box li {
      font-size: 13px;
      color: #787878;
      list-style: none;
      margin-bottom: 25px;
      line-height: 18px;
      font-weight: 700; }
      .thankyou-sec-1 .box li span {
        display: block;
        color: #97144d; }
    .thankyou-sec-1 .box p {
      font-size: 16px;
      color: #787878;
      text-align: left;
      opacity: 1; }
      .thankyou-sec-1 .box p a {
        color: #97144d !important;
        text-decoration: none; }
  .thankyou-sec-1 .btn-1 {
    font-size: 13px;
    background: #96eecb;
    height: 60px;
    line-height: 60px;
    width: 100%;
    border-radius: 35px;
    padding: 0; }
    .thankyou-sec-1 .btn-1:hover {
      background: #297154; }
  .thankyou-sec-1 .sub_mit_colm {
    margin-top: 20px;
    margin-left: 0; }
  .thankyou-sec-1 .new-payment {
    background: #97144d;
    margin-top: 15px;
    opacity: .7; }
    .thankyou-sec-1 .new-payment:hover {
      background: #97144d;
      opacity: 1; }
  .thankyou-sec-1 .left-sec {
    float: right; }

.box-right {
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 50px;
  border-radius: 5px; }
  .box-right .lft {
    width: 60%;
    float: left;
    border-right: 1px solid #e5e5e5;
    text-align: right;
    padding: 0 20px 0 0; }
    .box-right .lft span {
      color: #aeaeae;
      font-size: 18px;
      padding-top: 5px;
      display: block; }
    .box-right .lft h5 {
      color: #97144d;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 8px;
      padding-top: 5px; }
    .box-right .lft p {
      font-size: 14px;
      opacity: 1;
      color: #aeaeae;
      margin-bottom: 0; }
  .box-right .rht {
    width: 40%;
    float: left;
    padding: 0 20px; }
    .box-right .rht p {
      text-align: left;
      font-size: 13px;
      color: #aeaeae;
      opacity: 1; }
      .box-right .rht p span {
        color: #97144d; }
  .box-right h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 900; }
  .box-right .circle {
    width: 146px;
    height: 146px;
    background: #f6f6f6;
    border-radius: 50%;
    text-align: center;
    padding-top: 30px; }
  .box-right table {
    background: none;
    margin-bottom: 0; }
  .box-right td {
    border: 0;
    vertical-align: middle; }

.register:parent {
  background: #f00; }

.like-box {
  text-align: center;
  padding-top: 60px; }
  .like-box h3 {
    font-size: 34px;
    color: #000;
    font-weight: 300;
    margin-bottom: 30px; }
  .like-box ul {
    padding: 0;
    margin: 0; }
    .like-box ul li {
      width: 130px;
      height: 111px;
      text-align: center;
      background: #f6f6f6;
      border-radius: 6px;
      list-style: none;
      display: inline-block;
      padding-top: 26px;
      border: 2px solid transparent;
      margin: 0 5px;
      position: relative;
      margin-bottom: 25px;
      cursor: pointer; }
    .like-box ul .select {
      border-color: #97144d; }
      .like-box ul .select:before {
        content: "\f120";
        font-family: "Ionicons";
        font-size: 30px;
        position: absolute;
        top: -14px;
        right: -8px;
        color: #97144d;
        z-index: 100;
        background: #fff;
        border-radius: 50%;
        width: 25px;
        height: 25px; }

#sample-cheque h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #676666; }

.txt-input {
  width: 100%;
  height: 53px;
  border: 0px;
  border-radius: 5px;
  background: #f6f6f6;
  color: #313131;
  outline: 0;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  border: 1px solid transparent; }
  .txt-input:focus {
    border: 1px solid #d4e5f1; }
  .txt-input.txt-area {
    resize: none;
    height: 126px;
    /* line-height: 48px;  background: url(../images/text-area-bg.png) no-repeat 15px 36px #f0f6fa;*/
    background: #f6f6f6;
    padding-top: 15px;
    line-height: normal; }
  .txt-input ::-webkit-input-placeholder {
    color: #b2b2b2; }
  .txt-input :-moz-placeholder {
    color: #b2b2b2; }
  .txt-input ::-moz-placeholder {
    color: #b2b2b2; }
  .txt-input :-ms-input-placeholder {
    color: #b2b2b2; }

.text-field label {
  font-size: 14px;
  color: #787878;
  font-weight: 400;
  margin-bottom: 5px;
  float: left;
  width: 100%; }
  .text-field label span {
    color: #000 !important;
    opacity: 0.6;
    font-weight: 300; }

.text-field label.error {
  position: absolute;
  color: red;
  bottom: -26px;
  right: 0;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Lato', sans-serif; }

.text-field label.warning {
  position: absolute;
  bottom: -26px;
  right: 0;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  color: #f0ad4e; }

.text-field label.success {
  position: absolute;
  bottom: -26px;
  right: 0;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  color: #5cb85c; }

.note-02 {
  text-align: left;
  font-size: 17px;
  opacity: 1;
  color: #7b7b7b;
  margin-bottom: 20px; }
  .note-02 span {
    color: #97144d;
    font-weight: 600; }

.smt-btn {
  width: auto;
  height: auto;
  border-radius: 50px;
  background: #97144d;
  text-align: center;
  line-height: normal;
  padding: 22px 50px;
  text-shadow: 0 0 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Lato',
 sans-serif;
  margin: 0 10px;
  opacity: 0.7;
  text-shadow: none;
  min-width: 225px; }
  .smt-btn:hover {
    opacity: 1; }
  .smt-btn:focus {
    opacity: 1; }

.submit-outer {
  text-align: center; }
  .submit-outer p {
    margin: 15px 0 0;
    font-size: 17px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6); }

.popup-02 h3 {
  font-size: 26px;
  color: #545353;
  margin-bottom: 15px;
  text-align: center; }

.heading-center {
  text-align: center;
  margin-bottom: 40px; }
  .heading-center p {
    font-size: 17px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6); }
    .heading-center p span {
      color: #1b9dff;
      font-weight: 700; }
  .heading-center h3 {
    font-size: 30px;
    color: #000;
    font-weight: 300; }

.share-us-on {
  text-align: center;
  padding-top: 40px; }
  .share-us-on h4 {
    font-size: 26px;
    color: #545353;
    font-weight: 400;
    margin-bottom: 10px; }
  .share-us-on ul {
    margin: 0;
    padding: 0; }
    .share-us-on ul li {
      list-style: none;
      display: inline-block;
      margin: 0 10px; }
      .share-us-on ul li a {
        font-size: 14px;
        color: #787878;
        font-weight: 700; }
        .share-us-on ul li a:hover {
          color: #1b9dff; }
          .share-us-on ul li a:hover span {
            background: #97144d;
            color: #fff; }
      .share-us-on ul li span {
        display: block;
        width: 48px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        border-radius: 50%;
        border: 2px solid #97144d;
        color: #97144d;
        margin: 0 auto 6px;
        font-size: 15px; }

.privacy-policy h3 {
  font-size: 24px;
  font-weight: 300;
  text-align: center; }
  @media (min-width: 767px) {
    .privacy-policy h3 {
      font-size: 34px; } }

.privacy-policy p {
  font-size: 17px;
  color: #8d8d8d;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 25px; }
  .privacy-policy p b {
    font-weight: 600; }
  .privacy-policy p a {
    color: #97144d; }

.privacy-policy h6 {
  font-size: 20px;
  color: #737272;
  font-weight: 600;
  margin-bottom: 20px; }

.cheque-format h4 {
  text-align: center;
  margin-bottom: 20px;
  color: #676666; }

.privacy-policy p {
  text-align: left;
  opacity: 1; }

.step-to-transfer {
  padding-top: 20px; }
  .step-to-transfer h4 {
    color: #545353;
    font-weight: 400; }

.moreondocupload h5 {
  font-weight: 600;
  font-size: 20px;
  color: #737272;
  margin-bottom: 4px; }

.moreondocupload h6 {
  font-size: 20px;
  color: #737272; }

.moreondocupload .center-div {
  padding: 20px 0; }
  .moreondocupload .center-div h5 {
    margin-bottom: 18px; }
  .moreondocupload .center-div li {
    font-size: 17px;
    color: #8f8f8f;
    margin-bottom: 10px; }

.two-docs .box {
  text-align: center; }

.two-docs .bullet-list {
  text-align: left; }

.sampleDocuments .box {
  background: #f2f2f2;
  border: 2px solid #97144d;
  border-radius: 5px;
  padding: 20px 10px 10px; }

.sampleDocuments h6 {
  color: #97144d;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px; }

.sampleDocuments img {
  margin-bottom: 20px; }

.sampleDocuments.two-side {
  padding-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 767px) {
    .sampleDocuments.two-side h5 {
      margin-bottom: 30px; } }
  .sampleDocuments.two-side h6 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 10px; }
    @media (min-width: 767px) {
      .sampleDocuments.two-side h6 {
        text-align: center; } }
  .sampleDocuments.two-side ol {
    margin-left: 5px; }
  .sampleDocuments.two-side ol li {
    font-size: 17px;
    color: #8f8f8f;
    margin-bottom: 18px; }
  @media (min-width: 767px) {
    .sampleDocuments.two-side .lft {
      padding-right: 30px;
      border-right: 1px solid #ccc; } }
  .sampleDocuments.two-side .rht {
    text-align: center; }
    @media (min-width: 767px) {
      .sampleDocuments.two-side .rht {
        padding-left: 50px; } }

.bullet-list {
  padding: 0;
  margin: 0; }
  .bullet-list li {
    list-style: none;
    font-size: 12px;
    color: #8f8f8f;
    padding-left: 26px;
    position: relative;
    margin-bottom: 10px; }
    .bullet-list li::before {
      content: '\f120';
      position: absolute;
      left: 0;
      top: -2px;
      font-size: 18px;
      color: #1b9dff;
      font-family: "Ionicons"; }

.call-varification .pop-sec-1 p {
  font-size: 14px; }

.call-varification .sub_mit_colm {
  text-align: center; }

.call-varification .step-note {
  margin-top: 0;
  margin-bottom: 30px; }
  .call-varification .step-note a {
    text-decoration: none; }

.btn-02 {
  height: 61px;
  border-radius: 50px;
  background: #1b9dff;
  text-align: center;
  line-height: 61px;
  padding: 0 30px;
  text-shadow: 0 0 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  margin: 0 10px;
  min-width: 175px;
  display: inline-block;
  color: #fff;
  opacity: .7;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .btn-02:hover {
    opacity: 1; }

.varification {
  text-align: center; }
  .varification .btn-02 {
    margin-bottom: 20px;
    cursor: pointer; }

.branch_toggle .col-105 {
  width: 46%; }

.branch_toggle .col-100 {
  width: 8%;
  padding: 0; }

.timeline-container {
  position: relative;
  padding: 50px 0 30px 0;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%; }

.timeline__event {
  cursor: pointer;
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
  height: 100%; }

.timeline__event-indicator:before {
  content: '';
  border: 2px solid #00adef;
  background-color: #00529b;
  height: 10px;
  width: 2px;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  display: block;
  -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: background-color 300ms ease-out, border-color 300ms ease-out, -webkit-transform 300ms ease-out;
  -o-transition: transform 300ms ease-out, background-color 300ms ease-out, border-color 300ms ease-out;
  transition: transform 300ms ease-out, background-color 300ms ease-out, border-color 300ms ease-out;
  transition: transform 300ms ease-out, background-color 300ms ease-out, border-color 300ms ease-out, -webkit-transform 300ms ease-out;
  z-index: 10; }

.timeline__event-indicator:hover:before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.is-active .timeline__event-indicator:before {
  background-color: #00529b;
  border-color: #00529b; }

#mydiv {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #d3d3d3; }

#mydivheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff; }

.time-line-slider {
  padding: 80px 50px;
  position: relative; }
  .time-line-slider .month {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    color: #3eacfe; }
  .time-line-slider .ui-slider-pip .ui-slider-label {
    display: none; }
  .time-line-slider .ui-slider-pip:nth-child(2n) .ui-slider-label {
    display: block; }
  .time-line-slider .ui-slider-label {
    font-size: 10px;
    color: #787878;
    font-weight: 700; }
  .time-line-slider .ui-slider-pips .ui-slider-line {
    height: 12px;
    position: absolute;
    top: -20px;
    background: #d6d8db; }
  .time-line-slider .ui-slider-horizontal {
    height: 0;
    border: 0;
    border-bottom: 1px solid #d6d8db; }
  .time-line-slider .ui-state-default,
  .time-line-slider .ui-widget-content .ui-state-default,
  .time-line-slider .ui-widget-header .ui-state-default {
    background: #fff;
    font-weight: bold;
    color: #3eacfe;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -6px;
    margin-left: -6px;
    border: 0;
    -webkit-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0, 1, 0.5, 1);
    border: 2px solid #3eacfe; }
    .time-line-slider .ui-state-default:before,
    .time-line-slider .ui-widget-content .ui-state-default:before,
    .time-line-slider .ui-widget-header .ui-state-default:before {
      position: absolute;
      content: '';
      left: 4px;
      top: 4px;
      right: 4px;
      bottom: 4px;
      background: #97144d;
      border-radius: 50%;
      z-index: 0; }

.timeLine-slider {
  max-width: 900px; }
  .timeLine-slider .swiper-slide {
    width: 100% !important;     padding: 0 5px; }

.popup-slider {
  position: relative;
  display: none;
  width: 100% !important; }
  .popup-slider .swiper-button-next,
  .popup-slider .swiper-button-prev {
    background: none;
    right: -30px;
    text-align: center;
    top: 42%;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #ff773d;
    color: #fff; }
    .popup-slider .swiper-button-next:before,
    .popup-slider .swiper-button-prev:before {
      font-family: "Ionicons";
      content: "\f3d3";
      font-size: 17px; }
  .popup-slider .swiper-button-prev {
    left: -30px;
    right: auto; }
    .popup-slider .swiper-button-prev:before {
      content: "\f3d2"; }

.ui-slider-tip:before {
  position: absolute;
  content: '';
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  background: #0073ea;
  border-radius: 50%;
  z-index: 0; }

span[data-date]:after {
  content: attr(data-date);
  position: absolute;
  top: -74px;
  font-size: 10px;
  color: #97144d;
  width: 100px;
  left: -31px; }

.radio-bnts .radio_box_colm_outer {
  width: 100%;
  height: auto;
  margin-bottom: 0 !important; }
  .radio-bnts .radio_box_colm_outer .radio_box_colm {
    width: 100%;
    height: auto;
    position: relative; }

.radio-bnts .rdo_outer {
  width: 146px;
  height: 45px;
  background: #f6f6f6;
  border-radius: 50px;
  float: left;
  margin-right: 10px;
  padding: 13px 20px; }

.radio-bnts .ui-radio {
  display: none; }

.radio-bnts .ui-radio + label {
  position: relative;
  padding-left: 30px;
  display: block;
  font-size: 14px;
  color: #787878; }

.radio-bnts .ui-radio + label:before {
  background-color: #fff;
  border: 2px solid #bcbec0;
  border-radius: 100px;
  display: inline-block;
  position: absolute;
  content: ' ';
  width: 18px;
  height: 18px;
  top: -1px;
  left: 0px; }

.radio-bnts .ui-radio:checked + label:after {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 100px;
  position: absolute;
  background: #97144d;
  top: 4px;
  left: 5px; }

.radio-bnts .ui-radio:checked + label:before {
  color: #99a1a7;
  border: 2px solid #97144d; }

.center-div {
  text-align: center; }
  .center-div .radio_box_colm {
    display: inline-block;
    text-align: left; }

.hide-div {
  display: none;
  width: 100% !important; }

.center-txt {
  text-align: center;
  clear: both;
  padding-top: 10px; }

.normal-link {
  font-size: 17px;
  color: #97144d;
  display: inline-block;
  /* border-bottom: 2px solid #a8cdfd; */ }
  .normal-link:hover {
    opacity: .8;
    color: #505050; }

.subdollar-transfer h6 {
  min-height: auto;
  margin-bottom: 15px; }

.subdollar-transfer .transfer-details li {
  position: relative;
  font-size: 13px;
  color: #8d3457;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 15px;
  padding-left: 25px; }
  .subdollar-transfer .transfer-details li:before {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8d3457; }

.subdollar-transfer .step-3 li {
  color: #267c64; }
  .subdollar-transfer .step-3 li:before {
    background: #267c64; }
  .subdollar-transfer .step-3 li img {
    padding: 10px 0;
    display: block;
    margin: 0 auto; }

.subdollar-transfer .space-02 {
  padding: 20px 0 50px; }

.subdollar-transfer .sub_mit_colm {
  text-align: center; }

.max-width-600 {
  max-width: 600px;
  margin: 0 auto; }

.bullet-list-2 {
  margin-bottom: 40px; }
  .bullet-list-2 li {
    position: relative;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
    padding-left: 20px; }
    .bullet-list-2 li:before {
      position: absolute;
      left: 0;
      top: 7px;
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #97144d; }

.space-50 {
  padding-top: 130px;
  padding-bottom: 130px; }

.bottom-space-50 {
  margin-bottom: 30px; }

.two-btns button {
  margin-bottom: 15px;
  text-transform: none; }

.popup-row-02 {
  padding: 0 !important; }
  .popup-row-02 .block-01 {
    padding: 45px 70px 60px; }
  .popup-row-02 .block-02 {
    background: #f2fafe;
    padding: 50px 70px 40px;
    position: relative;
    border-top: 1px solid #e5e5e5; }
  .popup-row-02 .or-span {
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -23px;
    background: #fff;
    border-color: #ededed;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29); }

.middle-div {
  max-width: 400px;
  margin: 0 auto; }
  .middle-div .delete-icon {
    position: absolute;
    font-size: 23px;
    top: 47px;
    right: 15px;
    color: #999999;
    cursor: pointer;
    display: block; }
  .middle-div .txt-input:not(:valid) ~ .delete-icon {
    display: none; }
  .middle-div input:invalid, .middle-div textarea:invalid {
    background: #f0f6fa; }

.privacy-policy, .sample-page {
  max-width: 940px;
  width: 100%;
  height: auto;
  background: #FFF;
  margin: auto;
  -webkit-box-shadow: 0 0 25px 0 rgba(68, 68, 68, 0.109804);
  box-shadow: 0 0 25px 0 rgba(68, 68, 68, 0.109804);
  font-weight: 400;
  outline: 0 !important;
  margin: 80px auto;
  text-align: left;
  padding: 65px 75px; }
  .privacy-policy h3, .sample-page h3 {
    text-align: left; }
  .privacy-policy h6, .sample-page h6 {
    font-size: 16px;
    font-weight: 600;
    color: #737272;
    margin-bottom: 15px; }
  .privacy-policy a, .sample-page a {
    color: #1696ff; }

.register_page .top-two-col {
  margin-bottom: 40px !important; }
  .register_page .top-two-col > label {
    width: calc(100% - 100px); }
  .register_page .top-two-col .SumoSelect > .optWrapper > .options li.opt.disabled {
    background: #fff;
    pointer-events: auto; }
    .register_page .top-two-col .SumoSelect > .optWrapper > .options li.opt.disabled label {
      color: #01acd6; }

.toggle_div-hide {
  width: 100% !important;
  display: none; }

.center-txt001 {
  text-align: center; }

.intermediary .center-txt001 p {
  margin-bottom: 30px; }

.intermediary .banks_list.col-005 ul li {
  height: auto;
  width: 234px !important;
  padding: 20px 10px;
  text-align: center;
  font-size: 14px;
  color: #787878;
  line-height: 26px;
  display: block;
  border: 2px solid #97144d;
  margin: 0 10px 20px;
  display: inline-block;
  float: none;
  vertical-align: top; }

.intermediary .banks_list.col-005 ul b {
  color: #000; }

.intermediary .banks_list.col-005 ul span {
  padding: 5px 0;
  display: block;
  font-size: 16px;
  color: #787878;
  font-weight: 700; }

.intermediary .green-bg {
  margin-bottom: 30px; }

.intermediary h5 {
  color: #737272;
  font-weight: 600; }

.intermediary .bullet-list-2 li:before {
  background: #7d7d7d; }

.intermediary label span {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400; }

.intermediary .colm_check {
  padding-top: 18px; }

.option-click label {
  color: #97144d; }

.other-transfer .banks_list.col-005 ul li {
  position: relative;
  margin-bottom: 35px; }
  .other-transfer .banks_list.col-005 ul li .link-2 {
    position: absolute;
    left: 0;
    bottom: -36px;
    width: 100%; }
    .other-transfer .banks_list.col-005 ul li .link-2 a {
      font-size: 14px; }

.other-transfer .sub_mit_colm .link-2 {
  display: block;
  text-align: center;
  margin-top: 15px; }

.expand-textarea .txt-area {
  min-height: 50px;
  max-height: 100px;
  height: auto; }

.expand-textarea.expand {
  height: 126px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element {
  background-color: #ffffff; }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 1px;
  top: 0;
  right: 1px; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 6px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 0px;
  width: 6px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #fff; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #a2d8fc; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #a2d8fc; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element,
.scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-content {
  padding-right: 10px; }

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 6px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #ececec; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #a2d8fc; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #a2d8fc; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

.tel-mobile {
  pointer-events: none;
  color: #97144d; }

.sender_com > div {
  min-height: 315px; }

.top-outer {
  max-width: 940px;
  width: 100%;
  position: relative;
  margin: 0 auto; }
  .top-outer .logout-reg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    cursor: pointer; }
  .top-outer .toggle-nav {
    font-size: 26px;
    color: #b5b5b5; }
  .top-outer .skip-content {
    position: absolute;
    /*top: 30px;*/
	top: 35px;
    right: 0px;
    width: auto;
    z-index: 99;
    display: none;
    background: #fff;
    line-height: normal;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.28);
    padding: 0 0;
    border-radius: 0 0 3px 3px; }
    .top-outer .skip-content a {
      padding: 8px 15px;
      display: block;
      color: #787878; }
      .top-outer .skip-content a:hover {
        color: #97144d; }

.txt-lowercase .smt-btn {
  text-transform: none; }

.equal-width .smt-btn {
  min-width: 265px; }

body > textarea {
  padding: 0;
  border: 0;
  overflow: hidden;
  position: absolute;
  left: -100%; }

#copyText {
  position: relative; }
  #copyText #myInput {
    color: #7b7b7b; }
  #copyText #button {
    position: absolute;
    width: 100%;
    /* opacity: 0; */
    font-size: 0;
    cursor: pointer; }
    #copyText #button::before {
      position: absolute;
      width: 100px;
      /* height: 30px; */
      background: #555;
      text-align: center;
      content: "Copy Text";
      border-radius: 13px;
      color: #fff;
      font-size: 13px;
      padding: 1px 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: -33px;
      opacity: 0; }
    #copyText #button:after {
      content: "";
      position: absolute;
      bottom: 22px;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #555 transparent transparent transparent;
      opacity: 0; }
    #copyText #button:hover:before, #copyText #button:hover:after {
      opacity: 1; }
  #copyText:hover #myInput {
    color: #1154fb; }

.register_page .sub_mit_colm .long-cta {
  text-transform: none; }

.smt-btn {
  position: relative; }
  .smt-btn .upload-doc-1 {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer; }

.split-mobile br {
  display: none; }

.scrollbar-inner {
  width: 100%;
  height: 80vh;
  padding-right: 20px; }

.long-placeholder {
  position: relative;
  clear: both;
  background: #f0f6fa; }
  .long-placeholder input {
    position: relative;
    z-index: 1;
    background: transparent; }
  .long-placeholder .data-edits {
    background: #f0f6fa; }
  .long-placeholder .placeholder-span {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 15px;
    color: #b2b2b2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: normal; }

.combo-dropdown li:first-child {
  font-weight: 700;
  color: #01acd6; }

@media only screen and (min-width: 940px) {
  .banks_list ul li,
  .other_banks_outer ul li {
    float: left; } }

@media only screen and (max-width: 1024px) {
  .tel-mobile {
    pointer-events: auto;
    color: #97144d; } }

@media only screen and (max-width: 1000px) {
  .register_page {
    max-width: 97%;
    margin-bottom: 55px;
    padding: 40px 40px 55px; }
    .register_page .form_colms .ful_wdth {
      width: 100%;
      float: left; }
    .register_page .toggle_colm {
      width: 100%;
      float: left; }
  .flag {
    margin-top: -3px !important; }
  html {
    -ms-text-size-adjust: 100% !important;
    -webkit-text-size-adjust: 100% !important; }
  .banks_list ul, .other_banks_outer ul {
    width: 100%; }
    .banks_list ul li, .other_banks_outer ul li {
      width: 15.5%; }
    .banks_list ul .chose_bank, .other_banks_outer ul .chose_bank {
      width: 15.5%; }
  .other_banks_outer h3 {
    text-align: center; } }

@media only screen and (max-width: 979px) {
  .register_page .form_colms .col6 .fst_name.error, .register_page .form_colms .col6 .snd_name.error {
    border: 1px solid red !important;
    -webkit-box-shadow: unset;
    box-shadow: unset; }
  .dd .ddChild {
    border: 0px solid #efeff0;
    background-color: #fff;
    left: 0px;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); }
  .register_page input {
    -webkit-box-shadow: unset;
    box-shadow: unset; }
  .banks_list ul li .bnk span, .other_banks_outer ul li .bnk span {
    font-size: 12px;
    line-height: 14px; }
  .banks_list ul, .other_banks_outer ul {
    width: 100%; }
    .banks_list ul li, .other_banks_outer ul li {
      width: 15.5%;
      margin-bottom: 2.6%; }
    .banks_list ul li.chose_bank, .other_banks_outer ul li.chose_bank {
      width: 15.5%;
      margin-right: 1.4%; }
  .banks_list ul li.chose_purpose, .other_banks_outer ul li.chose_purpose {
    margin-right: 1.4%; }
  .page_tab {
    width: 97%; }
    .page_tab ul li h4 {
      padding: 0 15px;
      font-size: 14px; }
  .other_banks_outer {
    width: 97%;
    padding: 40px 40px 55px; }
    .other_banks_outer ul li {
      width: 18.7%; }
    .other_banks_outer .popup_chose_bank .chose_bank1 {
      margin-right: 1.4%; }
  #ifsc_finder_popup .ifc_block_outer .col-md-4 {
    margin-bottom: 20px; }
  #ifsc_finder_popup .ifc_block_outer .custom_type_colm .branch_toggle .success_message {
    margin: 0px 15px 10px; }
  .toggle_type_area .sc_colm .col-md-6 {
    padding: 0;
    margin-bottom: 30px; }
  .toggle_type_area .table_colm {
    margin-top: 0; }
  .list-col-04 ul li {
    margin-right: 1.5% }
   
  footer.reg_page_footer {
    padding: 15px 0; }
    
      footer.reg_page_footer .footer_container ul li a {
        font-size: 12px; }
		.select_currency {padding-left: 20px;}
      footer.reg_page_footer .footer_container ul li:after {
        top: 7px;
        height: 10px;
        right: -3px; }
  .receiver_receives .footer_colm p {
    font-size: 10px !important; }
  .payment_Tracker {
    float: left;
    width: 100%; }
  .thankyou-sec-1 .sub_mit_colm button {
    margin-bottom: 15px; }
  .register_page h3 {
    font-size: 26px; }
  .thankyou-sec-1 .btn-1 {
    text-transform: none; }
  .popup-outer {
    padding: 50px 40px 45px; }
  .popup-row-02 .block-01 {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px; } }

@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  .ifc_block_outer table,
  .ifc_block_outer thead,
  .ifc_block_outer tbody,
  .ifc_block_outer th,
  .ifc_block_outer td,
  .ifc_block_outer tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  .ifc_block_outer thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .ifc_block_outer tr {
    border: 1px solid #ccc; }
  .ifc_block_outer td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 40% !important;
    white-space: normal;
    text-align: left;
    font-size: 11px;
    word-wrap: break-word; }
  .ifc_block_outer td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 15px;
    left: 15px;
    width: 60%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold; }
  /*
	Label the data
	*/
  .ifc_block_outer td:before {
    content: attr(data-title); }
  #ifsc_finder_popup {
    padding: 40px 15px 10px 15px; }
  .payment_Tracker ul li p {
    line-height: 20px;
    font-size: 12px; }
  .privacy-policy,
  .sample-page {
    padding: 40px 15px;
    margin: 40px 15px;
    width: auto; } 
	.contact-box .row-01 > div {
		margin-bottom: 30px;
	}
	}

@media only screen and (max-width: 767px) {
  .sender_com .col-md-6 {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin-bottom: 30px; }
  .sampleDocuments .box {
    margin-bottom: 20px;
    height: auto !important; }
  .thankyou-sec-1 .box {
    margin-bottom: 0; }
  .thankyou-sec-1 .left-sec {
    float: none;
    margin-bottom: 20px; } 
	.list-col-04 ul li {
    width: 30% !important; }
    .list-col-04 ul li:nth-child(3n) {
      margin-right: 0px; }
	}

@media only screen and (max-width: 740px) {
  .banks_list ul li, .other_banks_outer ul li {
    width: 23%;
    height: 115px;
    margin-bottom: 1.5%; }
    .banks_list ul li:nth-child(4n+4), .other_banks_outer ul li:nth-child(4n+4) {
      margin-right: 0; }
  .banks_list ul li.chose_bank, .other_banks_outer ul li.chose_bank {
    width: 23%; }
  .other_banks_outer .popup_chose_bank .chose_bank1:nth-child(4) {
    margin-right: 0; }
  .other_banks_outer .sub_mit_colm {
    margin-top: 40px; }
  .step_tow {
    margin-top: 30px; }
  .colm_ifc ::-webkit-input-placeholder {
    font-size: 16px;
    color: #dee7ee; }
  .colm_ifc ::-moz-placeholder {
    font-size: 16px;
    color: #dee7ee; }
  .colm_ifc :-ms-input-placeholder {
    font-size: 16px;
    color: #dee7ee; }
  .colm_ifc :-moz-placeholder {
    font-size: 16px;
    color: #dee7ee; }
  .page_tab {
    margin: 35px auto 20px; }
    .page_tab ul li h4 {
      font-size: 12px;
      padding: 0 5px; }
    .page_tab ul li .tab_active h4 {
      line-height: 22px;
      font-size: 14px;
      padding: 0 5px; }
    .page_tab ul .tab_fill h4 {
      line-height: 22px;
      font-size: 14px;
      padding: 0 5px; }
  #ifsc_finder_popup .ifc_block_outer {
    padding: 30px 0px; }
    #ifsc_finder_popup .ifc_block_outer .table_colm .address_colm p, #ifsc_finder_popup .ifc_block_outer .custom_type_colm p {
      font-size: 12px; }
  #ifsc_finder_popup .ifc_block_outer .table_colm {
    margin: 3% 15px;
    width: 95%; }
  #ifsc_finder_popup h4 {
    margin-bottom: 0; }
  .xdsoft_autocomplete .xdsoft_autocomplete_dropdown {
    font-size: 13px; }
  .offers_colm .clear_input {
    top: 0;
    right: 0; }
  .xdsoft_autocomplete .xdsoft_input {
    font-size: 13px; }
  .snd_amount {
    width: 100%;
    margin-bottom: 30px; }
  .select_currency {
    width: 100%;
    padding-left: 0; }
  .other_banks_outer .mfp-close {
    right: 23px;
    top: 5px; }
  .payment_Tracker {
    margin-bottom: 20px; }
    .payment_Tracker ul:before {
      border: 0; }
    .payment_Tracker ul li {
      position: relative;
      width: 100%;
      padding-bottom: 30px;
      height: auto !important;
      min-height: 50px !important; }
      .payment_Tracker ul li h5 {
        margin-top: 15px; }
      .payment_Tracker ul li:before {
        content: "";
        display: block;
        width: auto;
        border-left: 2px dashed #cccccc;
        position: absolute;
        height: 50px;
        top: -23px;
        left: 50%;
        margin-left: 1px; }
      .payment_Tracker ul li:after {
        content: "";
        width: 16px;
        height: 16px;
        border-radius: 50px;
        border: 2px solid #97144d;
        position: absolute;
        top: -8px;
        left: 50%;
        margin-left: -8px;
        background: #fff; }
    .payment_Tracker ul .track_active:before {
      content: "";
      display: block;
      width: auto;
      border-left: 2px dashed #97144d;
      position: absolute;
      height: 50px;
      top: -23px;
      left: 50%;
      margin-left: 1px; }
    .payment_Tracker ul .track_active:after {
      content: "";
      width: 16px;
      height: 16px;
      border-radius: 50px;
      border: 2px solid #97144d;
      background: #97144d;
      position: absolute;
      top: -8px;
      left: 50%;
      margin-left: -8px; }
    .payment_Tracker ul .current-active:after {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 119, 61, 0.51);
      box-shadow: 0 0 0 0 rgba(255, 119, 61, 0.51);
      -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
      -moz-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
      -ms-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
      animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); }
  .payment_Tracker label {
    font-size: 20px !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px; }
  .banks_list.col-005 ul li {
    width: 32% !important;
    margin-right: 2% !important; }
    .banks_list.col-005 ul li:nth-child(5n) {
      margin-right: 2% !important; }
    .banks_list.col-005 ul li:nth-child(3n) {
      margin-right: 0 !important; }
    .banks_list.col-005 ul li:nth-child(4n) { }
  .step-note {
    margin-top: 20px; }
  .call-varification .payment_Tracker label {
    display: block; }
  .popup-row-02 .block-01, .popup-row-02 .block-02 {
    padding: 40px 20px; }
  .ajax-popup .mfp-close {
    right: 0;
    top: 0; }
  .list-col-04 .more-doc {
    margin-right: 5px;
    display: block;
    width: 100%;
    text-align: right;
    border: 0;
    padding: 5px 0; } }

@media only screen and (max-width: 630px) {
  .register_page {
    padding: 25px 20px 25px;
    margin-bottom: 40px; }
    .register_page .rdo_outer {
      width: 48%;
      float: left;
      margin-right: 0;
      margin-bottom: 15px;
      margin-right: 1%; }
    .register_page .rd_click {
      float: right; }
    .register_page .sub_mit_colm {
      /*width: 100%;*/
      text-align: center; }
      .register_page .sub_mit_colm button {
        width: 100%;
        margin: 0 0 15px; padding: 0 25px; }
    .register_page .money-calculator .country-name {
      min-width: 100%; }
    .register_page .colm_check {
      padding-top: 0; }
      .register_page .colm_check a {
        margin-top: 4px;
        font-size: 12px; }
    .register_page .sub_mit_colm {
      margin: 30px auto 0; }
    .register_page .toggle_colm {
      margin-top: 20px; }
    .register_page .toggle_colm.active {
      margin-bottom: 20px;
      margin-top: 0; }
  .register_page p {
    font-size: 13px;
    line-height: 20px; }
  .register_page .money-calculator {
    margin-top: 25px;
    margin-bottom: 25px; }
  .register_page .form_colms .ful_wdth p {
    font-size: 12px; }
  .register_page .form_colms .password_field label.error {
    bottom: -3px !important; }
  .register_page .toggle_colm.active {
    height: 100px;
    margin-bottom: 10px; }
  .remit_logo,.remit_logo_via {
    margin: 35px auto 30px;
    width: 225px; }
  .selected_bank_outer {
    float: left;
    width: 100%; }
    .selected_bank_outer .selected_bank, .selected_bank_outer .selected_skip {
      width: 23.5%; }
    .selected_bank_outer .selected_skip {
      margin: 0;
      float: left; }
  .selected_purpose_outer {
    float: left;
    width: 100%; }
    .selected_purpose_outer .selected_purpose, .selected_purpose_outer .selected_skip_prps {
      width: 23.5%; }
      .selected_purpose_outer .selected_purpose:before, .selected_purpose_outer .selected_skip_prps:before {
        z-index: 11; }
    .selected_purpose_outer .selected_skip_prps {
      margin: 0;
      float: left; }
  #ifsc_finder_popup .ifc_block_outer .col-md-4 {
    width: 100%; }
  #ifsc_finder_popup .ifc_block_outer .custom_type_colm .branch_toggle .success_message {
    margin: 20px 0px 10px;
    width: 100%;
    text-align: center;
    padding: 0 15px; }
  .custom_type_colm .branch_toggle .col-105 {
    width: 100%;
    padding: 0;
    margin-bottom: 30px; }
    .custom_type_colm .branch_toggle .col-105 button {
      width: 100%;
      margin-top: 0; }
  .custom_type_colm .branch_toggle .col-100 {
    width: 100%;
    margin-bottom: 30px; }
  .radio-bnts .rdo_outer {
    width: 48%;
    margin-right: 2%; }
  .radio-bnts .ui-radio + label {
    font-size: 13px; }
  .intermediary .banks_list.col-005 ul li {
    margin-bottom: 20px;     margin: 10px !important; }
  .other-transfer .banks_list.col-005 ul li {
    margin-bottom: 50px !important;
     }
  .cheque-format h4 {
    font-size: 14px;
    font-weight: 500; }
  .call-varification .pop-sec-1 p br {
    display: none; }
	.other-transfer .banks_list.col-005 ul a {    position: relative !important;
    margin: 0 auto !important;
    display: block;
    top: -37px;}
	
	
	}

@media only screen and (max-width: 480px) {
	.intermediary .banks_list.col-005 ul li {
        margin: 10px 0 !important; }
  .remit_logo,.remit_logo_via {
    width: 185px; }
  .banks_list ul li, .other_banks_outer ul li {
    width: 32%;
    height: 79px;
    margin: 1% 2% 1% 0 !important;
    display: inline-block;
    position: relative; }
    .banks_list ul li:nth-child(3n), .other_banks_outer ul li:nth-child(3n) {
      margin-right: 0 !important; }
    .banks_list ul li .bnk, .other_banks_outer ul li .bnk {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .banks_list ul li .bnk img, .other_banks_outer ul li .bnk img {
        width: auto;
        height: 40px; }
      .banks_list ul li .bnk span, .other_banks_outer ul li .bnk span {
        font-size: 12px;
        word-wrap: break-word;
        line-height: 12px; }
  .banks_list ul li.chose_bank, .other_banks_outer ul li.chose_bank {
    width: 31.9%; }
  .banks_list .spinner, .other_banks_outer .spinner {
    margin: 13px auto 8px;
    width: auto; }
  .other_banks_outer .cercle_outer .cls_or {
    font-size: 16px;
    width: 38px;
    height: 38px;
    margin: 34px auto 30px;
    line-height: 36px; }
  .enter_ur_bnk .clear_input, .enter_ur_prps .clear_purpose_input {
    right: 0px;
    bottom: -18px;
    font-size: 10px; }
  .page_tab ul li h4 {
    font-size: 12px;
    text-align: center;
    line-height: 14px; }
  .page_tab ul li .tab_active h4 {
    line-height: 14px;
    font-size: 12px;
    text-align: center; }
  .page_tab ul li .tab_active span {
    width: 36px;
    height: 36px;
    font-size: 17px;
    margin-top: -5px;
    line-height: 31px;
    margin-bottom: 2px; }
  .page_tab ul .tab_fill h4 {
    line-height: 14px;
    font-size: 12px;
    text-align: center; }
  .page_tab ul .tab_fill span {
    width: 36px;
    height: 36px;
    font-size: 17px;
    margin-top: -5px;
    line-height: 31px;
    margin-bottom: 2px; }
  .register_page label {
    font-size: 12px; }
  .other_banks_outer {
    padding: 40px 20px 55px; }
    .other_banks_outer .mfp-close {
      right: 17px;
      top: 3px; }
    .other_banks_outer .popup_chose_purpose .chose_purpose1 {
      width: 32%;
      height: 79px;
      margin: 1% 2% 1% 0 !important;
      display: inline-block; }
      .other_banks_outer .popup_chose_purpose .chose_purpose1:nth-child(3n) {
        margin-right: 0 !important; }
  #ifsc_finder_popup {
    padding: 40px 20px 50px 20px; }
  .rg_Step2 span {
    float: left;
    margin-top: 2px;
    font-size: 12px !important; }
  .other_banks_outer h3 {
    font-size: 20px;
    line-height: 26px; }
  .selected_bank_outer .selected_bank,
  .selected_purpose_outer .selected_purpose {
    width: 32%;
    height: 79px;
    float: left; }
  .selected_bank_outer .selected_bank .bnk img,
  .selected_purpose_outer .selected_purpose .inves_purpose img {
    height: 40px;
    width: auto; }
  .selected_bank_outer .selected_bank .bnk span,
  .selected_purpose_outer .selected_purpose .inves_purpose span {
    font-size: 12px;
    word-wrap: break-word;
    line-height: 12px; }
  .selected_bank_outer .selected_skip,
  .selected_purpose_outer .selected_skip_prps {
    width: 50%;
    float: left;
    height: 79px; }
  .tearms_content_area {
    width: 90%;
    padding: 40px 12px 35px 30px; }
  .tearms_content_area h3 {
    font-size: 20px; }
  #ifsc_finder_popup .ifc_block_outer .table_colm {
    padding: 20px 15px;
    margin: 3% 4%;
    width: 92%; }
    #ifsc_finder_popup .ifc_block_outer .table_colm .col-md-5, #ifsc_finder_popup .ifc_block_outer .table_colm .col-md-3, #ifsc_finder_popup .ifc_block_outer .table_colm .col-md-4 {
      width: 100%; }
  footer.reg_page_footer .footer_container ul li a {
    font-size: 9px; }
  footer.reg_page_footer .footer_container ul li:after {
    top: 10px;
    height: 7px;
    right: -3px; }
  .redeem_colm h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .redeem_colm .redeem_link {
    float: unset;
    display: table;
    margin: auto; }
  .sender_com .you_send {
    padding: 26px 15px; }
  .or-span {
    font-size: 16px;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    line-height: 36px; }
  .step-4 .step4b-note {
    font-size: 15px; }
  .box-right .rht {
    padding: 0 10px; }
  .like-box {
    padding-top: 30px; }
    .like-box h3 {
      font-size: 28px; }
  .share-us-on ul li {
    margin: 0 5px 10px; }
  .popup-02 h3 {
    font-size: 24px; }
  .ui-slider-float .ui-slider-tip,
  .ui-slider-float .ui-slider-tip-label {
    width: 70px;
    margin-left: -35px;
    left: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 10px; }
  .ui-slider-float .ui-slider-tip span,
  .ui-slider-float .ui-slider-tip-label span {
    height: 40px; }
  .time-line-slider {
    padding: 80px 30px; }
  .box-right .lft, .box-right .rht {
    width: 100%;
    border-right: 0;
    padding: 0; }
  .box-right .rht p {
    padding-top: 25px;
    text-align: center; }
  .box-right td {
    display: block; }
  .box-right .circle {
    margin: 0 auto; }
  .thankyou-sec-1 p {
    text-align: center; }
  .step-4 .ac_numbr label {
    width: 100%; }
    .step-4 .ac_numbr label b {
      display: block; }
  .step-4 .ac_numbr a.more-doc.sample-cheque {
    margin: 5px 0 10px; }
  .register_page .sub_mit_colm .long-btn {
    padding: 17px 20px; }
  .register_page label b {
    display: block; }
  .register_page h3 {
    font-size: 20px; }
  .call-varification .btn-02 {
    min-width: 100px;
    margin: 7px 0; }
  .step-note a {
    text-decoration: none; }
    .step-note a span {
      display: block; }
  .like-box ul li {
    width: 110px;
    height: 100px;
    padding-top: 16px; }
  .txt-lowercase .smt-btn {
    min-width: 225px;
    padding: 17px 20px;
    margin: 5px 0; }
  .green-bg h3 {
    font-size: 16px !important; }
  .normal-link {
    border-bottom: 0; }
  .split-mobile br {
    display: block; }
  .large-btn,
  .smt-btn {
    padding: 18px 20px; }
  .heading-center {
    margin-bottom: 20px; }
  .heading-center p {
    font-size: 14px; }
  .more-doc {
    margin-bottom: 10px;
    margin-top: 5px;
    border-bottom: 0; }
  .payment-item .details-step2 > span {
    padding-right: 14px; display: block }
	
    .payment-item .details-step2 > span::before {
      right: 6px; display: none}
  .pop-sec-1 {
    margin-bottom: 20px; }
    .pop-sec-1 p {
      font-size: 14px;
      line-height: 24px; }
    .pop-sec-1 > span {
      margin-bottom: 20px; }
  .space-20 {
    margin-bottom: 20px !important; }
  .popup-slider .swiper-button-prev {
    left: 0px; }
  .popup-slider .swiper-button-next {
    right: 0px; }
  .equal-width .smt-btn {
    margin: 5px 0; } 
	.payment-detals .details-step3 > span {width: 100%}
	.step-4 .rg_Step2 {
    float: left;
	}
	.form_colms .SumoSelect {
    width: 100% !important;
	}
	.toggle-call-login .popup-slider .swiper-button-prev {
    left: -10px;
	}
	.toggle-call-login .popup-slider .swiper-button-next {
    right: -10px;
	}
	
	}

@media only screen and (max-width: 430px) {
  .register_page .toggle_colm.active {
    height: 120px; }
  .register_page .toggle_colm.rmt_online.active {
    height: 103px; }
  .register_page .rg_Step2 label {
    width: 100% !important; }
    .register_page .rg_Step2 label span {
      font-size: 10px;
      float: left; } }

@media only screen and (max-width: 380px) {
  .colm_ifc a {
    font-size: 10px;
    margin-top: 2px; }
  .register_page .ac_numbr label span {
    width: auto; }
  .page_tab ul li h4 {
    font-size: 11px;
    line-height: 12px; }
  .page_tab ul li .tab_active h4 {
    line-height: 12px;
    font-size: 11px; }
  .banks_list ul li .bnk img, .other_banks_outer ul li .bnk img {
    width: auto;
    height: 26px; }
  .banks_list ul li .bnk span, .other_banks_outer ul li .bnk span {
    font-size: 11px; }
  .banks_list .spinner > div, .other_banks_outer .spinner > div {
    width: 8px;
    height: 8px; }
  .banks_list .spinner, .other_banks_outer .spinner {
    margin: 4px auto 7px; }
  footer.reg_page_footer {
    padding: 6px 0 9px; }
    footer.reg_page_footer .footer_container ul li {
      /*padding: 0% 1%;*/
	  padding: 0% 5%; }
      footer.reg_page_footer .footer_container ul li a {
        font-size: 9px; }
  .sender_com .you_send .price_colm h3 span {
    font-size: 20px; }
  .sender_com .you_send .price_colm h3 .ion-plus-round {
    font-size: 14px;
    padding: 2px 6px; }
  .sender_com .you_send .price_colm h3 i.ion-plus-round.ion-minus:before {
    line-height: 16px; }
  .colm_toggle_1 p {
    font-size: 11px !important; }
  .sender_com .you_send .table_outer th, .sender_com .you_send .table_outer td {
    font-size: 11px; }
  .sender_com .you_send .table_outer .ion-plus-round {
    font-size: 10px;
    padding: 1px 4px 1px 4px; }
  .sender_com .you_send .table_outer .total_amount {
    font-size: 14px !important; }
  .receiver_receives .footer_colm {
    padding: 20px 10px 15px; }
  .receiver_receives .price_colm h3 span {
    font-size: 20px; }
  .receiver_receives .price_colm h3 .ion-plus-round {
    font-size: 14px;
    padding: 2px 6px; }
  .receiver_receives .price_colm h3 i.ion-plus-round.ion-minus:before {
    line-height: 16px; }
  .receiver_receives h4 {
    font-size: 20px; }
    .receiver_receives h4 span {
      font-size: 28px; } }

@media only screen and (max-width: 360px) {
  #ifsc_finder_popup .ifc_block_outer {
    padding: 30px 0; }
    #ifsc_finder_popup .ifc_block_outer .table_colm td {
      font-size: 10px; } }

.green-bg {
  display: block;
  border-radius: 10px;
  padding: 16px;
  background: #81d6be;
  margin-bottom: 15px; }
  .green-bg h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 400; }
    .green-bg h3 span {
      color: #fff; }

a.logout {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #1b9dff;
  /* font-weight: 700; */
  padding: 6px 15px;
  border-radius: 25px;
  border: 1px solid #1b9dff; }
  a.logout:hover {
    color: #fff;
    background: #1b9dff; }

/* ==========================================================================
   mobile menu styles
   ========================================================================== */
.navicon {
  display: none; }
@media only screen and (max-width: 1200px) {
  .navicon {
    display: block;
    line-height: normal;
    position: relative;
    color: #fff;
    right: 5px;
    z-index: 9;
    font-size: 38px;
    top: 25px;
    float: right; }
  header .row > div {
    position: static; }
  nav {
    padding: 0 10px;
    line-height: normal;
    padding-right: 0 !important;
    text-align: left !important; }
    nav > ul {
      position: fixed;
      width: 300px;
      top: 0;
      right: -300px;
      background: #fff;
      padding: 20px 0 30px;
      z-index: 999;
      height: 100%;
      overflow: hidden;
      overflow-y: scroll;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      -webkit-box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25);
      box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25); }
      nav > ul > li {
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        padding: 5px 0;
        display: block !important;
        margin-left: 20px;
        margin-right: 20px;
        float: none; }
        nav > ul > li > a {
          font-size: 18px;
          color: #5e707d;
          line-height: 33px;
          display: inline-block;
          padding: 3px 0;
          display: block; }
          nav > ul > li > a:hover {
            color: #000; }
      nav > ul .close-btn {
        display: block !important;
        text-align: right;
        padding-bottom: 15px;
        font-size: 25px; }
    nav .icon {
      position: absolute;
      right: 5px;
      top: 8px;
      font-size: 22px;
      color: #5e707d;
      padding: 5px 8px;
      display: inline-block !important;
      cursor: pointer; }
    nav .menu-content {
      display: none; }
  .open-menu nav > ul {
    right: 0; }
  .sub-menu {
    position: static;
    display: none; }
    .sub-menu li {
      display: block;
      position: relative; }
      .sub-menu li a {
        font-size: 15px;
        color: #5e707d;
        line-height: 34px;
        padding-bottom: 10px; }
        .sub-menu li a:hover {
          color: #000; }
    .sub-menu .icon {
      top: 0; } }
@media only screen and (max-width: 480px) {
  header nav > ul {
    width: 100%;
    right: -100%; } }
@media only screen and (min-width: 1200px) {
  nav {
    float: right; }
    nav li {
      display: inline-block;
      position: relative; }
      nav li a {
        font-size: 1em;
        color: #000;
        font-weight: 400;
        padding: 0;
        display: block;
        font-family: "Lato", sans-serif; }
    nav .sub-menu {
      display: none;
      position: absolute;
      left: 0;
      width: 200px;
      line-height: normal;
      background: #fff; }
      nav .sub-menu li {
        display: block; }
      nav .sub-menu .sub-menu {
        left: 100%;
        margin: 0;
        top: 0; }
    nav .icon {
      display: none; } }
@media only screen and (min-width: 1800px) {
  .home-sec-1:before, .quick-transfer:before {
    background-size: cover; }
  .tab-content:before, .tab-content:after {
    height: 300px; }
  .structure .remit {
    margin-top: 160px; }
  .quick-transfer:before {
    height: 238px;
    top: -215px; } }

@media only screen and (max-width: 1200px) {
  .block-1 .swiper-button-prev,
  .block-1 .swiper-button-next {
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: auto;
    bottom: -30px; }
    .block-1 .swiper-button-prev::before,
    .block-1 .swiper-button-next::before {
      font-size: 12px; }
  .block-1 .swiper-button-prev {
    left: auto;
    right: 35px; }
  .block-1 .swiper-button-next {
    right: 0; }
  .block-1 .swiper-pagination {
    display: block;
    bottom: -33px; }
  .future-events .swiper-button-prev {
    left: 0; }
  .future-events .swiper-button-next {
    right: 0; }
  .structure .register {
    margin-top: 35px;
    float: right; }
  .structure .beneficiary {
    margin-top: 82px; }
  .structure .remit {
    margin-top: 59px;
    float: left; }
  .structure .tooltip {
    position: absolute;
    width: 300px;
    padding: 20px; } }

@media only screen and (max-width: 1024px) {
  .faq-topics li {
    padding: 30px; }
  .faq-topics h4 {
    margin-bottom: 20px; }
  .step-note .tearm_detail {
    display: none; }
  .step-note .mobile_term {
    display: inline-block; }
  .dest-term {
    display: none; }
  .mobile_term {
    display: inline-block; }
  footer .second-col {
    padding-left: 15px; }
  header a {
    -webkit-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s; } }

@media only screen and (max-width: 980px) {
  footer {
    text-align: center;
    padding: 50px 0; }
  footer .bottom .rht {
    text-align: center;
    margin-top: 10px; }
  .login-popup .right {
    padding: 40px 30px; }
  .contact-box .row-01 > div {
    margin-bottom: 30px; }
  .row-form .popup-slider {
    padding: 0 40px; }
  .feed-scale .col-radio {
    width: calc(100% - 260px); }
  .feed-scale .col2 {
    width: 130px;
    margin-right: 0; }
  .feed-scale .radio_box_01 .rdo_outer {
    margin-right: 25px; }
  .future-events .left {
    text-align: center;
    margin-bottom: 20px; }
  .structure .box {
    width: 122px;
    height: 122px; }
    .structure .box span {
      font-size: 10px; }
  .structure .active {
    width: 150px !important;
    height: 150px !important; }
    .structure .active .b-1 {
      left: -75px; }
    .structure .active .b-3 {
      right: -84px; }
  .structure .sub {
    width: 110px;
    height: 110px; }
  .tab-content:before,
  .tab-content:after {
    height: 185px; } }

@media only screen and (max-width: 767px) {
  .dashboard-nav {
    display: block!important;
}
.logo-two{
  display: inline!important;
  line-height: 100%;
  width:50%;
}
.logo-two span{
  display: block;
  line-height: 18px;
  padding-left: 20px;
  font-size: 7px;
}
.col-xs-7 .header-rht{float: none;}
  .transfer-details {
    margin-bottom: 0; }
    .transfer-details .box {
      height: auto !important;
      margin-bottom: 25px; }
  .login-popup .right {
    padding: 35px 15px;
    width: 100%; }
  .login-popup .left {
    width: 100%!important;
    background-size: 100%!important;    
    background: none;    
    min-height: 420px!important; 
  }
    .login-popup .left img {
      display: none;
      width: 100%; }
  .login-popup.reset-password .left {
    min-height: 130px; }
  .faq-search {
    padding: 50px 0; }
  .contact-box .box .content {
    height: auto !important;
    margin-bottom: 20px; }
  .contact-box .row-01 {
    margin-bottom: 50px; }
  .row-form h2 {
    margin-bottom: 40px; }
  .contact-sec2 {
    padding: 60px 0; }
  .feed-scale .radio_box_01 .rdo_outer {
    margin-bottom: 20px; }
  .structure .beneficiary {
    margin-top: 200px;
    left: -36px; }
  .structure .middle .active .b-1 {
    bottom: -115px; }
  .structure .middle .active .b-2 {
    bottom: -200px; }
  .structure .middle .active .b-3 {
    bottom: -115px; }
  .structure .register {
    float: none;
    margin-top: 0; }
  .structure .remit {
    margin-top: 210px;
    float: none; }
    .structure .remit.active .b-1 {
      bottom: auto;
      top: -100px; }
    .structure .remit.active .b-2 {
      bottom: auto;
      top: -180px; }
    .structure .remit.active .b-3 {
      bottom: auto;
      top: -100px; }
  .tab-content:before,
  .tab-content:after {
    -webkit-transform: rotate(97deg);
    -ms-transform: rotate(97deg);
    transform: rotate(97deg);
    top: 332px; }
  .home-sec-1 {
    margin-top: 20px; }
  .offers .swiper-slide-active .caption {
    width: 203px;
    height: 203px;
    background-size: contain; }
  .quick-transfer .left,
  .quick-transfer .right {
    text-align: center; }
    .quick-transfer .left h3,
    .quick-transfer .right h3 {
      text-align: center; }
  header nav {
    width: 100%; }
    header nav .mobile-menu {
      display: block !important; }
  header .acounts {
    display: none; } }

@media only screen and (max-width: 740px) {
  .col-003 > div {
    margin-bottom: 25px; }
    .col-003 > div:last-child {
      margin-bottom: 0; }
  .register_page .sub_mit_colm {
    margin-top: 100px; }
  .checkbox-outer { margin-bottom: 25px; }
  .checkbox-outer:nth-of-type(1) {
    margin-bottom: 35px;
}
  .payment_Tracker.col-03 ul li {
    width: 100%; }
  .popup-outer, #sample-cheque {
    padding: 40px  30px; }
  .pop-sec-1 span {
    font-size: 16px; }
  input#uploadFile::-webkit-input-placeholder {
    font-size: 12px;
    overflow-wrap: break-word; }
  input#uploadFile::-moz-placeholder {
    font-size: 12px; }
  input#uploadFile:-ms-input-placeholder {
    font-size: 12px; }
  .space-01 {
    padding: 40px 0; }
  .rate-box h4 {
    line-height: normal; }
  .exchange-sec-2 .usd {
    font-size: 12px; }
  .track-transfer-content .payment_Tracker h4 {
    text-align: center; } }

@media only screen and (max-width: 640px) {
  .list-col-04 .toggle_colm {
    margin-top: 0; }
  .faq-topics li {
    width: 48%;
    margin-right: 4%; }
    .faq-topics li:nth-child(3n) {
      margin-right: 4%; }
    .faq-topics li:nth-child(2n) {
      margin-right: 0; }
  .faq-categories {
    padding: 50px 0; }
    .faq-categories .list-item {
      margin-bottom: 20px; }
      .faq-categories .list-item a {
        padding: 10px 0; }
    .faq-categories .row > div {
      width: 100%; }
  .top-heading h1,
  .contact-sec2 .lft h2 {
    font-size: 35px; }
  .feedback-section .row.bottom-space50 > div {
    width: 100%; }
  .feed-scale .col-radio {
    width: 100%; }
  .feed-scale .col2 {
    width: 100%;
    margin-right: 0; }
  .feed-scale .radio_box_01 .rdo_outer {
    margin-right: 25px; }
  .center-wite-text h3 {
    font-size: 30px; }
  .center-wite-text p {
    font-size: 14px; }
  .footer-top > div {
    width: 100%;
    height: auto !important;
    margin-bottom: 20px; }
  .features .swiper-slide {
    padding: 18px; }
  .home-sec-1 .radio_box_01 .rdo_outer {
    width: 100%;
    margin: 6px 0; }
  .money-calculator .exchangeratebox .lft, .money-calculator .exchangeratebox .rht {
    width: 100%;
    text-align: center;
    float: none; }
  .money-calculator .exchangeratebox .indianRupee {
    display: inline-block; }
  .money-calculator .exchangeratebox .exchangeIcon {
    position: relative;
    top: 0;
    margin: 10px auto;
    left: auto; }
  .money-calculator .exchangeratebox .ion-ios-arrow-thin-right:before {
    content: "\f3d4"; }
  .home-sec-1 .map-sec {
    padding: 30px 20px 0; }
  .features {
    padding: 80px 0 20px 0; }
    .features .swiper-container {
      margin-top: 0; }
  .how-it-works {
    padding: 30px 0; }
    .how-it-works p {
      margin-bottom: 0; }
  .home-remitance {
    padding-top: 60px; }
  .map-marker-info {
    width: 240px; }
  .map-marker-info-inner {
    padding: 15px; }
    .map-marker-info-inner::before {
      width: 40px;
      height: 40px;
      background-size: contain; }
  .map .content p {
    font-size: 12px; }
  .map .profiles-id {
    font-size: 12px; }
  .structure .tooltip {
    width: 250px;
    left: 0; }
  .structure .b-3 .tooltip {
    left: auto;
    right: 50px; }
    .structure .b-3 .tooltip:before {
      right: 50px;
      left: auto;
      border-right-width: 0;
      border-left-width: 20px; }
  .structure .b-2 .tooltip {
    left: -78px; }
    .structure .b-2 .tooltip:before {
      left: 50px;
      border-right-width: 0;
      border-left-width: 20px; }
  .structure .right .b-1 .tooltip {
    left: 0;
    right: auto; }
    .structure .right .b-1 .tooltip:before {
      left: 50px;
      content: '';
      width: 0;
      height: 0;
      border-left: 0px solid transparent;
      border-right: 20px solid transparent;
      border-top: 18px solid #1391ff; } }

@media only screen and (max-width: 480px) {
	.track-transfer-content .nostro-table td:last-child { padding-left: 15px;}
  .list-col-04 ul {
    display: block; }
    .list-col-04 ul li {
      width: 48% !important;
      margin-right: 2% !important;
      position: relative;
      margin-bottom: 2% !important; }
      .list-col-04 ul li:nth-child(3n) {
        margin-right: 2% !important; }
      .list-col-04 ul li:nth-child(2n) {
        margin-right: 0 !important; }
      .list-col-04 ul li:last-child {
        margin-right: 0; }
  .faq-topics li {
    width: 100%;
    margin-right: 0%;
    height: auto !important; }
    .faq-topics li p {
      min-height: 10px; }
    .faq-topics li:nth-child(3n) {
      margin-right: 0%; }
  .faq-topics .call-back .box {
    position: relative;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .faq-search li {
    margin-right: 0;
    display: block;
    text-align: left;
    margin: 10px 0; }
  .search-box .txt-box {
    width: calc(100% - 104px); }
  .search-box .subscribe-btn {
    width: 100px; }
  .search-box:before {
    top: 14px; }
  .search-box .txt-box {
    height: 46px; }
  .search-box .subscribe-btn {
    height: 46px;
    line-height: 46px; }
  .faq-search {
    padding: 30px 0; }
  .faq-search-result .result-box {
    padding: 15px; }
  .payment_Tracker.col-03 {
    padding: 0; }
    .payment_Tracker.col-03 .btn-1 {
      width: 100%;
      margin: 10px 0; }
  .future-events ul li {
    text-align: center;
    padding: 10px; }
    .future-events ul li::before {
      display: none; }
  .future-events ul .content {
    padding: 0; }
  .btn-gray {
    border-bottom: 0; }
  input.es-input {
    background-position: 96% 21px !important; }
  .contact-box .row-form .popup-slider {
    padding: 0; }
  .structure .beneficiary {
    left: 0; }
  h2 {
    font-size: 30px; }
  .tab-content:before,
  .tab-content:after {
    height: 154px;
    width: 568px;
    -webkit-transform: rotate(94deg);
    -ms-transform: rotate(94deg);
    transform: rotate(94deg);
    top: 323px;
    left: -137px; }
  .features .slide-outer {
    padding: 0 10px; }
  header {
    line-height: 70px; }
    header nav {
      width: 100%; }
    header .logo {
      width: 100%; }
    header .top-right {
      width: 40%; }
  .navicon {
    top: 10px; }
  .home-remitance h2 {
    font-size: 25px;
    line-height: normal; }
  .map-marker-info {
    width: 200px; }
  .map-marker-san-francisco .map-marker-info {
    left: -56px; }
  .map {
    margin-top: 66px; }
  .offers .swiper-slider {
    padding: 40px 0; }
  footer .first-col img {
    max-width: 200px; }
  .fixedheader {
    position: absolute;
    top: 0; }
  body.inner-body {
    padding-top: 90px; } 
	.register_page .form_colms label.error{
		position: relative;
		bottom: -10px;
	}
	.other-transfer .banks_list.col-005 ul a {
    position: relative;
    margin: 0;
    display: block;
    top: -41px;
}
	.login-details .more-doc {    margin: 0;}
	}

@media only screen and (max-height: 750px) {
  .top-heading {
    padding: 20px 0 125px 0; }
  .contact-box .box img {
    max-width: 80px; }
  .contact-box h3 {
    font-size: 30px;
    margin: 15px 0 12px 0; }
  .track-transfer {
    padding: 25px 0; } }

/* don't show the x for text inputs */
::-ms-clear {
    display:none;
}

/* don't show the eye for password inputs */
::-ms-reveal {
    display:none;
}

/*# sourceMappingURL=main.css.map */

@media only screen and (max-width: 480px) {
	.other-transfer .banks_list.col-005 ul a {
    position: relative;
    margin: 0 !important;
    display: block;
    top: -41px;
}
 .receiver_receives .point_colm h4  {font-size:20px}
	  .receiver_receives .point_colm h4 span {font-size:24px}
	  footer.reg_page_footer .footer_container ul li {    padding: 0 5%;}
	.sampleDocuments .col-md-7 img {width: 100%}  
}
.transaction-table .child td {
    white-space: normal !important;
}
.offers_colm input.es-input {
    padding-right: 55px;
}
.offers_colm .close-icon {margin-left: calc(100% - 50px);}

html,
body {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
}

body > section, body > .container {
	flex: 1 0 auto;
}

footer {
	flex-shrink: 0;
}

.logo-two{  
  display: inline-flex;
float:left;}

.logo-two span{
vertical-align: bottom;
font-style: italic;
font-size: 13px;
text-transform: capitalize;
color: #303030;
padding-right: 12px;
font-style: italic;
padding-top: 9px;
}


@media screen and ( max-width : 600px){

  .logo-two {display: inline-flex!important;  float: left!important;  line-height: 14px;  padding-top: 22px;  flex-direction: column;  align-items: center;}
  .logo-two span{padding-top: 13px;padding-left: 16px;font-size: 10px!important;}
  .logo-two figure img{ max-width:80px}
  
  }