body {
    font-size: 15px;
    font-family: 'Roboto','PT Sans',sans-serif;
    font-weight: 300;
}
html {
    overflow-y: scroll;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 22px;
}
h1,
h2 {
    color: #f48d2e;
    padding: 1em 0 .5em;
    margin: 0;
    font-weight: 300;
}
h3 {
    font-weight: 300;
}
h4 {
    font-weight: 300;
}
.entry-title {
    margin: 0;
    font-weight: 300;
}
em {
    font-style: italic;
}
a {
    color: #369;
}
a:hover,
a:focus,
a:active {
    color: #f99919;
    text-decoration: underline;
}
#breadcrumbs {
    padding-top: 1.6em;
    color: #8c888b;
    font-size: 14px;
}
#breadcrumbs span {
    font-size: 14px;
}
#breadcrumbs a {
    color: #8c888b;
    font-size: 14px;
}
#breadcrumbs a:hover {
    color: #271d20;
}
.table >  thead > tr > th,
.table >  tbody > tr > th,
.table >  thead > tr > td,
.table >  tbody > tr > td {
    text-align: center;
    vertical-align: middle;
}
.table >  thead > tr > th:first-child,
.table >  tbody > tr > th:first-child,
.table >  thead > tr > td:first-child,
.table >  tbody > tr > td:first-child {
    text-align: left;
}
.c-text-align__center {
    margin: 30px auto;
    text-align: center;
}
center {
    margin: 40px 0;
}
.c-bold {
    font-weight: 700;
}
input[type=radio] {
    display: none;
}
.search_post_title {
    font-size: 16px;
    color: #1155CC;
    text-decoration: underline;
}
.search_post_link {
    color: #009933;
    font-size: 13px;
    font-weight: 400;
    top: -10px;
    position: relative;
}
.search_post {
    margin-top: -25px;
}
.search_post:first-of-type {
    margin-top: -20px;
}
.post_summary {
    margin-top: -9px;
}
.category-promo .ui-toggle .c-no_click:hover {
    color: #313131;
    border: 0;
}
.category-promo .ui-toggle .c-no_click {
    text-decoration: none;
    color: #f48d2e;
    border-bottom: 1px dotted #369;
    outline: 0;
}
.c-button {
    font-weight: 400;
}
.c-button__orange:hover,
.c-button__orange:focus,
.c-button__orange:active,
.tp_free_download_btn:hover,
.tp_free_download_btn:focus,
.tp_free_download_btn:active {
    color: #fff;
    text-decoration: none;
    background: #ffaa4e;
}
.c-button:hover,
.c-button:focus,
.c-button:active {
    color: #fff;
    text-decoration: none;
}
th, td {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 15px;
}
textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    outline: 0;
    padding: 2px 3px;
    font-size: 13px;
    height: 1.9em;
}
select {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px 7px;
    padding-right: 20px;
    height: 1.7em;
    outline: 0;
}
.c-small {
    font-size: 11px;
}
.c-gray {
    color: #6d6e71;
}
.l-news .news-description .date {
    padding: 0 0 0 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dadada;
}
.c-clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
img {
    max-width: 100%;
}
.news_item img {
    margin: 20px 0;
    height: auto;
}
.news_item .condition-title {
    margin: 30px 0 10px;
    font-weight: 700;
    font-size: 18px;
}
.news_item .c-marker-list {
    margin-bottom: 30px;
}
.news_item .c-marker-list + p {
    font-weight: 400;
}
.news_item .ui-toggle {
    margin: 20px 0 50px;
}
textarea {
    min-height: 40px;
    overflow: auto;
    resize: vertical;
    width: 100%;
    height: auto;
}
.c-font__italic {
    font-style: italic;
}
.c-uppercase {
    text-transform: uppercase;
}

