body, nav button {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
}

html {
    height: 100%;
}

html, body {
    /*overflow-x: scroll;*/
}

h2, h2 a, h2 a:hover {
    color: #f0ad4e;
}

p {
    margin-top: 10px;
    margin-bottom: 15px;
}

label {
    font-weight: normal;
}

.p-info {
    padding: 15px;
}

.input-group {
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}

.error-container {
    /**/
}

.alt-row {
    background: #efefef;
}

.panel-sub-header {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-color: #eee;
    /*margin-left: -15px;
    margin-right: -15px;*/
    margin-bottom: 20pt;
    margin-top: 10pt;
}

.panel-sub-header h4 {
    padding-left: 10px;
}

.form-group.required .control-label:after {
    content: "*";
    /*color:red;*/
    position: absolute;
    margin-left: 2px;
    top: 9px;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 12px;
}

.divider {
    height: 1px;
    width: 100%;
    display: block; /* for use on default inline elements like span */
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.more-details {
    /*--*/
}

.more-details::before {
    content: "(";
}

.more-details::after {
    content: "...)";
}

.imgsmall {
    margin-top: 15px;
    margin-bottom: 15px;
}

.modal {
    z-index: 10000;
}

.panel-primary > table > tbody > tr > th {
    background-color: #337ab7;
}

.like-table {
    display: table;
    width: 100%;
}

.like-table .like-table-row {
    display: table-row;
    width: 100%;
    margin: 0px;
}

.like-table .like-table-row > [class*=col-] {
    display: table-cell;
    vertical-align: top;
    float: none;
    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
}

.with-table {
    /*-*/
}

.with-table .panel-body {
    padding: 0px;
}

.with-table .panel-heading {
    padding: 0px;
}

.with-table .panel-heading .like-table .like-table-row > [class*=col-] {
    border-top: none;
}

.nav-tabs.nav-justified > li > a {
    margin-right: -1px;
}

/*
.nav-justified > li > a {
  border: none !important;
}
.nav-justified > li > a:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #ddd;
}
.nav-justified > .active > a, .nav-justified > .active > a:before {
    border-radius: 4px 4px 0 0;
    border: 1px solid #ddd;
    border-bottom-width: 0;
}*/

/* glyph colors*/
.green {
    color: #5fba7d;
}

/* Div Margins */
.mt-0 {
    margin-top: 0px;
}

.mt-2 {
    margin-top: 2pt;
}

.mb-2 {
    margin-bottom: 2pt;
}

.mb-4 {
    margin-bottom: 4pt;
}

.mt-4 {
    margin-top: 4pt;
}

.mt-6 {
    margin-top: 6pt;
}

.mt-8 {
    margin-top: 8pt;
}

.mt-10 {
    margin-top: 10pt;
}

.mt-15 {
    margin-top: 15pt;
}

.mt-20 {
    margin-top: 20pt;
}

.mt-30 {
    margin-top: 30pt;
}

.mt-40 {
    margin-top: 40pt;
}

.mt-50 {
    margin-top: 50pt;
}

.mb-6 {
    margin-bottom: 6pt;
}

.mb-8 {
    margin-bottom: 8pt;
}

.mb-10 {
    margin-bottom: 10pt;
}

.mb-15 {
    margin-bottom: 15pt;
}

.mb-20 {
    margin-bottom: 20pt;
}

.mb-30 {
    margin-bottom: 30pt;
}

.mb-40 {
    margin-bottom: 40pt;
}

.mb-50 {
    margin-bottom: 50pt;
}

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

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

/* 20px gutter */
.gutter-20.row, .gutter-20.form-group {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

/* 10px gutter */
.gutter-10.row, .gutter-10.form-group {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

/* 0px gutter */
.gutter-0.row, .gutter-0.form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.25;
    color: #464a4c;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-actions {
    padding: 17px 20px 18px;
    margin-top: 18px;
    text-align: center;
    border-top: 1px solid #ddd;
    *zoom: 1;
}

.form-actions:before, .form-actions:after {
    display: table;
    content: "";
}

.form-actions:after {
    clear: both;
}

.disclamer_form {
    font-size: 9px;
    line-height: 11px;
    padding: 5px;
    text-align: justify;
}

.affix {
    top: 0;
    width: 100%;
}

.affix + #gbody {
    padding-top: 48px;
}

#affix-right.affix {
    top: 48px;
    max-width: 262px;
}

.navbar-brand {
    display: none;
}

.affix .navbar-brand {
    display: block;
}

.nav > li > a {
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #1E90FF;
}

.navbar-inverse .navbar-nav > li > a:focus {
    color: #1E90FF;
    background: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #FFF;
    background-color: #1E90FF;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #1E90FF;
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0px;
}


.list-unstyled, .list-unstyled ul {
    min-width: 120px;
}

.grid-demo {
    padding: 10px 30px;
}

.grid-demo [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    text-align: center;
    line-height: 2;
    background-color: #e5e1ea;
    border: 1px solid #d1d1d1;
}

