html {
  font-family: 'Open Sans', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  color:#363e46;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

html,body{
  overflow-y: visible;
  overflow-x: hidden;
  min-width: 320px;
}

html.positionFixed{
  position: fixed;
}
.positionFixed body{
  position: absolute;
}

html.positionFixed, .positionFixed body{
  overflow: hidden;
  width:100%;
  height:100%;
  -webkit-overflow-scrolling: auto;
}
.positionFixed .menuWrap, .positionFixed div.navCat{
  -webkit-overflow-scrolling: touch;
}
.positionFixed .ftContent{
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
button{
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  text-align: inherit;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
  display: block;
}
audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
textarea,
input[type="text"],input[type="password"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  line-height: 26px;
  padding: 7px 10px;
  height: 40px;
  border: 1px solid #d8dde4;
  cursor: text;
}
input::-ms-clear, input::-ms-reveal {
  display: none;
}
.noTransition{
  transition: 0s !important;
}

::-moz-selection { background: #30bbff; color:#fff; }
::selection { background: #30bbff; color:#fff; }

[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #2193ff;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  /* -webkit-backface-visibility: hidden; */
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2193ff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2193ff;
  text-decoration: none;
}
a:focus {
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}

.paddingT25{
  padding-top: 25px;
}
.row.pageWrap {
    visibility: hidden;
}
/* FT Checkbox */
input.ftCheckbox {
  position: absolute;
  opacity: 0;
}
input.ftCheckbox + span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
}
input.ftCheckbox + span {
  text-align: left;
  position: relative;
  cursor: pointer;
  line-height: 16px;
  vertical-align: middle;
  display: block;
  padding: 4px 0 4px 26px;
}
input.ftCheckbox + span:before {
  content: '';
  margin-right: 7px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: white;
  border: 1px solid #e1e1e1;
  position: absolute;
  left: 0;
  top: 3px;
}
.pc input.ftCheckbox:hover + span {
  color: #2193ff;
}
input.ftCheckbox:checked + span:before {
  background: #fff;
}
input.ftCheckbox:disabled + span {
  color: #b8b8b8;
  cursor: auto;
}
input.ftCheckbox:disabled + span:before {
  box-shadow: none;
  background: #ddd;
}
input.ftCheckbox:checked + span:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 8px;
  background: white;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 #68717e, 4px 0 0 #68717e, 6px 0 0 #68717e, 6px -2px 0 #68717e, 6px -4px 0 #68717e, 6px -6px 0 #68717e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input.ftCheckbox:checked:hover + span:after {
  box-shadow: 2px 0 0 #2193ff, 4px 0 0 #2193ff, 6px 0 0 #2193ff, 6px -2px 0 #2193ff, 6px -4px 0 #2193ff, 6px -6px 0 #2193ff;
}
/* form validation */


.errorFieldLc {
  border-color:#ff7176 !important;
}
input.errorFieldLc::-webkit-input-placeholder{
  color:#ff7176 !important;
}
input.errorFieldLc::-moz-placeholder{
  color:#ff7176 !important;
}
input.errorFieldLc:-ms-input-placeholder{
  color:#ff7176 !important;
}

.vaildFieldLc{
  border-color:#2193ff !important;
}
input.vaildFieldLc{
  color:#2193ff !important;
}

.formFeedbackIcon{
  position:absolute;
  width:20px;
  right:7px;
  top:5px;
  z-index:10;
  font-style:normal;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.formFeedbackIcon:before{
  font-size:11px;
  width:20px;
  height:40px;
  line-height:35px;
  text-align:center;
  display:block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px auto;
}

.formFeedbackIcon.inValidIco{
  cursor:pointer;
}

.formFeedbackIcon.inValidIco:before{
  color:#ff7176;
  content:'';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff7176' viewBox='0 0 12.33 27.88'%3E%3Cpath d='M9.78,25.39A2.54,2.54,0,0,1,8.19,25a1.73,1.73,0,0,1-.46-1.4,6.75,6.75,0,0,1,.14-1.2A13.19,13.19,0,0,1,8.19,21l1.46-5.15a8.15,8.15,0,0,0,.29-1.56c.05-.57.07-1,.07-1.19a3.36,3.36,0,0,0-1.14-2.64,4.72,4.72,0,0,0-3.25-1,8.16,8.16,0,0,0-2.48.42c-.88.27-1.8.6-2.75,1L0,12.45c.29-.11.62-.22,1-.34a4.41,4.41,0,0,1,1.17-.17,2.27,2.27,0,0,1,1.56.39,1.85,1.85,0,0,1,.4,1.37A6.06,6.06,0,0,1,4,14.92c-.09.44-.21.91-.33,1.4L2.23,21.49C2.1,22,2,22.52,2,23a9.11,9.11,0,0,0-.09,1.26A3.35,3.35,0,0,0,3,26.85a4.88,4.88,0,0,0,3.31,1,7.49,7.49,0,0,0,2.43-.36c.69-.24,1.63-.59,2.8-1.05L12,24.88a6.51,6.51,0,0,1-1,.33A4.72,4.72,0,0,1,9.78,25.39Z'/%3E%3Cpath d='M8.86,6.5a3.49,3.49,0,0,0,2.45-1,3,3,0,0,0,1-2.29,3.07,3.07,0,0,0-1-2.31A3.49,3.49,0,0,0,8.86,0,3.54,3.54,0,0,0,6.39,1a3.11,3.11,0,0,0-1,2.31,3,3,0,0,0,1,2.29A3.54,3.54,0,0,0,8.86,6.5Z'/%3E%3C/svg%3E");
}
.formFeedbackIcon.ValidIco:before{
  color:#2193ff;
  content:'';
  background-size: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 392.42'%3E%3Cpath d='M502.75,54.17,457.83,9.25a31.89,31.89,0,0,0-44.92,0l-216.7,217L99.1,128.82a30.61,30.61,0,0,0-22.46-9.24,30.62,30.62,0,0,0-22.47,9.24L9.25,173.75a31.9,31.9,0,0,0,0,44.93L128.82,338.25l44.93,44.92a31.89,31.89,0,0,0,44.92,0l44.93-44.92L502.75,99.1A30.63,30.63,0,0,0,512,76.63,30.62,30.62,0,0,0,502.75,54.17Z' style='fill:%232193ff'/%3E%3C/svg%3E");
}

.errorValidation {
  font-size:12px;
  line-height:14px;
  margin-top:5px;
  color:#fff;
  position:absolute;
  z-index:18;
  top:43px;
  right: 0;
  background-color:#ff7176;
  padding:8px;
  display:none;
}
.errorValidation:before {
  content:'';
  width:10px;
  height:10px;
  background-color:#ff7176;
  display:block;
  position:absolute;
  right:14px;;
  top:-3px;
  transform: rotate(45deg);
}

.formFeedbackIcon.inValidIco:hover + .errorValidation{
  display:block !important;
}

.ClField-BlockUiMessage {
  position:initial !important;
}
.blockUiCover{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background-color:#f6f7f9;
  z-index:18;
}

.blockUiCover .blockUiCoverInner{
  position:absolute;
  top:50%;
  margin-top:-50px;
  text-align:center;
  width:100%;
  padding-top:40px;
}
.ClField-BlockUiMessage img{
  display: block !important;
  position: absolute;
  left: 50%;
  width: 90px;
  height: 10px;
  top: 50%;
  margin-left: -45px;
  margin-top: -12px;
}

.ClField-BlockUiMessage span{
  margin-top: 10px;
  display: block;
  font-size: 12px;
}

.wrapper{
  width: 100%;
  float:left;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}

.alignCenter{
  text-align: center;
}


hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d2dce9;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 748px;
  }
}
@media (min-width: 992px){
  .container {
    width: 968px;
  }
}
@media (min-width: 1360px) {
  .container {
    width: 1292px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.flRow{
  width:100%;
  float:left;
}
.row.pageWrap > .row{
  padding: 0 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, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  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;
}
@media (min-width: 748px) {
  .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, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    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) {
  .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, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    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: 1360px) {
  .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, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    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,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.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;
}

svg{
  display: inline-block;
}

/* Buttons */
.ftBtn {
  -webkit-overflow-scrolling:touch;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 35px;
  padding: 0 16px;
  cursor: pointer;
  font-weight: 700;
  border:1px solid #2193ff;
  transition: color ease 0.3s, background-color ease 0.3s, border ease 0.3s;
}

.ftBtn.primary-btn {
  color:#ffffff;
  background:#2193ff;
}

.pc .ftBtn.primary-btn:hover {
  background:#30bbff;
  border:1px solid #30bbff;
}

.ftBtn.secondary-btn{
  color:#2193ff;
  border:1px solid #2193ff;
}

.pc .ftBtn.secondary-btn:hover{
  color:#30bbff;
  border:1px solid #30bbff;
}

/* Header */

.headerContent {
  height: 100px;
  border-bottom:1px solid #eaf0f8;
}

.subHeader{
  background:#f7f9fc;
  border-bottom:1px solid #eaf0f8;
}

.subHeaderContact a{
  float: left;
  font-size: 13px;
  color:inherit;
  margin-right: 20px;
  line-height: 43px;
  transition: 0.5s ease all;
}
a.affiliatWithUsL{
  margin-right: 0;
}

.pc .subHeaderContact a:hover{
  color:#2193ff;
}

.subHeaderContact a svg{
  width: 16px;
  height: 16px;
  fill: #5c6064;
  margin-right: 2px;
  line-height: 43px;
  vertical-align: middle;
  transition: 0.5s ease all;
}

.pc .subHeaderContact a:hover svg{
  fill: #2193ff;
}

/* Lang DropDown */

.langDD {
  position: relative;
  display: block;
  margin-top: 7px;
  float: right;
}

.langDD svg {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0,0,0);
  z-index: 8888;
  width: 20px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.langDDlist {
  margin: -1px 0 0 0;
  border:1px solid #eaf0f8;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  min-width: 140px;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  border-radius: 3px;
  background: #fff;
  transition: all ease 0.3s;
  z-index: 11;
}
.langDD.opened .langDDlist {
  opacity: 1;
  visibility: visible;
  top: 100%;
  max-height: 529px;
  z-index: 20;
}

.langDDitem {
  display: block;
  float: left;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  color: #434A54;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: background-color .25s linear;
  border-bottom:1px solid #eaf0f8;
}
.langDDlist .langDDitem:last-child {
  border-bottom:0;
}
.pc .langDDitem:hover {
  background-color: #eaf0f8;
}
.langDDbutton {
  -webkit-appearance: none;
  margin: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 34px 6px 12px;
  background-color: #fff;
  border:1px solid #d0d9e5;
  color:#4e5155;
  font-size: 14px;
  line-height: 15px;
  min-height: 30px;
  border-radius: 0;
  transition: background-color .3s linear, border ease 0.3s ;
}
.langDDbutton:hover, .langDDbutton:focus {
  outline: none;
  text-decoration: none;
}
.pc .langDDbutton:hover {
  border-color: #2193ff;
}
.langDDbutton:not(:disabled) {
  cursor: pointer;
}
.langDDbutton:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 11px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #93989c;
  transition: 0.2s ease border;
}
.pc .langDDbutton:hover:after{
  border-top-color: #2193ff;
}

.sectionRow > .container, .sectionRow{
  padding-left: 0;
  padding-right: 0;
}

body[data-lcreg="Asic"] .langDDitem, body[data-lcreg="Asic"] .langDDbutton {
    display: none;
}
body[data-lcreg="Asic"] .opened .langDDitem[title="en"] {
    display: block;
}
/* Header Content */

/* Main Logo */

.headerLogoLink, .headerLogoLink img{
  display: block;
  width: 180px;
}
.headerLogoWrap {
  margin-top:25px
}

/* Header Membership Section */

.membershipWrap{
  margin-top: 32px;
  opacity: 0;
  transition: 0.3s ease opacity;
}

body[data-lcislogin] .membershipWrap{
  opacity:1;
}

body[data-lcislogin="false"] .signupLoginWrap{
  display: block !important;
}
body[data-lcislogin="true"] .loggedUser{
  display: block !important;
}

.signupLoginWrap {
  float: right;
  display: none;
}
.headerLoginContainer, .headerLoginBtn, .headerSignUpBtn{
  min-width: 120px;
  display: block;
  float: left;
}
.headerLoginBtn, .signupLoginWrap{
  position: relative;
}

.headerLoginArrow{
  opacity: 0;
  transition: 0.3s ease opacity, 0.3s ease transform;
  position: absolute;
  font-style: normal;
  width: 12px;
  height: 12px;
  display: block;
  top: 11px;
  right: 8px;
}
.stickyNav .headerLoginArrow{
  top: 9px;
}

.headerLoginArrow svg{
  display: block;
  height: 12px;
  width: 12px;
  fill: #2193ff;
}
.headerLoginBtn:hover .headerLoginArrow{
  opacity: 1;
}
.headerLoginContainer.opened .headerLoginArrow{
  opacity: 1;
  transform: rotate(180deg);
}

.headerLoginWidgetContainer{
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 293px;
  top: 37px;
  right: 0;
  z-index: 15;
  transition: 0.5s ease max-height, 0.3s ease opacity, 0.3s ease box-shadow;
  -webkit-box-shadow: 0 0 0 0 rgba(208,216,228,1);
  -moz-box-shadow: 0 0 0 0 rgba(208,216,228,1);
  box-shadow: 0 0 0 0 rgba(208,216,228,1);
}
.headerLoginWidgetWrapper{
  width: 100%;
  border:1px solid #eaf0f8;
  border-bottom: 2px solid #2193ff;
  background-color: #f7f9fc;
  position: relative;
  padding: 10px 25px;
  margin: 15px auto 0 auto;
}
.headerLoginWidgetWrapper .headerLoginWidgetTriAngle{
  position: absolute;
  width: 20px;
  height: 18px;
  top: -14px;
  left: 50%;
  margin-left: -60px;
}
.headerLoginWidgetTriAngle svg{
  display: block;
  width: 18px;
  height: 20px;
}

.headerForgotPassword{
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.headerForgotPassword a, .headerForgotPassword svg{
  float: left;
  display: block;
}
.headerForgotPassword a{
  font-size:15px;
}

.headerForgotPassword span{
  display: inline-block;
}
.headerForgotPassword svg{
  width: 12px;
  height: 13px;
  fill: #2193ff;
}

.stickyNav .headerLoginWidgetContainer{
  top: 25px;
}

.headerLoginContainer.opened .headerLoginWidgetContainer{
  max-height: 440px;
  opacity: 1;
  -webkit-box-shadow: 0px 22px 37px -15px rgba(96, 116, 146,0.3);
  -moz-box-shadow: 0px 22px 37px -15px rgba(96, 116, 146,0.3);
  box-shadow: 0px 22px 37px -15px rgba(96, 116, 146,0.3);
}
.headerLoginWidgetContainer .loading{
  display: none;
}
.headerLoginWidgetContainer.notLoaded .loading{
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:2;
  background-color: #f7f9fc;
}
.headerLoginWidgetContainer.notLoaded .loading svg{
  position:absolute;
  left:50%;
  margin-left:-35px;
  top:50%;
  margin-top:-70px;
  width:100px;
  height:100px;
  fill:#2193ff;
}


/* Header Login Widget */

.headerLoginWidget{
  width: 100%;
  max-width: 300px;
  margin: auto;
  display: inline-block;
}

.headerLoginWidget .explainMessage {
  display:none;
}
.headerLoginWidget .formFeedbackIcon{
  top:30px;
}
.headerLoginWidget .formFeedbackIcon:before{
  height:35px;
}
.headerLoginWidget .errorValidation{
  top:60px;
}

.headerLoginWidget .lcFieldWrapper{
  position:relative;
}
.headerLoginWidget label{
  font-size:14px;
  float:left;
  margin:5px 0;
  width:100%;
  line-height:14px;
}
/*
label > * {
pointer-events: none;
}

.ClField-TermsAgreement label > * {
pointer-events: auto;
}
*/
.headerLoginWidget input[type=text], .headerLoginWidget input[type=password], .headerLoginWidget select{
  width:100%;
  line-height:35px;
  padding:0 10px;
  height:35px;
  border:1px solid #d8dde4;
  padding-right: 30px;
}
.headerLoginWidget .ClField-RegulationLabel{
  margin-bottom: 5px;
}
.headerLoginWidget .ClField-RegulationLabel{
  margin-bottom: 5px;
  font-weight:600;
  float:left;
  width:100%;
}
.headerLoginWidget .ClField-RegulationTypes{
  float:left;
  width:100%;
  margin-bottom: 10px;
}

.headerLoginWidget .ClField-RegulationTypes .formFeedbackIcon{
  display:none !important;
}

.headerLoginWidget .formErrorMessage {
  display:inline-block;
  width: 100%;
  color: #ff5f6d;
  font-size: 13px;
  margin-top: -5px;
  margin-bottom: 10px;
  line-height: 13px;
}

.headerLoginWidget .ClField-BlockUiMessage{
  position: absolute !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.9);
  z-index: 15;
  text-indent: -800px;
}

.headerLoginWidget .blockUiCoverInnerReg img{
  display: block !important;
  position: absolute;
  left: 50%;
  width: 90px;
  height: 10px;
  top: 50%;
  margin-left: -45px;
  margin-top: -12px;
}


.headerLoginWidget .PassWordWrapper{
  display:block;
  position: initial !important;
}

.headerLoginWidget input::-webkit-input-placeholder{
  font-size: 14px;
  color:#b8b8b8 !important;
}
.headerLoginWidget input::-moz-placeholder {
  font-size: 14px;
  color:#b8b8b8 !important;
}
.headerLoginWidget input:-ms-input-placeholder{
  font-size: 14px;
  color:#b8b8b8 !important;
}
.headerLoginWidget input:-moz-placeholder{
  font-size: 14px;
  color:#b8b8b8 !important;
}

.headerLoginWidget .ClField-AccountName,  .headerLoginWidget .ClField-Password{
  width:100%;
  padding:5px 0 0 0 ;
}
.headerLoginWidget .ClField-AccountName{
  margin-bottom:3px;
}

.headerLoginWidget input[type='submit']{
  width: 100%;
  background: #2193ff;
  color: #fff;
  line-height: 20px;
  text-transform:uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  border: 0;
  transition: 0.3s ease all;
  cursor: pointer;
  margin-top: 12px;
  height: 38px;
  -webkit-appearance: none;
  border-radius: 0 !important;
  margin-bottom:12px;
}
.headerLoginWidget input[type='submit']:hover{
  background-color:#1dc2fe;
}

@media (max-width: 1359px){
  .stickyNav .headerLoginWidgetWrapper .headerLoginWidgetTriAngle{
    margin-left: 18px;
    top: -13px;
  }
  .headerLoginWidgetContainer{
    width: 295px;
  }
  .stickyNav .headerLoginWidgetContainer{
    top: 25px;
  }
  .stickyNav .headerLoginBtn i{
    right: 7px;
  }
  .stickyNav .headerLoginBtn i svg{
    width: 11px;
    height: 10px;
  }
}
@media (max-width: 1025px){
  .stickyNav .headerLoginWidgetContainer{
    margin-left: -35px;
  }
  .headerLoginWidgetWrapper .headerLoginWidgetTriAngle{
    margin-left: -10px;
  }
  .stickyNav .headerLoginWidgetWrapper .headerLoginWidgetTriAngle{
    margin-left: 25px;
  }
}

@media (max-width: 1025px){
  .stickyNav .headerLoginArrow{
    display: none;
  }
}

@media (max-width: 650px){
  .stickyNav .headerLoginWidgetContainer{
    margin-left: -76px;
  }
  .stickyNav .headerLoginWidgetWrapper .headerLoginWidgetTriAngle{
    margin-left: 65px;
  }
}
@media (max-width: 550px){
  .headerLoginWidgetWrapper .headerLoginWidgetTriAngle{
    margin-left: -80px;
  }
  .stickyNav .headerLoginWidgetContainer{
    margin-left: 0px;
    position: fixed;
    width: 100%;
    top: 34px;
  }
  .stickyNav .headerLoginWidgetTriAngle{
    display: none;
  }
}
.headerLoginBtn>span, .headerSignUpBtn>span{
  display: none;
}
.headerLoginBtn{
  margin-right: 15px;
}

/* Header Membership Area -> Logged User */
.loggedUser{
  float: right;
  text-align: right;
  cursor: default;
  display: none;
}
.loggedUser > div{
  display: inline-block;
  vertical-align: middle;
}

.headerNameSurname, .headerLogout{
  display:block;
  width: 100%;
}

.headerNameSurname {
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  margin-top: -5px;
  cursor: default;
  max-width: 220px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media(max-width: 420px){
  .headerNameSurname {
    max-width: 180px;
  }
}
@media(max-width: 380px){
  .headerNameSurname {
    max-width: 150px;
  }
}
.stickyNav .headerNameSurname {
  max-width: 150px;
}

.headerLogout{
  font-size: 14px;
  line-height: 17px;
  color:#2193ff;
  cursor: pointer;
}
.clientDepositButton{
  padding: 0 15px;
  margin: 0 5px 0 10px;
  border-right:1px solid #d0d9e5;
  border-left:1px solid #d0d9e5;
  line-height: 35px;
}
.clientDepositButton a, .clientDepositButton svg{
  display: block;
  width: 40px;
  height: 30px;
}
.clientDepositButton svg{
  fill: #2193ff;
}
.headerDepositButton  .depositPlusPart{
  animation: depositPlus 6s infinite ease-in-out;
  transition:0.3s ease fill;
  fill: #2193ff;
}

@keyframes depositPlus {
  0% { fill:#7ed5ff; }
  10% { fill:#2193ff; }
  90% { fill:#2193ff; }
  100% { fill:#7ed5ff; }
}
.headerDepositButton:hover .depositPlusPart{
  animation:none;
  fill:#30bbff;
}

.clientMenuButton{
  display: block;
  width: 40px;
  height: 30px;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}

.pc .clientMenuButton:hover svg{
  fill: #2193ff;
}

.userHead{
  display: block;
  width: 45px;
  text-align: left;
}

.userHead svg{
  fill: #76808e;
  display: inline-block;
  width: 40px;
  height: 30px;
}
.clientMenuButton .userMenuArrow{
  position:absolute;
  width: 14px;
  height: 7px;
  right: 0;
  bottom: 0;
  transition: 0.3s ease transform;
}
.clientMenuWrapper.opened .userMenuArrow{
  transform: rotate(-180deg);
}
.userMenuArrow svg{
  fill: #76808e;
  display: block;
  width: 14px;
  height: 7px;
}
.clientMenuLinksWrapper{
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 293px;
  top: 37px;
  right: 15px;
  z-index: 18;
  transition: 0.5s ease max-height, 0.3s ease opacity, 0.3s ease box-shadow;
  -webkit-box-shadow: 0 0 0 0 rgba(208,216,228,1);
  -moz-box-shadow: 0 0 0 0 rgba(208,216,228,1);
  box-shadow: 0 0 0 0 rgba(208,216,228,1);
}

.stickyNav .clientMenuLinksWrapper{
  right: 4px;
  top: 24px;
}

.clientMenuWrapper.opened .clientMenuLinksWrapper{
  max-height: 650px;
  opacity: 1;
  -webkit-box-shadow: 0px 22px 37px -15px rgba(96, 116, 146,0.3);
  -moz-box-shadow: 0px 22px 37px -15px rgba(96, 116, 146,0.3);
  box-shadow: 0px 22px 37px -15px rgba(96, 116, 146,0.3);
}
.clientMenuLinks{
  width: 100%;
  border: 1px solid #eaf0f8;
  border-bottom: 2px solid #2193ff;
  background-color: #f7f9fc;
  position: relative;
  padding: 10px 15px;
  margin: 15px auto 0 auto;
}

.clientMenuTriAngle{
  position: absolute;
  top: -14px;
  right: 15px;
}


.clientMenuTriAngle svg{
  width: 20px;
  height: 18px;
}
.clientMenuLinks a{
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dde4ec;
  color:#363e46;
}
body[data-lcistradingexperience="false"] .clientMenuLinks a.deposit-fortrader{
  display: none;
}
body[data-lcislogin="true"] .clientMenuLinks a.menu-logged-in{
  display:block !important;
}
.pc .clientMenuLinks a:hover{
  color:#2193ff;
}
.clientMenuLinks a:first-child{
  padding-top: 0;
}
.clientMenuLinks a:last-child{
  border-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1025px){
  .loggedUser{
    width: 100%;
  }
  .clientPersonal{
    float: left;
    text-align: left;
  }
  .clientDepositButton{
    border-left:0;
  }
  .clientMenuLinksWrapper{
    top: 44px;
  }
}
@media (max-width: 480px){
  .clientMenuLinksWrapper {
    top: 30px;
  }
}
@media (max-width: 1359px){
  .stickyNav .clientPersonal{
    display: none;
  }
  .stickyNav .clientDepositButton{
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
}

@media (max-width: 550px){
  .stickyNav .clientDepositButton{
    display: none;
  }

  .stickyNav .clientMenuLinksWrapper{
    margin-left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    top: 34px;
  }
}

/* Main Nav Menu */
.menuWrap{
  position: absolute;
  left:50%;
  top: 43px;
  max-width: 710px;
  margin-left: -395px;
  z-index: 110;
  width:100%;
}

.nav {
  text-align: center;
  cursor: default;
}
.navItem {
  display: inline-block;
  padding: 0 8px;
}

.navCat {
  display: none;
}

.line {
  background:#2193ff;
  display: block;
  position: absolute;

  bottom:3px;
  transition: 0.3s height ease;
  height: 3px;
  z-index: 0;
  left:50%;
}

.navItem{
  position: relative;
  z-index: 13;
}

.navItem .primaryLink {
  line-height:104px;
  display: inline-block;
  color:#363e46;
  transition:0.3s ease color;
}

.navItem .showSub{
  display: none;
}

.pc .navItem .primaryLink:hover {
  color:#2193ff;
}

.navCat{
  position: absolute;
  display: block;
  width:auto;
  vertical-align: top;
  white-space:nowrap;
  left:50%;
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  filter: blur(0);
  line-height: 1;
  top:101px;
  z-index: 12;
  padding: 0 15px 0 15px;
  background:#f7f9fc;
  border-bottom:0 solid #eaf0f8;
  opacity: 0;

  -webkit-transition: opacity ease 0.5s, max-height ease 0.5s;
  -moz-transition: opacity ease 0.5s, max-height ease 0.5s;
  -ms-transition: opacity ease 0.5s, max-height ease 0.5s;
  -o-transition: opacity ease 0.5s, max-height ease 0.5s;
  transition: opacity ease 0.5s, max-height ease 0.5s;
  overflow: hidden;
  max-height: 0;

}

@media(min-width: 1025px){
  .navItem:hover .primaryLink + .navCat{
    border-bottom:3px solid #eaf0f8;
    opacity: 1;
    max-height: 380px;
    top:101px;
    z-index: 15;
  }
}

.navCat .navSubCat {
  vertical-align: top;
  display: inline-block;
  margin: 15px 20px 10px 20px;
  text-align: left;
}


.navCat .navSubCat a{
  display: block;
  width: 180px;
  white-space: normal;
  line-height: 18px;
  margin-bottom: 11px;
}

.navCat .navSubCat > a{
  border-bottom:1px solid #eaf0f8;
  color:#77808e;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.navSubCatWrap a{
  color:#363e46;
  margin-bottom: 5px;
}

.pc .navSubCatWrap a:hover, .navCat .navSubCat > a:hover{
  color:#2193ff;
  transition: 0.3s ease color;
}

.navCat{
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Laptop Screen Header */
@media (max-width: 1359px) {
  .header {
    margin-bottom: 56px;
  }
  .menuWrap {
    top: 143px;
    max-width: 100%;
    left: 0;
    margin-left: 0;
  }
  .navItem .primaryLink {
    line-height: 57px;
  }
  .nav {
    border-bottom: 1px solid #eaf0f8;
    position: relative;
    z-index: 15;
  }
  .homepage .nav {
    border-bottom: 0;
  }
  .navCat {
    top: 57px;
    width: 100%;
  }
}
@media(min-width: 1025px) and (max-width: 1359px){
  .navItem:hover .primaryLink + .navCat{
    top: 57px;
  }
  .navItem {
    position: static;
    z-index: 15;
  }
  .line {
    bottom:0;
    left: 50%;
    z-index: -1;
  }
  .navCat .navSubCat a{
    width: auto;
    white-space: normal;
    max-width: 220px;
  }
}

.mobileButton, .traderButtonWrap, .mobileCloseButton, .nav .navItem:first-child svg{
  display: none;
}


@media (max-width: 1025px){
  .navCat .navSubCat a{
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  .header{
    margin-bottom: 0;
    transition: 0s;
  }
  .headerContent{
    height: 150px;
  }
  .mobileButton, .traderButtonWrap{
    display: block;
    border:1px solid #dee5ef;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 23px;
  }
  body{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
  }
  .mobileOpened body{
    overflow: hidden;
  }

  .mobileOpened .ftContent:before{
    width:100%;
    height:100%;
    position:absolute;
    z-index:25;
    left:0;
    top:0;
  }

  .burger-menu {
    margin-top:10px;
    position: relative;
    width: 29px;
    height: 29px;
    cursor: pointer;
  }
  .burger {
    position: absolute;
    background: rgba(111,111,111,1);
    width: 100%;
    height: 3px;
    top: 50%;
    right: 0px;
    margin-top: -5px;
    opacity: 1;
  }
  .burger::before {
    position: absolute;
    background: rgba(111,111,111,1);
    width: 29px;
    height: 3px;
    top: 10px;
    content: "";
    display: block;
  }
  .burger::after {
    position: absolute;
    background: rgba(111,111,111,1);
    width: 29px;
    height: 3px;
    bottom: 10px;
    content: "";
    display: block;
  }
  .burger::after, .burger::before, .burger {
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
  }
  .burger-menu.menu-on .burger::after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0px;
  }
  .burger-menu.menu-on .burger::before{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0px;
  }
  .burger-menu.menu-on .burger{
    background: rgba(111,111,111,.0);
  }
  /* useless css */
  .burger-menu {
    margin-left:auto;
    margin-right: auto;
  }

  .mobileButton{
    left:15px;
  }

  .traderButtonWrap{
    right:15px;
  }
  .traderButtonWrap svg {
    width: 25px;
    margin-left: 7px;
    margin-top: 5px;
    fill: #77808b;
  }

  .headerContent .container{
    position: relative;
  }
  .stickyNav body[data-lcreg="Asic"] .headerContent .container, .stickyNav body[data-lcreg="Belarus"] .headerContent .container{
	top: 0px !important;
	}
	body[data-lcreg="Asic"] .headerContent .container, body[data-lcreg="Belarus"] .headerContent .container{
		top: auto !important;
	}
  .headerContent{
    height: 150px;
  }
  .membershipWrap{
    margin: 0 0 20px;
    width: 100%;
    opacity: 0;
  }

  .signupLoginWrap{
    width: 100%;
    text-align: center;
    display: none;
  }

  .headerLoginContainer{
    display: inline-block;
    float: none;
    position: relative;
  }
  .headerLoginWidgetContainer{
    left: 50%;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .headerLoginBtn, .headerSignUpBtn{
    display: inline-block;
    margin: 0 5px;
    min-width: 130px;
    float: none;
  }
  .headerLoginBtn{
    margin-left: 0;
  }
  .headerSignUpBtn{
    margin-right: 0;
  }
  .headerLogoWrap{
    margin: 20px 0 15px 0;
  }

  .headerLogoWrap{
    text-align: center;
    width: 100%;
  }
  .headerLogoLink{
    display: inline-block;
  }
  .ftContent{
    transition: transform 0.6s cubic-bezier(0.42, 0.2, 0, 0.97);
    -webkit-transition: transform 0.6s cubic-bezier(0.42, 0.2, 0, 0.97);
    -moz-transition: transform 0.6s cubic-bezier(0.42, 0.2, 0, 0.97);
    -ms-transition: transform 0.6s cubic-bezier(0.42, 0.2, 0, 0.97);
    -o-transition: transform 0.6s cubic-bezier(0.42, 0.2, 0, 0.97);
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    overflow-x: hidden;
  }

  .mobileOpened{
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
  .line{
    display: none !important;
  }
  .mobileOpened .ftContent{
    overflow: hidden;
    -webkit-transform: matrix3d(0.516, 0, 0.64, -0.0005, 0, 0.83, 0, 0, -0.64, 0, 0.77, 0, 200, 0, 0, 1);
    transform: matrix3d(0.516, 0, 0.64, -0.0005, 0, 0.83, 0, 0, -0.64, 0, 0.77, 0, 200, 0, 0, 1);
    -webkit-overflow-scrolling: auto;
  }
  div.menuWrap{
    display: block;
    background: #f1f5f8;
    padding-top: 70px;
  }
  .mobileOpened .menuWrap{
    display: block;
	height: 100%;
  }
  .menuWrap{
    position: absolute;
    left: 0;
    bottom:0;
    top: auto;
    width: 100%;
    height: 97%;
    z-index: 1;
	top: auto !important;
  }
  .ftContent{
    z-index: 2;
  }
  .nav{
    width: 100%;
    height: auto;
    max-height: calc(100% - 80px);
    position:absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    bottom:0;
    padding-bottom: 90px;
  }
  div.navCat{
    padding-right: 0;
    display: block;
    opacity: 0;
    position: relative;
    width: 100%;
    float:left;
    left: 0;
    top: 0;
    -moz-transform: none;
    transform: none;
    transition: 0.5s ease max-height, 0.6s ease padding !important;
    overflow-x: hidden;
    overflow-y: scroll;
    border-bottom: 0 solid #e7ecef;
    height: 300px;
    background: #f1f5f8;
    max-height: 10px;
  }

  .catOpened div.navCat{
    background:#f7f9fc;
    max-height: 200px !important;
    border-bottom: 1px solid #e7ecef !important;
    position: relative;
    z-index: 15;
    opacity: 1;
  }

  .catOpened:after{
    content:'';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 20;
    bottom:0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(247,249,252,0) 0%, rgba(247,249,252,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247,249,252,0) 0%,rgba(247,249,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247,249,252,0) 0%,rgba(247,249,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f9fc', endColorstr='#f7f9fc',GradientType=0 );
  }

  div.navItem{
    float: left;
    display: block;
    position: relative;
    padding: 0;
    -webkit-transform: none;
    z-index: 3;
  }

  div.navItem.langMobile {
    display:none !important;
  }
  .navCat div.navSubCat{
    display: block;
    -webkit-transform: none;
    z-index: 9999;
    position:static;
    width: 100%;
    float:left;
  }
  .navItem .showSub {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
  }
  .navItem .showSub:after {
    content:'';
    display:block;
    width:1px;
    height:20px;
    position: absolute;
    background:#ccc;
    left:42px;
    top: 13px;
  }

  .navItem .showSub svg{
    width: 14px;
    height: 45px;
    transition: ease all 0.3s;
  }

  .catOpened .showSub svg{
    transform: rotate(-90deg);
    fill: #2193ff;
  }

  .pc .navItem .showSub:hover svg{
    fill: #2193ff;
  }
  .navItem .primaryLink{
    float: left;
    line-height: 45px;
    text-align: left;
    padding-left: 55px;
    width: 100%;
  }

  .catOpened .primaryLink{
    background:#dfe3e7;
  }

  div.nav .navItem:first-child{
    position: fixed;
    bottom:0;
    width: 100%;
    border-top:1px solid #dbe0e4;
    padding: 15px 0;
    margin-bottom: 0;
    background-color: #f1f5f8;
    z-index: 16;
  }

  .mobileOpened div.nav .navItem:first-child {
    position: fixed;
    bottom:0px;
  }
  div.nav .navItem:first-child .primaryLink{
    padding-left: 15px;
    line-height: 30px;
  }
  div.nav .navItem:first-child svg{
    width: 22px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 7px;
    fill: #5d6369;
  }

  span.mobileCloseButton{
    display: block;
    position: absolute;
    left: 15px;
    font-size: 14px;
    line-height: 14px;
    top: 78px;
    color:#363e46;
    cursor: pointer;
  }
  span.mobileCloseButton svg{
    width: 15px;
    margin-right: 5px;
    color:#363e46;
  }

}

@media (max-width: 700px){
  .headerContactL{
    display: none;
  }
}

@media (max-width: 550px){

  .headerLoginContainer{
    position: static;
  }
  .headerLoginWidgetContainer{
    left: 0;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    transform:none;
  }

}
@media (max-width: 480px){

  .headerLogoLink, .headerLogoLink img{
    width: 150px;
  }

  .headerLiveSupportL{
    display: none;
  }
  a.headerPhoneL{
    margin-right: 0;
  }
  div.langDropDown{
    padding-left: 0;
  }
  .subHeaderContact {
    padding-right: 0;
  }
  .mobileButton, .traderButtonWrap{
    width: 35px;
    height: 35px;
  }
  .headerContent{
    height: 140px;
  }
  .burger-menu, .burger:before, .burger:after{
    width: 23px;
  }
  .burger:before{
    top:8px;
    height:2px;
  }
  .burger:after{
    bottom:8px;
    height:2px;
  }
  .burger-menu{
    margin-top:5px;
  }
  .burger{
    height:2px;
  }

  .traderButtonWrap svg{
    margin-left: 5px;
    width: 20px;
    height: 23px;
  }

  .signupLoginWrap a{
    min-width: 120px;
  }
}
@media (max-width: 480px) and (min-height: 600px) {
  .nav {
    max-height: calc(100% - 80px);
  }
}
@media (max-width: 480px) and (max-height: 500px) {
  .nav {
    max-height: calc(100% - 45px);
  }
  span.mobileCloseButton{
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #dbe0e4;
    width: 100%;
    left:0;
    margin-top: 0;
    top: 0;
    background-color: #f1f5f8;
    z-index: 16;
  }

  div.navItem{
    margin-bottom: 5px;
  }
  div.nav div.navItem:first-child{
    margin-bottom: 0;
  }

  div.menuWrap{
    padding-top: 10px;
  }
}

.subHeaderContact svg.shakeHands{
  width:20px;
}
@media (max-width:992px){
  .affiliatWithUsL{
    display:none;
  }
}

/* Footer */

.footer{
  margin-top: 20px;
}

.readyForTradingRow{
  background-color: #2193ff;
  padding: 25px 0;
  text-align: center;
  cursor: default;
}

body[data-lcislogin="true"] .readyForTradingRow{
  display: none;
}

.white-btn{
  background-color: #fff;
}
.pc .white-btn:hover, .pc .readyForTradingRow:hover .white-btn{
  background: #30bbff;
  border: 1px solid #30bbff;
  color:#fff;
}
.rftText{
  color:#fff;
  font-weight: 600;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}
.footerContent{
  background-color: #eaedf1;
}

.footerFtCol{
  margin-bottom: 20px;
}

.footerFtCol > div, .fLogoContainer > div, .fFtSubCol > div{
  float: left;
  width: 100%;
}

.fFtSubCol {
  margin-top: 20px;
}

.footerFtCol{
  padding-top: 30px;
}
.fLogoWrapper{
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 180px auto;
}
.copyRight span {
  font-size: 14px;
  display: block;
  float: left;
  width: 100%;
  line-height: 1.3em;
  cursor: default;
}
span#rightsReservedYear {
  display: inline;
  float: none;
}
.fColTitle{
  color:#5f7383;
  font-weight: 600;
  margin-bottom: 5px;
  cursor: default;
}
.fPaymentLogo, .fSocialLogo, .fAppLogo{
  display: block;
  border:1px solid #c8d3d8;
  float: left;
  height: auto;
  line-height: 1em;
  padding: 7px 7px 5px 7px;
  text-align: center;
}
.fSocialLogo svg, .fPaymentLogos svg{
  display: inline-block;
  color:#4e5155;
}
.fAppLogo{
  width: 155px;
  transition: 0.3s ease border-color;
}
.pc .fAppLogo:hover{
  border: 1px solid #2193ff;
}
.fAppLogo svg{
  height: 30px;
  fill: #5f7383;
}
a.appStore{
  margin-right: 10px;
}
.fPaymentLogo svg{
  height: 20px;
  fill: #9aa7b1;
  width: 40px;
}

.fPaymentLogo, .fSocialLogo{
  margin-right: 10px;
}
.fSocialLogo{
  transition: 0.3s ease border-color;
}
.fSocialLogo svg{
  height: 20px;
  fill: #5f7383;
  width: 20px;
  transition: 0.3s ease fill;
}
.pc .fSocialLogo:hover{
  border:1px solid #2193ff;
}
.pc .fSocialLogo:hover svg{
  fill: #2193ff;
}

/* Footer Site Map */
.siteMapWrapper {
  vertical-align: top;
  position: relative;
  padding: 25px 0;
  overflow: hidden;
}
.smCat {
  vertical-align: top;
  width: 32.5%;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 20px 0 40px;
}
.smCat:before {
  width: 1px;
  height: 100%;
  height: calc(100% - 35px);
  top: 0;
  margin-left: -40px;
  margin-top: 15px;
  content:'';
  display: block;
  background-color: #dce3e7;
  position: absolute;
}
.smCat a{
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
  color: #6c7072;
  line-height: 1.2em;
}
.pc .smCat a:hover{
  color: #2193ff;
}
.smCat a.catTitle{
  font-size: 16px;
  color:#5f7383;
  font-weight: 700;
}

.footerRiskDisclaimer{
  background-color: #dfe6ec;
  padding: 20px 0;
}
.footerRiskDisclaimer .container, .footerRegulateCenters .container{
  padding: 0 15px;
}
.frdTitle, .frcTitle{
  text-align: center;
  font-weight: 600;
  color:#484c4f;
  margin-bottom: 5px;
}
.frdText{
  font-size: 14px;
  text-align: justify;
  -moz-text-align-last: center; /* Code for Firefox */
  text-align-last: center;
  color:#6c7072;
  margin-bottom: 5px;
}
@media(max-width:1360px){
  .frdText br{
    display:none;
  }
}

.frdLinkWrap, .frdLinkWrap a{
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #5f7383;
  transition: 0.3s ease color;
}

.footerRegulateCenters{
  padding: 20px 0;
  background-color: #d8e0e7;
}
.frcTitle{
  color:#5f7383;
}
.frcItem{
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.frcText{
  color:#6c7072;
  text-align: center;
  font-size: 15px;
}
.frcText a{
  font-size: 15px;
  font-weight: 600;
  color: #5f7383;
  transition: 0.3s ease color;
}
.pc .frcText a:hover, .pc .frdLink:hover{
  color: #2193ff;
}

.goToTopWrap{
  width: 100%;
  float: left;
  text-align: center;
  margin: 10px 0 40px 0;
}
body[data-lcreg="FCA"] .goToTopWrap{
  margin: 10px 0 80px 0;
}
@media(max-width: 767px){
  body[data-lcreg="FCA"] .goToTopWrap{
    margin: 10px 0 40px 0;
  }
}
.gttBtn{
  width: 40px;
  height: 30px;
  background-color: #fff;
  border:1px solid #8d9ca9;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease border, 0.3s ease background;
}
.pc .gttBtn:hover{
  border:1px solid #2193ff;
  background:#2193ff;
}
.gttBtn svg{
  fill:#343d49;
  width: 14px;
  display: inline-block;
  transition: 0.3s ease fill;
}
.pc .gttBtn:hover svg{
  fill: #fff;
}

/* Basic Tab Structure */
.ftTab .tabLinkWrap, .ftTab .tabContentWrap{
  float: left;
  width: 100%;
}
.ftTab .tabContent {
  display: none;
}
.ftTab .tabContent.active {
  display: block;
}

@media(max-width: 1359px){
  .smCat{
    padding: 0 20px 0 20px;
  }
  .smCat:before{
    margin-left: -20px;
  }
  .fAppLogo{
    width: 135px;
  }
  .fPaymentLogo{
    padding: 7px 3px;
  }
}
@media (max-width: 992px) {
  .footerFtCol{
    padding-top: 20px;
  }
  div.fLogoWrapper{
    width: 130px;
    background-size: 130px auto;
    background-position: left center;
    float: none;
    margin: 0 auto 0 auto;
    padding-right: 330px;
  }
  .copyRight span{
    text-align: center;
  }
  div.fSocial{
    position: absolute;
    top: 13px;
    width: 200px;
    left: 50%;
    margin-left: -5px;
  }
  div.fSocial:before{
    height: 20px;
    position: absolute;
    content:'';
    width: 1px;
    margin-left: -15px;
    margin-top: 7px;
    background-color: #c8d3d8;
    display: block;
  }

  .fSocialLogo{
    width: 35px;
    height: 32px;
    padding: 7px 5px;
  }
  .fSocialLogo svg{
    height: 15px;
    width: 20px;
  }

  .fSocialTitle{
    display: none;
  }

  div.fApplications, div.fPayments{
    width: 50%;
    text-align: center;
  }
  .fAppLogo{
    display: inline-block;
    float: none;
    height: 40px;
    margin-right: 5px;
    width: 150px;
  }
  .fAppLogo svg{
    height: 25px;
  }
  .fPaymentLogo{
    display: inline-block;
    float: none;
    height: 40px;
    width: 55px;
    margin-right: 5px;
  }
  .fPaymentLogo svg{
    height: 25px;
  }

  .fLogoContainer{
    border-bottom:1px solid #ced8de;
    padding-bottom: 15px;
  }

  .siteMapWrapper{
    border-top:1px solid #ced8de;
  }
  div.smCat{
    padding-left: 30px;
  }
  div.smCat:before{
    margin-left: -30px;
  }
  div.smCat:nth-child(1):before, .smCat:nth-child(4n):before{
    display: none;
  }
  div.smCat:nth-child(1), .smCat:nth-child(4n){
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .fSocialTitle{
    display: inline-block;
    padding:0 20px;
  }
  div.fSocial{
    position: static;
    width: 100%;
    text-align: center;
  }
  .fSocialLogo{
    float: none;
    display: inline-block;
  }
  div.fPayments, div.fApplications{
    width: 100%;
  }
  .fAppLogos, .fPaymentLogos{
    padding: 0 20px;
  }

  a.fAppLogo{
    width: 48%;
    /*margin: 0 1%;*/
    margin: auto;
    height: 50px;
    display: block;
    /*float: left;*/
    float: none;
  }
  a.fAppLogo svg{
    height: 32px;
  }

  div.fLogoWrapper{
    padding-right: 0;
  }

  .footerFtCol{
    position: relative;
    padding: 0 0 10px 0;
  }

  .fLogoContainer{
    bottom: 0;
    margin-top: 10px;
    border-bottom: 0;
    padding: 0 20px;
  }
  .siteMapWrapper{
    text-align: center;
    border-top:0;
    background-color: #dfe6ec;
    padding: 20px 15px;
  }
  .footerRiskDisclaimer{
    background-color: #d8e0e7;
  }
  .footerRegulateCenters{
    background-color: #eaedf1;
  }
  div.smCat:before, .smCat a{
    display: none !important;
  }
  .smCat a.catTitle{
    display: block !important;
  }
  div.smCat{
    padding: 0 !important;
    display: inline-block;
    margin: 0;
    float: none;
    width: auto;
  }
  .smCat a.catTitle{
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    line-height: 1.5em;
    padding-right: 12px;
    border-right: 1px solid #c8d3dd;
    margin-right: 8px;
  }
  .smCat:last-child a.catTitle{
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .fPaymentLogo:last-child{
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  span.rftText{
    width: 100%;
    display: block;
    border-right: 0;
    padding: 0;
    margin-bottom: 5px;
    position: relative;
  }
  .readyForTradingRow .white-btn{
    width: 80%;
  }

  a.fAppLogo svg{
    width: 100px;
  }
  .fPaymentLogo{
    width: 50px;
  }
  .fPaymentLogo svg{
    width: 40px;
  }
}

@media (max-width: 380px) {
  a.fAppLogo svg{
    width: 100px;
  }
  .fPaymentLogo{
    width: 42px;
  }
  .fPaymentLogo svg{
    width: 30px;
  }
}


/* Blue Line Tab Link */
.lineStyleTab.tabLinkWrap{
  text-align: center;
  border-bottom:1px solid #e0e9f1;
}
.lineStyleTab .tabLink{
  display: inline-block;
  line-height: 28px;
  margin: 0 10px 20px 10px;
  padding: 0 5px 7px 5px;
  position: relative;
  transition: 0.3s ease color;
}
.lineStyleTab .tabLink:before{
  content:'';
  width: 60%;
  left: 20%;
  height: 2px;
  background-color: transparent;
  display: block;
  bottom: 0;
  position: absolute;
  transition: 0.3s ease background-color;
}
.lineStyleTab .tabLink.active:before{
  background-color: #2193ff;
}
.lineStyleTab .tabLink.active{
  color:#2193ff;
}


/* Sticky NavBar  */
.stickyNav .headerContent{
  position: static;
}
.stickyNav .headerContent .container{
  position:fixed;
  top:0;
  width:100%;
  z-index:20;
  background:#fff;
  display: block;
  height:50px;
  transition:0.3s ease top;
  border-bottom:1px solid #e5eaef;
  -webkit-animation: stickyNavAni 0.3s normal forwards;
  -moz-animation:    stickyNavAni 0.3s normal forwards;
  -o-animation:      stickyNavAni 0.3s normal forwards;
  -webkit-transform: translate3d(0,0,0);
}
@keyframes stickyNavAni {
  from {
    margin-top:-30px;
  }
  to {
    margin-top:0;
  }
}
.stickyNav .headerContent .headerLogoWrap{
  position:absolute;
  left:50%;
  margin:0;
  margin-left:-635px;
  padding-left: 0;
}
.stickyNav .headerContent .headerLogoWrap img{
  display: none;
}
.stickyNav .headerContent .headerLogoWrap a{
  width:120px;
  height: 35px;
  margin-top:7px;
  background: url('../img/forTrade_240.png') left center no-repeat;
  background-size: 120px auto;
}
.stickyNav .headerContent .headerLogoWrap a.iirocClass{
  background: url('../img/forTrade-iiroc.png') left center no-repeat;
  background-size: contain;
}
.stickyNav .headerContent .headerLogoWrap a.cysecClass{
  background: url('../img/Fortrade_Cyprus_Ltd-web.png') left center no-repeat;
  background-size: contain;
}
.stickyNav .membershipWrap{
  max-width:320px;
  margin-top:9px;
  position:absolute;
  left:50%;
  margin-left:315px;
  padding-right: 4px;
}
.stickyNav .membershipWrap .ftBtn{
  line-height:30px;
}

@media (min-width: 1026px){
  .stickyNav .nav{
    top:0;
    z-index:21;
    height: 0;
    border: 0;
  }
  .stickyNav .line{
    bottom:0;
    height:2px;
  }
  .stickyNav .menuWrap{
    z-index:22;
    position:fixed;
    margin-top:-43px;
    -webkit-animation: stickyMenuAni 0.3s normal forwards;
    -moz-animation:    stickyMenuAni 0.3s normal forwards;
    -o-animation:      stickyMenuAni 0.3s normal forwards;
  }
  @keyframes stickyMenuAni {
    from {
      margin-top:-80px;
    }
    to {
      margin-top:-43px;
    }
  }
  .stickyNav .navItem .primaryLink{
    line-height:50px;
  }
  .stickyNav .navItem:hover .primaryLink + .navCat, .stickyNav .navCat{
    top:50px;
  }
}

@media (max-width: 1359px){
  .stickyNav .membershipWrap{
    padding-right: 0px;
  }
  .stickyNav .headerContent .headerLogoWrap{
    margin-left:-470px;
  }
  .stickyNav .membershipWrap{
    margin-left:175px;
  }

  .stickyNav .headerLoginContainer, .stickyNav .headerSignUpBtn{
    float: left;
    min-width: 0;
  }

  .stickyNav .headerLoginBtn, .stickyNav .headerSignUpBtn{
    text-indent:-300px;
    width:70px;
    min-width:0;
    overflow:hidden;
    position:relative;
  }
  .stickyNav .headerLoginBtn span, .stickyNav .headerSignUpBtn span{
    display:block;
    text-indent:0;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
  }
  .stickyNav .headerLoginBtn svg, .stickyNav .headerSignUpBtn svg{
    width:30px;
    height:24px;
    margin-top:2px;
  }
  .stickyNav .headerLoginBtn svg{
    fill:#2193ff;
  }
  .stickyNav .headerSignUpBtn svg{
    fill:#fff;
  }
}


@media (max-width: 1359px) and (min-width: 1026px){
  .stickyNav .navItem:hover .primaryLink + .navCat, .stickyNav .navCat{
    top:0px;
  }
  .stickyNav .line{
    top:-2px;
  }
  .stickyNav .membershipWrap{
    width:200px;
    margin-left:269px;
    z-index:25;
    position:fixed;
  }
  .stickyNav .menuWrap{
    top:93px;
  } 
  .stickyNav body[data-lcreg="FCA"] .menuWrap, .stickyNav body[data-lcreg="cysec"] .menuWrap {
    transform: translateY(52px);
	}
  .stickyNav .navItem{
    padding:0 7px;
  }
  .stickyNav .primaryLink{
    top:-50px;
    position:relative;
  }
  body[data-lcreg="FCA"] .stickyNav .primaryLink{
	top:0;
  }
}
@media (max-width: 1025px){
  .stickyNav div.headerLogoWrap{
    margin-left:0 !important;
    left:0 !important;
  }

  .stickyNav .signupLoginWrap{
    text-align:right;
  }
  .stickyNav .membershipWrap{
    width:150px;
    margin-left: 318px;
    z-index: 25;
    position: fixed;
    padding: 0;
  }
  .stickyNav .headerLogoLink{
    width:120px;
  }
  .stickyNav .traderButtonWrap{
    display:none;
  }
  .stickyNav .mobileButton{
    top:9px;
    width:32px;
    height:32px;
    left:50%;
    margin-left:-470px;
  }
  .stickyNav .burger-menu{
    margin-top:4px;
    width:22px;
  }
  .stickyNav .burger {
    height:2px;
  }
  .stickyNav .burger:before, .stickyNav .burger:after{
    width:22px;
    height:2px;
  }
  .stickyNav .burger:before{
    top:7px
  }
  .stickyNav .burger:after{
    bottom:7px;
  }
}
@media (max-width: 991px){
  .stickyNav .mobileButton{
    margin-left: -370px;
  }
  .stickyNav .membershipWrap{
    margin-left: 215px;
  }

}
@media (max-width: 768px){
  .stickyNav .headerContent .headerLogoWrap{
    width:100%;
    padding:0;
    margin:0;
    left:0;
  }
  .stickyNav .mobileButton{
    margin-left:0;
    left:15px;
  }
  .stickyNav .membershipWrap{
    left:auto;
    margin-left:0;
    right: 13px;
    padding: 0;
  }
}

@media (max-width: 650px){
  .stickyNav .signupLoginWrap{
    width: 95px;
    padding: 0;
  }
  .stickyNav .headerLoginBtn, .stickyNav .headerSignUpBtn{
    width: 30px;
  }
}
@media (max-width: 480px){
  .stickyNav .headerLoginBtn, .stickyNav .headerLoginWidgetContainer{
    display: none;
  }
  .stickyNav .headerSignUpBtn{
    float: right;
  }
}

/* FCA Fixed Riskbar */
@media (min-width: 1026px){
  .wrapper{
    position:relative;
  }
}
@media (min-width: 1358px){
  .stickyNav body[data-lcreg="FCA"] .menuWrap {
    /*margin-top: 0;*/
    /*transform: translateY(-49px);*/
  }
}

/* Old Browser Alert  */
.browserAlertBar{
  position:fixed;
  bottom:0;
  background:#ff5f6d;
  width:100%;
  left:0;
  z-index:21;
  padding:10px 0px 15px 0px;
  cursor:default;

}
.browserAlertCenter{
  max-width:600px;
  margin:auto;
  text-align:center;
  color:#fff;
}
.browserAlertText{
  padding:0 45px;
  margin-bottom:5px;
  font-size:15px;
  font-weight:600;
}

.browserSuggestions{
  padding-top:5px;
}
.browserSuggestions a{
  display:inline-block;
  width:85px;
  font-size:14px;
  color:#fff;
  text-align:center;
}
.browserSuggestions a svg{
  display:block;
  width:85px;
  height:30px;
  fill:#ffff;
  margin-bottom:5px;
}
.browserSuggestions svg{
  fill:#ffff;
}
.browserSuggestions a:hover, .browserSuggestions a:hover svg{
  color:#f5ced1;
  fill:#f5ced1;
}
.closeBrowserAlert{
  width:20px;
  height:20px;
  position:absolute;
  right:20px;
  top:15px;
  padding:2px;
  cursor:pointer;
}
.closeBrowserAlert svg{
  width:15px;
  height:15px;
  display:block;
  fill:#fff;
}



/*Fixed bottom disclaimer*/
.fixedFooterDisclaimer {
	display:none;
	background-color: #d2dbe8;
	border-bottom: 1px solid #bdcce0;
	top: 0;
	bottom: auto;
	left: 0px;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	padding: 10px 0px;
	z-index: 100;
	float: left;
	/*overflow: hidden;*/
}
.stickyNav .fixedFooterDisclaimer {
    position: fixed;
}
#footer {
  padding-bottom: 60px;
}
.rwShort {
    font-weight: 700;
    text-align: center;
}

@media(min-width:768px){
.rwLong{
display:block !important;
}
.rwShort{
display:none !important;
}
}
@media(max-width:767px){

  .fixedFooterDisclaimer{
    display:none;
  }
  .fixedFooterDisclaimer .container{
	overflow: hidden;
  }
  .rwToggle{
    display: block;
    width: 60px;
    height: 20px;
    background: #f2f5f7;
    border: 1px solid #cdd4d8;
    border-bottom: 0;
    cursor: pointer;
    margin: auto;
    position: relative;
    margin-top: 5px;
    margin-bottom: -10px;
  }
  .rwToggle:before{
    content: '';
    width: 60px;
    height: 7px;
    display: block;
    position: absolute;
    top: 5px;
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23363e46%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.71%205.92%22%3E%3Cpolygon%20points%3D%220.7%205.92%205.35%201.4%2010.01%205.92%2010.71%205.2%205.35%200%200%205.2%200.7%205.92%200.7%205.92%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E') center no-repeat;
    -webkit-transition: 0.3s ease transform;
    -moz-transition: 0.3s ease transform;
    -ms-transition: 0.3s ease transform;
    -o-transition: 0.3s ease transform;
    transition: 0.3s ease transform;
  }
  .riskClosed .fixedFooterDisclaimer .rwToggle:before{
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    bottom: -22px;
  }
  #footer {
    padding-bottom: 0px;
  }
  .rwShort {
    font-weight: 700;
    text-align: center;
  }
}
body[data-lcreg="FCA"] .fixedFooterDisclaimer, body[data-lcreg="cysec"] .fixedFooterDisclaimer,
body[data-lcreg='DFSA'] .fixedFooterDisclaimer{
  display:block !important;
}
@media(max-width: 1359px){
  body[data-lcreg="FCA"] .footerRegulateCenters{
    padding-bottom: 60px;
  }
}
.frdText > br, .frdText div br:first-child{
  display:none !important;
}
/*End of Fixed bottom disclaimer*/

/* Lang Fixes */
.de_Class .clientMenuLinks{
  padding: 10px 8px;
}

.es_Class .navItem{
  /*padding: 0 15px;*/
}
.mk_Class .navItem{
  /*padding: 0 15px;*/
}
.hr_Class .headerLoginBtn, .hr_Class .headerSignUpBtn, .sl_Class .headerLoginBtn, .sl_Class .headerSignUpBtn, .ar_Class .headerLoginBtn, .ar_Class .headerSignUpBtn, .pt_Class .headerLoginBtn, .pt_Class .headerSignUpBtn, .mk_Class .headerLoginBtn, .mk_Class .headerSignUpBtn{
  padding:0 10px;
}
.hr_Class .headerLoginBtn, .sl_Class .headerLoginBtn, .ar_Class .headerLoginBtn, .pt_Class .headerLoginBtn, .mk_Class .headerLoginBtn{
  padding-right:25px;
}
.hr_Class .headerLoginArrow, .sl_Class .headerLoginArrow, .ar_Class .headerLoginArrow, .pt_Class .headerLoginArrow, .mk_Class .headerLoginArrow{
  opacity:1;
}
.hr_Class .homeAcademyLink{
  font-size:15px;
}
.hr_Class .hraTitle{
  line-height: 17px;
}
@media (max-width: 1025px){
  .es_Class div.navItem, .mk_Class div.navItem{
    padding: 0;
  }
  .pl_Class .headerContent, .se_Class .headerContent{
    height:90px;
  }
}
@media (max-width: 480px){
  .pl_Class .headerContent, .se_Class .headerContent{
    height:85px;
  }
}


/* Arabic Fixes  */
.ar_Class input.ftCheckbox+span{
  padding: 4px 26px 4px 0px;
}
.ar_Class input.ftCheckbox+span:before{
  margin-right:0;
}
.ar_Class .checkboxItem input:checked+span::after{
  right: 13px;
}

.ar_Class .membershipWrap, .ar_Class .signupLoginWrap, .ar_Class .loggedUser{
  float:left !important;
}
.ar_Class .headerForgotPassword a,.ar_Class  .headerForgotPassword svg{
  float:right;
}
.ar_Class .menuWrap{
  margin-left:-305px;
}
.stickyNav .ar_Class .headerContent .headerLogoWrap{
  margin-left: 380px;
}
.stickyNav .ar_Class .membershipWrap{
  margin-left: -645px;
}
.ar_Class .clientMenuLinksWrapper{
  right:auto; left:0;
}
.ar_Class .clientMenuTriAngle{
  right:auto; top:-10px; left:15px;
}
.ar_Class .fLogoWrapper{
  background-position:right;
}
.ar_Class .fPaymentLogo, .ar_Class .fSocialLogo, .ar_Class .fAppLogo{
  float:right;
}
.ar_Class a.appStore{
  margin-right:0; margin-left:10px;
}
.ar_Class .smCat:before{
  margin-left:0;  margin-right:-20px;
}
.stickyNav .ar_Class .headerLoginWidgetContainer{
  margin-right:-25px;
}
.stickyNav .ar_Class .headerLoginWidgetWrapper .headerLoginWidgetTriAngle{
  margin-left:-90px;
}
@media (max-width: 1359px){
  .stickyNav .ar_Class .headerLoginWidgetContainer{
    margin-right:-140px;
  }
  .stickyNav .ar_Class .headerLoginWidgetWrapper .headerLoginWidgetTriAngle{
    margin-left:-120px;
  }
  .ar_Class .menuWrap {
    margin-left:0;
  }
  .ar_Class .clientDepositButton{
    border-left:1px solid #d0d9e5; border-right:0; padding-right:0; padding-left:15px; margin-right:0; margin-left:5px;
  }
}
@media (max-width: 1359px) and (min-width: 1026px){
  .stickyNav .ar_Class .headerContent .headerLogoWrap{
    width:120px; margin-left:340px;
  }
  .stickyNav .ar_Class .membershipWrap{
    margin-left: -485px;
  }
}
@media (max-width: 1025px){
  .stickyNav .ar_Class .membershipWrap{
    margin-left: 305px;
  }
  .ar_Class .clientMenuLinksWrapper{
    right:0;
    left:auto;
  }
  .ar_Class .clientMenuTriAngle{
    display:none;
  }
  .stickyNav body[data-lcislogin="true"].ar_Class .membershipWrap{
    width:120px;
    margin-left:350px;
  }
  .ar_Class .traderButtonWrap{
    text-align:center;
  }
  .ar_Class .traderButtonWrap a{
    display:block;
  }
  .ar_Class .traderButtonWrap a svg{
    margin-left:0; margin-top:6px;
  }
  .ar_Class .headerLoginWidgetContainer{
    margin-right: -220px;
  }
  .stickyNav .ar_Class .headerLoginWidgetWrapper .headerLoginWidgetTriAngle {
    margin-left: 25px;
  }
  .stickyNav .ar_Class .headerLoginWidgetContainer {
    right:0;
    left:0;
    transform:none;
    margin-left:0;
    margin-right:-75px;
  }
}
@media (max-width: 991px){
  .ar_Class .fApplications{
    margin-bottom:20px;
  }
  .ar_Class div.fSocial{
    margin-left:-180px;
  }
  .stickyNav .ar_Class .membershipWrap{
    margin-left: 220px;
  }
  .stickyNav body[data-lcislogin="true"].ar_Class .membershipWrap{
    margin-left:230px;
  }
}
@media (max-width: 768px){
  .ar_Class a.fAppLogo{
    margin:0 1%;
  }
  .ar_Class .fApplications{
    margin-bottom:0;
  }
  .stickyNav .ar_Class .membershipWrap{
    width:95px;
  }
  .ar_Class .fPaymentLogo{
    text-align:center;
    float:none;
  }
  .ar_Class .fSocialLogo{
    float:none;
  }
  .ar_Class div.fSocial:before{
    display:none;
  }
  .ar_Class div.fSocial{
    margin-left:0; margin-bottom:20px;
  }
  .stickyNav .ar_Class .headerLoginBtn, .stickyNav .ar_Class .headerSignUpBtn{
    width: 40px;
    padding: 0 5px;
  }

  .stickyNav .ar_Class .headerLoginWidgetContainer {
    margin-right:-45px;
  }
  .stickyNav .ar_Class .headerLoginWidgetWrapper .headerLoginWidgetTriAngle{
    margin-left:65px
  }
}
@media (max-width: 550px){
  .stickyNav body[data-lcislogin="true"].ar_Class .membershipWrap{
    width:50px;
  }
  .ar_Class .headerLoginWidgetContainer{
    margin-right: 0;
  }
  .ar_Class .headerLoginWidgetWrapper .headerLoginWidgetTriAngle{
    margin-left: 55px;
  }
  .stickyNav .ar_Class .headerLoginWidgetContainer{
    margin-right:0;
  }
  .stickyNav .ar_Class .headerLoginWidgetWrapper{
    text-align:center;
  }
  .ar_Class .headerLoginWidget label{
    text-align:right;
  }
}

/* Footer Paypal Addition */
.withPaypal span{
  padding: 7px 4px 5px 3px;
  margin-right:5px;
}
@media(max-width:1360px){
  .withPaypal span{
    padding: 7px 7px 5px 7px;
    width:90px;
    margin-bottom:5px;
    margin-right:5px;
  }
  .withPaypal span svg{
    width:65px;
    height:15px;
  }
}
@media(max-width:990px){
  .withPaypal span{
    padding: 7px 0px 5px 0px;
    width:50px;
    margin-bottom:0px;
    margin-right:5px;
  }
  .withPaypal span svg{
    width:40px;
    height:25px;
  }
}
@media(max-width:550px){
  .withPaypal span{
    margin:0 5px 10px 5px !important;
    width:80px;
  }
}