.text-bold {
    font-weight: bold;
}
.c-orange {
    color: #f99919;
}
.text-large {
    font-size: 24px;
}
strong {
    font-weight: 700;
}
p,
cite {
    margin-bottom: 10px;
}
dl, ol, p, td, th, .c-marker-list li,
.ui-toggle {
    font: 16px/22px 'Roboto', 'PT Sans', Arial, sans-serif;
    font-weight: 300;
}
.ui-toggle .hide {
    padding-left: 1em;
}
.ui-toggle > p{
    padding-bottom: .1em;
}
.rtecenter {
    text-align: center;
    margin-top: 20px;
}
strong {
    font-weight: 400;
}
#content {
    margin-bottom: 50px;
}
.cookie-bar_wrap-top,
.cookie-bar_wrap-bottom {
    background: #f0f1f2;
}
.cookie-bar_wrap-top {
    display: none;
}
#cookie-bar-top,
#cookie-bar-bottom {
    position: relative;
    padding: 5px;
}
.cookie-bar_wrap-top *,
.cookie-bar_wrap-bottom * {
    font-size: 11px;
    line-height: 1;
}
.header__grey-row__pic {
    display: inline-block;
    width: 12px;
    height: 10px;
    margin: 0 5px 0 0;
    vertical-align: top;
    background: url(../img/award_icon.png);
    background-size: cover;
}
.header__grey-row__text {
    max-width: 95%;
}
#cookie-bar-top .cb-enable,
#cookie-bar-bottom .cb-enable {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/cookiebar_close.png);
    position: absolute;
    right: 0;
    top: calc(50% - 7.5px);
}
#cookie-bar-top p,
#cookie-bar-bottom p {
    margin: 0;
    padding: 0;
}
.cookie-bar_wrap-top,
.cookie-bar_wrap-bottom {
    position: fixed;
    z-index: 99997;
}
.cookie-bar_wrap-bottom {
    bottom: 0;
}
.c-button__orange {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    height: 48px;
    padding: 17px 24px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    line-height: 15px;
    background: #fc9f3a;
    box-shadow: 0 1px 1px 0px #9f9f9f;
    border-radius: 3px;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 11px;
}
.c-button__orange.secondary-btn {
    border: 1px solid #fc9f3a;
    background: transparent;
    color: #fc9f3a;
    transition: all .5s;
}
.news_item .c-button__orange {
    width: 100%;
    max-width: 320px;
}
.c-button__orange.secondary-btn:hover,
.c-button__orange.secondary-btn:focus,
.c-button__orange.secondary-btn:active {
    color: #fff;
    background: #fc9f3a;
}
.btn_wrap_post a.c-button__telegram {
    background: #38A1D1;
    margin: 10px 5px 0 0;
}
.btn_wrap_post a.c-button__telegram img {
    margin: -4px 14px 0px 0;
}
.btn_wrap_post a.c-button__telegram:hover,
.btn_wrap_post a.c-button__telegram:focus {
    color: #fff;
    text-decoration: none;
    background: #3cacdf;
}
::selection {
    color: #fff;
    background-color: #f99919;
}
::-moz-selection {
    color: #fff;
    background-color: #f99919;
}
.tp_free_download_btn {
    position: relative;
    display: block;
    width: 218px;
    height: 49px;
    margin-right: 6px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    background: #fc9f3a;
    box-shadow: 0 1px 1px 0px #9f9f9f;
    border-radius: 3px;
    cursor: pointer;
}
.tp_free_download_btn_pic {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 43px;
    margin: 2px 10px 0 11px;
    background: url('../img/trading_platforms_download.png');
    float: left;
}
.tp_free_download_btn:hover,
.tp_free_download_btn:focus {
    background: #ffaa4e;
    color: #fff;
}
.ea_table_row:nth-of-type(even) {
    background: #f4f4f4;
}
.ea_table_row {
    height: 20px;
}
.ea_table td {
    padding: 7px;
}
.ea_table_item1 {
    width: 200px;
}
.ea_table_item2 {
    text-align: center;
}
.modal.in {
    display: table !important;
    margin: 16% 20%;
    background: #fff;
    position: absolute;
    display: none;
    width: 420px;
    color: #31363a;
    border-radius: 3px;
    border: #ced5db solid 1px;
    font-size: 15px;
    z-index: 10000;
}
.modal.in .c-text-align__center {
    padding-top: 0;
}
.modal-backdrop {
    background: none;
}
.modal-header {
    background: #2d3336;
    color: #fff;
    height: 50px;
    padding: 15px 10px 10px 15px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 15px;
    font-weight: 100;
}
.modal-header .close {
    margin-right: 5px;
}
.modal-body {
    padding: 25px;
}
.modal-body p {
    text-align: center;
}
button.close {
    outline: 0;
    opacity: 1;
    background: none;
    color: #fff;
}
button.close:hover, button.close:focus {
    color: #f48d2e;
}
.sbOptions a, .sbSelector {
    border-bottom: dotted 1px #cfd4d8;
    display: block;
    outline: none;
    padding: 0 0 0 10px;
    font-size: 12px;
    line-height: 28px;
    color: #485159;
}
.sbHolder {
    position: absolute;
    border: solid 1px #cfd4d8;
    width: 95px;
    height: 30px;
}
.sbOptions {
    background-color: #edeff0;
    border: solid 1px #cfd4d8;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 90px;
    z-index: 1;
    overflow-y: auto;
}
.sbOptions a,
.sbSelector {
    border-bottom: dotted 1px #cfd4d8;
    display: block;
    outline: none;
    padding: 0 0 0 10px;
    font-size: 12px;
    line-height: 28px;
    color: #485159;
}
.sbOptions {
    top: 28px;
}
.sbOptions a:hover,
.sbSelector:hover{
    color: #f8991e;
}
.sbToggle {
    background: url('../img/select-icons.png') 0 -117px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.sbToggle:hover {
    background: url('../img/select-icons.png') 0 -168px no-repeat;
}
.sbToggleOpen {
    background: url('../img/select-icons.png') 0 -18px no-repeat;
}
.sbToggleOpen:hover {
    background: url('../img/select-icons.png') 0 -68px no-repeat;
}
.c-gray:hover,
.c-gray:focus,
.c-gray:active {
    text-decoration: none;
    border-bottom: 0;
}
.ui-toggle .c-no_click,
.ui-toggle-li .c_click {
    cursor: pointer;
    color: #313131;
    border-bottom: 1px dotted #369;
}
.ui-toggle .c-no_click:hover,
.ui-toggle .c-no_click:focus {
    color: #313131;
    border-bottom: none;
    text-decoration: none;
}
.ui-toggle-li .c_click:hover,
.ui-toggle-li .c_click:focus {
    text-decoration: none;
    color: #369;
    border-bottom: 1px dotted #369;
}
p.post-tags {
    padding-bottom: 0.8em;
    word-break: break-all;
}
.post-tags a,
.news_wrap a {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #a5a5a5;
    padding: 0px 8px;
    margin: 1px 2px 3px;
    color: #000;
    font-size: 12px;
    line-height: 17px;
    background: #f9f9f9;
}
.all-news a:hover,
.all-news a:focus,
.all-news a:active,
.post-tags a:hover,
.post-tags a:focus,
.post-tags a:active,
.tags_list a:hover,
.tags_list a:focus,
.tags_list a:active,
.news_wrap a:hover,
.news_wrap a:focus,
.news_wrap a:active {
    color: #f99919;
    text-decoration: none;
    border: 1px solid #f99919;
}
.c-marker-list li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 1em;
}
.c-marker-list li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    border: 5px solid #f99919;
    border-right-width: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.nav-item.active .nav-link:hover,