.container, .jumbotron .container {
    width: auto;
    max-width: 1170px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    border-top: 1px solid #1E90FF;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #222;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #9d9d9d;
}

.close {
    opacity: 1;
    color: #9d9d9d;
    font-weight: normal;
    margin: 0px 10px 5px 0px;
}


.close:focus, .close:hover {
    color: #9d9d9d;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: .8;
}

.close-small {
    font-size: 15px;
}

.navbar-toggle .button-label {
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 14px;
    padding-right: 10px;
    color: #fff;
}

.navbar-toggle .button-bars {
    display: inline-block;
    float: left;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar .navbar-collapse.in {
    max-height: 80vh !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
    display: none;
}

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}

.navbar.affix {
    z-index: 10000;
}

.navbar {
    margin-bottom: 0px;
}

.jumbotron-shallow {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eff2f2;;
}

.jumbotron-shallow h1 {
    font-weight: 700;
    margin: 8px 0px 10px 0px;
    font-size: 43px;
    text-align: center;
}

.jumbotron-shallow p {
    font-size: 16px;
    letter-spacing: normal;
    text-align: center;
    margin: 0px 0px 8px 0px;
}

.jumbotron-shallow a {
    color: #000;
}

.jumbotron-shallow a:hover {
    text-decoration: none;
    color: #1E90FF;
}

.dropdown img, .btn-group img {
    margin-right: 6px;
}

.lg-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.lg-caret, .btn .lg-caret {
    margin-left: 6px;
}

.btn-primary, .panel-primary .panel-heading {
    background-color: #1E90FF;
}


.dropdown-with-pointer ul.dropdown-menu:before {
    content: "";
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: -8px;
    right: 16px;
    z-index: 10;
}

.dropdown-with-pointer ul.dropdown-menu {
    margin-top: 10px;
}

.dropdown-with-pointer ul.dropdown-menu:after {
    content: "";
    border-bottom: 10px solid #ccc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 14px;
    z-index: 9;
}

.glyphicon-navbar {
    top: 3px;
    font-size: 14px;
    color: #FFF;
}

.right-pane .btn, .right-pane p {
    margin-top: 30px;
}

.right-pane p {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.large-applications {
    background: #222;
}

.large-applications span, .nav-list-span span {
    display: block;
}

.large-applications .title, .nav-list-span .title {
    font-weight: 700;
    font-size: 24px;
    word-spacing: 4px;
}

.large-applications .body, .nav-list-span .body {
    font-weight: 600;
    font-size: 12px;
}

.large-applications .row {
    padding-top: 25px;
    padding-bottom: 25px;
}

.awards {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #222;
    font-size: 10px;
    color: #FFF;
}

.footer-first {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #000;
}

.footer-first .container .contact,
.footer-first .container .livechat,
.footer-first .container .callback {
    padding-top: 5px;
}

.footer-first .container .contact a,
.footer-first .container .livechat a,
.footer-first .container .callback a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding-left: 10px;
}

.platforms {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #222;
    color: #FFF;
}

.platforms ul {
    margin: 0 0 14px;
    padding: 0px;
    list-style: none;
}

.platforms li {
    background: url(/static/images/small-correct.png) 0 0 no-repeat;
    padding: 0 0 0 20px;
    margin: 0 0 18px;
}

.platforms .trading-platforms {
    padding-bottom: 10px;
    text-align: center;
}

.platforms .trading-platforms h1 {
    text-align: center;
    font-size: 36px;
}

.platforms span {
    display: block;
}

.platforms .img-large {
    padding-top: 30px;
}

.platforms .img-small {
    padding-top: 15px;
}

.platforms h3 {
    font-size: 22px;
    padding-bottom: 12px;
}

