*,
*:before,
*:after {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

input[type=text],
input[type=email],
input[type=search],
input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none
}

body {
    margin: 0;
    font-family: open sans, sans-serif
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

.left {
    float: left
}

.right {
    float: right
}

.clearfix {
    clear: both
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.h1,
h1 {
    line-height: 30px;
    font-size: 30px;
    font-weight: 100;
    color: #3c454c
}

.text-centered {
    text-align: center
}

header {
    background: url(../images/header.jpg) top center;
    height: 195px;
    width: 100%;
    min-width: 970px
}

.mc-table,
.chart-padding {
    width: 700px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.mini-chart-btn-cont,
.mc-logo {
    width: 180px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.mini-chart-cont>*,
.mini-chart-legend>*,
.mc-table>* {
    float: left
}

.mini-chart-legend:after,
.mini-chart-cont:after {
    content: '';
    display: block;
    clear: both
}

.chart-padding {
    padding-right: 10px
}

.chart {
    position: relative;
    font-family: robotobold, sans-serif;
    width: 100%
}

.chart-timer {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    letter-spacing: .2px;
    width: 100px;
    height: 40px;
    top: 12px;
    font-size: 20px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #556e78
}

.chart-time-self {
    padding-left: 10px;
    vertical-align: top
}

.mini-chart-cont {
    width: 100%
}

.mc-table-td-legend {
    padding-top: 13px;
    font-weight: 300;
    font-size: 14px;
    font-family: robotolight, sans-serif;
    letter-spacing: .5px
}

.mc-table-td {
    text-transform: uppercase;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 0 !important;
    width: 33.3%;
    color: #c0c1c4
}

.mc-table-td-legend b {
    font-family: robotobold, sans-serif
}

.mini-chart-legend {
    height: 70px;
    width: 700px;
    float: left
}

.mc-table-td-value {
    padding-top: 0;
    font-size: 24px;
    font-family: robotolight, sans-serif
}

.text-green {
    color: #03ae89
}

.text-yellow {
    color: #ffe076
}

.mc-btn {
    display: inline-block;
    position: relative;
    z-index: 2;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.33;
    border: none;
    margin: 0;
    width: 100%;
    height: 80px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.mc-btn_call {
    color: #fff;
    background-color: #6ca924;
    border-radius: 4px 4px 0 0;
    margin-bottom: 1px
}

.mc-btn_call:hover,
.mc-btn_call:focus,
.mc-btn_call:active {
    color: #fff;
    background-color: #76d20c
}

.mc-btn_put {
    color: #fff;
    background-color: #f74a5c;
    border-radius: 0 0 4px 4px
}

.mc-btn_put:hover,
.mc-btn_put:focus,
.mc-btn_put:active {
    color: #fff;
    background-color: #e00b0b
}

.mc-btn:active {
    background-image: none
}

.mc-btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.mini-chart-btn-cont .mc-btn img {
    width: 31px;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 30px;
    height: 22px;
    margin: auto 0
}

.mc-btn span {
    position: relative;
    padding: 0 0 0 48px;
    margin-bottom: -4px;
    left: -2px;
    display: block;
    text-align: center;
    font-weight: 300;
    line-height: 20px
}

.mc-btn span b {
    display: block
}

.mc-table-td.mc-table-td_price {
    padding-left: 39px;
    color: #c0c1c4;
    border-top: solid 10px #1f232e;
    margin-top: -10px
}

.mc-table-td.mc-table-td_revenue {
    padding-left: 54px;
    border-top: solid 10px #1f232e;
    margin-top: -10px
}

.mc-table-td.mc-table-td_profit {
    padding-left: 65px;
    background: #2a3040
}

.mc-table-td.mc-table-td_profit>div {
    font-family: robotobold, sans-serif
}

.mc-table {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    background: #2a3040
}

.mc-logo.mc-logo_eurusd {
    background-position: 0 0
}

.mini-chart-btn-cont {
    position: relative;
    float: right
}

.wait-deal-end {
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 3;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #303030;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease .1s;
    -o-transition: opacity .3s ease .1s;
    transition: opacity .3s ease .1s
}

.wde-legend {
    margin-top: 35px;
    font-size: 24px;
    font-family: robotolight, sans-serif;
    line-height: 28px;
    color: #fff
}

.wait-deal-end {
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 3;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #303030;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease .1s;
    -o-transition: opacity .3s ease .1s;
    transition: opacity .3s ease .1s
}

.wde-legend {
    margin-top: 35px;
    font-size: 24px;
    font-family: robotolight, sans-serif;
    line-height: 28px;
    color: #fff
}

.wait-deal-end .chart-timer {
    position: relative;
    display: block;
    color: #d44a3d;
    font-family: robotobold, sans-serif;
    width: 100%;
    text-align: center;
    font-size: 35px;
    top: 17px
}

.deal-started .wait-deal-end {
    opacity: 1;
    display: block
}

.wait-deal-end .chart-time-self {
    padding-left: 6px
}

.wait-deal-end .fa-clock-o {
    width: 35px
}

.wait-deal-end .fa-clock-o:before {
    position: relative;
    top: 1px
}

.deal-finish-popup {
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, .73);
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    display: none;
    -webkit-transition: opacity .3s ease .1s;
    -o-transition: opacity .3s ease .1s;
    transition: opacity .3s ease .1s
}

h2.dfp-head {
    font-size: 35px;
    color: #21c239;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
    letter-spacing: -.5px
}

p.dfp-body {
    font-family: robotolight, sans-serif;
    text-align: center;
    font-size: 29px;
    color: #21c239;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

.dfp-foot {
    text-align: center;
    font-size: 18px;
    letter-spacing: -.1px
}

.right-foot {
    float: left;
    width: 41%;
    font-family: robotolight, sans-serif;
    font-size: 18px;
    text-align: left;
    padding-top: 30px
}

.right-foot span {
    font-family: robotomedium, sans-serif;
    font-size: 18px;
    letter-spacing: 1px
}

.left-foot {
    float: left;
    width: 17%;
    height: 110px;
    font-size: 60px;
    text-align: right;
    padding-top: 15px
}

.left-foot i {
    padding-right: 30px
}

.dfp-foot a {
    color: #08f;
    font-family: robotobold, sans-serif;
    text-decoration: none
}

.dfp-foot a:hover {
    text-decoration: underline
}

a.restart {
    position: relative;
    top: 35px;
    color: #0267ff;
    text-decoration: underline;
    cursor: pointer
}

a.restart i {
    position: absolute;
    left: -75px;
    top: -15px;
    font-size: 60px;
    padding: 0
}

.deal-finish-popup-win,
.deal-finish-popup-lose {
    display: none
}

.deal-finish-popup-lose h2.dfp-head {
    color: #6ca924
}

.deal-finish-popup-win,
.deal-finish-popup-lose {
    display: none
}

.deal-finished .deal-finish-popup {
    display: block;
    opacity: 1
}

.deal-finished_win .deal-finish-popup-win {
    display: block
}

.deal-finished_lose .deal-finish-popup-lose {
    display: block
}

.deal-finish-popup-lose h2.dfp-head {
    color: #d44a3d
}

.block-charts {
    padding: 10px;
    background: #2a3040
}

.mini-chart-wrap:after {
    clear: both;
    content: '';
    display: block
}

.block-charts {
    width: 100%
}

.mini-chart-wrap {
    width: 100%
}

.mc-logo-empty {
    display: none
}

.mc-table-td {
    height: 100%;
    text-align: center
}

.outer .lg-ogo {
    background: url(/assets/img/logo_en_200.png) 10px center no-repeat #f2f2f2;
    background-size: 25%
}

.outer .mc-logo-empty {
    height: 90px;
    width: 30% !important;
    display: block !important
}

.outer .mc-table-td-legend {
    padding-top: 31px
}

.outer .mc-table-td {
    width: 22%
}

.block-charts .one-chart {
    margin: 0 !important
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    background: #02b28c;
    font-weight: 400;
    color: #e0e1e4;
    border-radius: 4px;
    margin-bottom: 10px
}

.ui-button:hover {
    background: #07c1ea
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #3a4155
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-button-text-only .ui-button-text {
    padding: .6em 1em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.mc-table-td_profit .mc-table-td-value {
    color: #f4f4f5
}

#chart-m {
    position: relative;
    background-color: #1f232e
}

.ct-chart {
    position: absolute;
    height: 100% !important;
    width: 100% !important
}

.deal-finish-popup {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .73);
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s ease .1s;
    -o-transition: opacity .3s ease .1s;
    transition: opacity .3s ease .1s
}

#chart-holder {
    position: relative
}

.loose h2.dfp-head {
    color: #f74a5c
}

.mc-logo form {
    margin: 0 !important
}