.nav-item.active .nav-link:focus {
    color: #555;
}
.nav-item {
    cursor: pointer;
}
.tp_free_download_btn_text {
    margin: 15px 0;
    display: inline-block;
}
.xstation_text {
    margin-top: 20px;
}
.c-button:active {
    top: 1px;
}
.tp_free_download_btn-free:focus,
.tp_free_download_btn-free:hover,
.tp_free_download_btn:focus,
.tp_free_download_btn:hover {
    color: #fff;
    text-decoration: none;
    background: #ffaa4e;
}
.tp_free_download_btn,
.tp_free_download_btn-free {
    position: relative;
    display: inline-block;
    width: 208px;
    height: 49px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    background: #fc9f3a;
    box-shadow: 0 1px 1px 0 #9f9f9f;
    border-radius: 3px;
    cursor: pointer;
}
.tp_free_download_btn_pic {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 43px;
    margin: 2px 10px 0 11px;
    background: url(/wp-content/themes/amarkets/img/trading_platforms_download.png);
    float: left;
}
.tp_free_download_btn_pic-andr {
    background-position: 0 -43px;
}
.tp_free_download_btn_pic-apple {
    background-position: -27px 0;
}
.tp_free_download_btn_pic-browser {
    background-position: -27px -43px;
}
.tp_free_download_btn_pic-wind {
    background-position: 0 0;
}
#fixed {
    position: fixed;
    display: none !important;
    top: 0;
    left: 0;
    z-index:9999;
    width: 64px;
    height: 100%;
    transition: background .5s;
}
.updown {
    display: none;
    min-height: 32px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    margin: 100% auto;
    color: #d5dddf;
}
.down {
    transform: rotate(180deg);
}
.icon-svg_scroll-up {
    position: relative;
    top: calc(50% - 200px);
    left: calc(50% - 15px);
    margin-top: -15px;
    width: 30px;
    height: 30px;
}
.down .icon-svg_scroll-up {
    top: calc(50% + 200px);
}
.icon-svg {
    display: inline-block;
    background-color: transparent;
    color: inherit;
    vertical-align: middle;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 0;
    pointer-events: none;
}
.phone_btn:active, .phone_btn:focus, .phone_btn:hover {
    padding-top: 5px;
    color: #fff;
    text-decoration: none;
    border: 3px solid #fbbc69;
    background: #fbbc69;
}
.phone_btn {
    display: inline-block;
    width: 194px;
    margin: 4px 0 5px 24px;
    padding: 3px 0 4px;
    color: #f99919;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 3px solid #f99919;
    border-radius: 2px;
    background: #fff;
}
#pw-label.pw-label {
    padding: 0;
    margin: -28px 0 0;
    border: 0;
    background-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background-color,color .2s ease-in;
    -o-transition: background-color,color .2s ease-in;
    -webkit-transition: background-color,color .2s ease-in;
    transition: background-color,color .2s ease-in;
    -moz-box-shadow: 0 1px 3px 0 rgba(34,28,5,.4);
    -webkit-box-shadow: 0 1px 3px 0 rgba(34,28,5,.4);
    box-shadow: 0 1px 3px 0 rgba(34,28,5,.4);
    position: fixed;
    top: 50%;
    cursor: pointer;
    height: 56px;
    width: 56px;
    line-height: 56px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