.platforms .btn {
    padding: 18px 40px 18px 40px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.platforms .devices {
    padding-top: 10px;
    padding-bottom: 25px;
}

.platforms span {
    display: block;
}

.platforms .title {
    font-weight: 700;
    font-size: 24px;
    word-spacing: 4px;
}

.platforms .body {
    font-weight: 600;
    font-size: 12px;
    word-spacing: 2px;
}

.easy-steps {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 40px;
}

.easy-steps img {
    padding-top: 40px;
    padding-bottom: 40px;
    transition: 1s all;
}

.easy-steps p {
    padding-left: 20px;
    padding-right: 20px;
}

.easy-steps img:hover {
    transform: scale(1.1, 1.1);
}

.easy-steps h4 {
    font-weight: 700;
}

.easy-steps h2 {
    margin: 0px;
    padding: 0px;
    color: #000;
}

.easy-steps .btn {
    padding: 18px 40px 18px 40px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.easy-steps span {
    display: block;
}

.easy-steps .title {
    font-weight: 700;
    font-size: 24px;
    word-spacing: 4px;
}

.easy-steps .body {
    font-weight: 600;
    font-size: 12px;
    word-spacing: 2px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    margin-bottom: 40px;
}

.slick-dots li {
    cursor: pointer;
    font-size: 0;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 14px;
    display: inline-block;
    margin: 0 6px;
    vertical-align: top;
    opacity: 1;
    position: static;
}

.slick-dots li.slick-active {
    background-color: #1E90FF;
}

.slider-height {
    height: 400px;
}

.slick-slider .slick-effect {
    height: 100%;
    background: url('/static/images/transparent_bg.png') no-repeat left center;
    height: 400px;
    width: 100%;
    background-size: 100% 100%;
    width: 100%;
}

.slick-slider .slider-body span {
    display: block;
}

.text20 {
    font-size: 20px;
}

.text30 {
    font-size: 30px;
}

.text45 {
    font-size: 45px;
}

.text55 {
    font-size: 55px;
}

.text60 {
    font-size: 60px;
}

.text65 {
    font-size: 65px;
}

.text70 {
    font-size: 70px;
}

.slick-slider .slider-body {
    position: relative;
    color: #ffffff;
    font-weight: bold;
    line-height: 60px;
    margin-top: 20px;
    margin-left: 10px;
    z-index: 1;
}

.slick-slider .slider-btn-container {
    position: absolute;
    margin-left: 10px;
    bottom: 60px;
}

.slick-slider .btn-slider {
    height: 50px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    word-spacing: 5px;
    background-color: rgba(0, 0, 0, .5);
    border-color: #FFF;
}

.slick-slider .btn-slider:hover {
    color: #FFF;
    background-color: #1E90FF;
    border-color: #1E90FF;
}

/*
.gci-advantages-trading-products {
  background-image: url('/static/images/main-vault-blue2.jpg');
  background-repeat: no-repeat;
  background-position: cover;
  background-color: #222;
  color: #FFF;
  width: 100%;
  height: 100%;
  min-height: 602px;
}
*/
.gci-advantages-trading-products {
    background: #222 url('/static/images/main-vault-blue2.jpg') no-repeat scroll left center / 100% 100%;
    color: #FFF;
}

.gci-advantages, .trading-products {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}

.gci-advantages h1, .trading-products h1 {
    font-size: 36px;
}

.gci-advantages p, .trading-products p {
    font-size: 14px;
}

.gci-advantages-a {
    margin-left: 20px;
    padding-left: 30px;
    padding-top: 10px;
    font-size: 16px;
}

.gci-advantages-a a {
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
}

.gci-advantages-a a:hover {
    text-decoration: underline;
}

.asset-class {
    height: 140px;
    padding-top: 10px;
}

.asset-class a {
    color: #FFF;
    text-align: center;
    font-size: 18px;
}

.asset-class a:hover {
    text-decoration: none;
}

.asset-class a div {
    width: 100%;
}

.asset-class a div img {
    width: 65px;
    height: 65px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.asset-class:hover {
    background-color: #1E90FF;
}

.asset-class a {
    color: #FFF;
    text-align: center;
    font-size: 18px;
}

.asset-class a:hover {
    text-decoration: none;
}

.asset-class-alt:hover {
    background-color: #f0ad4e;
}

.square-bracket {
    margin-left: 20px;
    position: relative;
    list-style: outside none none;
    padding-left: 30px;
}

.square-bracket::before {
    position: absolute;
    width: 15px;
    top: 25px;
    left: 0;
    bottom: 25px;
    border: 2px solid #ffffff;
    border-right: none;
    content: "";
}

.square-bracket li {
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
}

.instruments {
    padding-top: 30px;
    padding-bottom: 30px;
}

.instruments .nav-tabs > li {
    width: 14.28%;
}

.instruments h1 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.instruments h1 span {
    display: block;
    font-size: 14px;
    margin: 5px 0 0 0;
    font-weight: 400;
}

.instruments .tabbable {
    margin-top: 30px;
    margin-bottom: 30px;
}

.promo, .promo a {
    color: #fff;
    line-height: normal;
}

.instruments .btn, .promo .btn {
    padding: 10px 40px 10px 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.instruments .btn span, .promo .btn span, .promo span {
    display: block;
}

.instruments .title, .promo .title {
    font-weight: 700;
    font-size: 24px;
    word-spacing: 4px
}

.instruments .body, .promo .body {
    font-weight: 600;
    font-size: 12px;
    word-spacing: 2px;
}

.footer {
    background: #222;
    color: #acacac;
    font-size: 14px;
    padding-top: 20px;
}

.footer ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.footer ul li {
    list-style: none;
    font-size: 14px;
    color: #acacac;
    padding-bottom: 20px;
}

.footer a {
    color: #acacac;
    text-decoration: underline;
}

.footer a:hover {
    text-decoration: none;
}

.footer .separator {
    border-top: 1px solid #959595;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 767px) {
    .panel-group {
        width: 400px;
    }

    .thumbnail {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .yamm .dropdown.yamm-fw .dropdown-menu {
        border: 0px;
    }

    .close-small {
        display: none;
    }

    .close {
        margin: -15px 10px 5px 0px;
    }

    .form-group.required .control-label::after {
        top: 2px;
    }

    .text70 {
        font-size: 35px;
    }

    .promo .btn {
        white-space: normal;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0px;
    }
}

img {
    max-width: 100%;
}