#pw-label.pw-label--yellow {
    color: #212121;
    background-color: #fdd95b;
}
#pw-label .pw-label__icon {
    -moz-animation-duration: .75s;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-name: pw-tada;
    -webkit-animation-name: pw-tada;
    animation-name: pw-tada;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
}
#secondary {
    margin-top: 100px;
}
#secondary .widget_sow-image {
    margin-top: 5px;
}
#secondary img {
    border: 1px solid #ddd;
}
.news_jcarousel-list li {
    display: inline-block;
}
.btn_wrap_post {
    margin: 20px 0 40px;
}
.btn_wrap_post a {
    margin: 10px 0 0;
}
.interview_wrapper .interview_question,
.interview_wrapper .interview_respondent {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
}
.interview_wrapper .interview_respondent {
    font-size: 16px;
}
.interview_wrapper .interview_answer {
    font-weight: 300;
    font-style: italic;
}
.interview_wrapper .interview_question {
    margin: 50px 0 30px;
}
.interview_wrapper .interview_respondent {
    margin-top: 20px;
}
.interview_wrapper .interview_introduction {
    margin-top: 50px;
}
.interview_wrapper ~ .btn_wrap_single_post {
    display: none;
}
.interview_wrapper .c-text-align__center {
    margin: 50px 0;
}
.interview_wrapper .interview_quote {
    margin-top: 50px;
    text-align: center;
}
.interview_wrapper .interview_quote p.interview_quote_title {
    padding: 20px 0;
}
.interview_wrapper .interview_quote p {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    line-height: 1.2;
}
.interview_wrapper .line {
    position: relative;
}
.interview_wrapper .line hr {
    margin: 0;
}
.interview_wrapper .line img {
    position: absolute;
    display: inline-block;
    top: calc((50% - 37px) / 2);
    left: calc(50% - 35px);
}
.uk .btn-first {
    padding: 7px 0 0 0;
}
.the_champ_counter_container {
    width: 166px;
    margin: 0 0 7px 0 !important;
}
.the_champ_counter_container ul.the_champ_sharing_ul li {
    margin: 5px 0 !important;
    float: none !important;
}
.like#youtube {
    display: block !important;
}
