/*
Theme Name: Invest Forum
Author: Dmitriy Demekha
Author URI:
Description: The 2016 Invest Forum for WordPress.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: invest forum
Text Domain: simplesite

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[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: #ff0;
    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 {
    -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"] {
    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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/* for comment */
.fe-button-comment {
    vertical-align: middle;
    height: 33px;
    box-sizing: border-box;
    border: 1px #40ae49 solid;
    border-radius: 2px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background: #40ae49;
    padding: 0 20px;
}
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;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.center_wrapper {
    /*overflow: hidden;*/
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

body,
html {
    min-height: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    letter-spacing: 0;
    word-wrap: break-word;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #40ae49;
}

button {
    border: none;
    outline: none;
    background: none;
    padding: 0;
}

.mdl-js-button {
    position: relative;
    overflow: hidden;
}

.outer_wrapper {
    min-height: 100%;
}

.outer_wrapper:after {
    display: block;
    content: '';
    height: 125px;
}

.footer {
    height: 210px;
    box-sizing: border-box;
    background: #1c1c1c;
    margin: -125px 0 0 0;
    text-align: center;
    padding: 20px 0 0 0;
}

.footer-menu .menu-menyu-container .menu .menu-item-666 a {
    color: #40ae49;
}

.footer-menu .menu-menyu-container .menu .menu-item-666 a:hover {
    border-bottom: 1px solid #40ae49;
}

.footer .top_line {
    height: 160px;
}

.footer .bottom_line {
    height: 35px;
    line-height: 35px;
    background: #363636;
}

.footer .bottom_line p {
    margin: 0;
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.footer .menu {
    text-align: left;
    margin: 0 0 10px 0;
}

.footer .menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    position: relative;
}

.footer .menu li.menu-item-17 a {
    color: #40ae49;
}

.footer .menu li:after {
    position: absolute;
    left: -2px;
    display: block;
    content: '';
    width: 1px;
    height: 13px;
    background: #fff;
    top: 3px;
}

.footer .menu li:first-child {
    margin: 0;
    padding: 0;
}

.footer .menu li:first-child:after {
    display: none;
}

.footer .menu li a {
    font-size: 14px;
    color: #9e9e9e;
    text-decoration: none;
}

.footer .menu li a:hover {
    border-bottom: 1px solid #9e9e9e;
}

.footer .left_side {
    float: left;
}

.footer .right_side {
    float: right;
    text-align: right;
}

.footer .right_side .social_block li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.footer .right_side .social_block li:first-child {
    margin: 0;
}

.footer .right_side .social_block li a {
    text-indent: -9999px;
    text-align: left;
    display: block;
}

.footer .right_side .social_block li.google-big a {
    width: 34px;
    height: 34px;
    opacity: 0.6;
}

.footer .right_side .social_block li.facebook-big a {
    width: 34px;
    height: 34px;
    opacity: 0.6;
}

.footer .right_side .social_block li.vk-big a {
    width: 34px;
    height: 34px;
    opacity: 0.6;
}

.footer .right_side .social_block li.twitter-big a {
    width: 34px;
    height: 34px;
    opacity: 0.6;
}

.footer .right_side .social_block li.ok-big a {
    width: 34px;
    height: 34px;
    opacity: 0.6;
}

.footer .right_side .social_block.social_block_active li.google-big a {
    background: url('../../../forum/styles/prosilver/theme/images/google-icon-big.png') no-repeat;
    background-size: cover;
}

.footer .right_side .social_block.social_block_active li.facebook-big a {
    background: url('../../../forum/styles/prosilver/theme/images/facebook-icon-big.png') no-repeat;
    background-size: cover;
}

.footer .right_side .social_block.social_block_active li.vk-big a {
    background: url('../../../forum/styles/prosilver/theme/images/vk-icon-big.png') no-repeat;
    background-size: cover;
}

.footer .right_side .social_block.social_block_active li.twitter-big a {
    background: url('../../../forum/styles/prosilver/theme/images/twitter-icon-big.png') no-repeat;
    background-size: cover;
}

.footer .right_side .social_block.social_block_active li.ok-big a {
    background: url('../../../forum/styles/prosilver/theme/images/ok-icon-big.png') no-repeat;
    background-size: cover;
}

.footer .right_side .social_block li.google-big a:hover,
.footer .right_side .social_block li.facebook-big a:hover,
.footer .right_side .social_block li.vk-big a:hover,
.footer .right_side .social_block li.twitter-big a:hover,
.footer .right_side .social_block li.ok-big a:hover {
    opacity: 1;
}

ul.social_block {
    margin-top: 3px;
}

.center_wrapper {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    position: relative;
}

.center_wrapper:after {
    clear: both;
    display: block;
    content: '';
}

input,
button {
    outline: none;
    box-shadow: none;
    border: none;
    box-sizing: border-box;
}

.header_block {
    background: #1c1c1c;
}

.header_block .top_panel {
    height: 33px;
    line-height: 33px;
    border-top: 1px #313131 solid;
    text-align: right;
}

.header_block .top_panel .search_block {
    display: inline-block;
    vertical-align: top;
}

.header_block .top_panel .search_block .screen-reader-text {
    display: none;
}

.header_block .top_panel .search_block form {
    position: relative;
}

.header_block .top_panel .search_block form .search_field {
    height: 20px;
    line-height: 20px;
    background: #1c1c1c;
    border: none;
    border-bottom: 1px #a9a9a9 solid;
    font-size: 13px;
    color: #a9a9a9;
    vertical-align: middle;
    border-width: 1px;
    cursor: auto;
    margin: -1px 0 0 0;
    padding: 0 15px 0 0;
    width: 168px;
}
@media all and (max-width:320px) {

    .header_block .top_panel .search_block form .search_field {
        width: 135px !important;
    }
}
.header_block .top_panel .search_block form #searchsubmit {
    text-indent: -9999px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin: -6px -3px 0 0;
    width: 12px;
    height: 12px;
    background: url('images/sprite.png') no-repeat;
    z-index: 9;
    margin-top: -6px;
}

.header_block .top_panel .auth_block {
    display: inline-block;
    vertical-align: top;
    /*margin: 0 0 0 19px;*/
    margin: 0;
    font-size: 13px;
}
@media screen and (max-width: 400px) {
    .header_block .top_panel .search_block form .search_field {
        width: 120px !important;
    }
}

@media screen and (max-width: 350px) {

    .header_block .top_panel .auth_block {
        margin: 0 0 0 10px !important;
        font-size: 13px;
    }
    .header_block .top_panel .search_block {
        margin: 0 4px 0 -3px !important;
    }
    .header_block .top_panel .search_block form .search_field {
        width: 120px !important;
    }
    .name_user_broker,
    .name_user_analyst {
        display: none !important;
    }
}

.header_block .top_panel .auth_block.avatar_block {
    margin: 0 0 0 10px;
}

.auth_block.avatar_block .logo_broker_role,
.auth_block.avatar_block .logo_analytic_role {
    width: 25px;
    height: 25px !important;
    border-radius: 50%;
}

.auth_block.avatar_block .image_user_broker,
.auth_block.avatar_block .name_user_broker,
.auth_block.avatar_block .image_user_analyst,
.auth_block.avatar_block .name_user_analyst {
    display: inline-block;
}

.auth_block.avatar_block .name_user_broker span a,
.auth_block.avatar_block .name_user_analyst span a {
    color: #fff;
}

.header_block .top_panel .auth_block a {
    text-decoration: none;
}

.header_block .top_panel .auth_block .login_link {
    color: #a9a9a9;
}

.header_block .top_panel .auth_block .login_link:hover {
    color: #909090;
}

.header_block .top_panel .auth_block .register_link {
    color: #fff;
}

.header_block .top_panel .auth_block .register_link:hover {
    color: #e6e6e6;
}

.header_block .top_panel .auth_block span {
    color: #a9a9a9;
}

.header_block .menu_block {
    height: 47px;
    line-height: 47px;
    position: relative;
    background: #464646;
    background: -moz-linear-gradient(top, #464646 0%, #464646 61%, #383838 63%, #383838 100%);
    background: -webkit-linear-gradient(top, #464646 0%, #464646 61%, #383838 63%, #383838 100%);
    background: linear-gradient(to bottom, #464646 0%, #464646 61%, #383838 63%, #383838 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#464646', endColorstr='#3f3f3f', GradientType=0);
}

.header_block .menu_block .logo {
    float: left;
    width: 187px;
    height: 35px;
    background: url('images/logo.png') no-repeat;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    margin: 10px 0 0 0;
}

.header_block .menu_block .menu-menyu-container {
    float: right;
}

.header_block .menu_block .menu-menyu-container ul li {
    display: inline-block;
    vertical-align: middle;
    height: 47px;
    line-height: 47px;
    margin: 0 0 0 19px;
}

.header_block .menu_block .menu-menyu-container ul li:first-child {
    margin: 0;
}

.header_block .menu_block .menu-menyu-container ul li#menu-item-666:before {
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 31px;
    background: url('images/sprite.png') no-repeat -49px 0;
    margin: -2px 4px 0 0;
    content: '';
}

.current-menu-parent a {
    border-bottom: 1px solid #40ae49;
}

.header_block .menu_block .menu-menyu-container ul li.current-menu-item a {
    border-bottom: 1px solid #40ae49;
}

.header_block .menu_block .menu-menyu-container ul li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.header_block .menu_block .menu-menyu-container ul li a:hover {
    border-bottom: 1px solid #40ae49;
}

.header_block .header_bottom {
    height: 40px;
    line-height: 40px;
    background: #000;
    border-bottom: 1px solid #313131;
}

.header_block .header_bottom li {
    display: block;
    list-style: none;
}

.header_block .header_bottom p {
    color: #fff;
    text-align: center;
    margin: 1px 0;
}

.top_banner {
    margin: 8px 0;
}

.top_banner li {
    display: block;
    list-style: none;
}

.post-type-archive-brokers .main_content .left_side .left_side_inner,
.single-brokers .main_content .left_side .left_side_inner,
.category-analytics .main_content .left_side .left_side_inner {
    border: none;
}

.post-type-archive-brokers .main_content .right_side,
.single-brokers .main_content .right_side,
.category-analytics .main_content .right_side {
    border: none;
}

.main_content {
    padding: 0 0 30px 0;
}

.main_content .left_side {
    width: calc(100% - 310px);
    display: inline-block;
}
.main_content .left_side.web_tools{
    width: 100% !important;
}
.main_content .left_side .left_side_inner {
    /*border-top: 7px #d7d7d7 solid;*/
}
.main_content .left_side.web_tools .item_content{
    margin-top: 0px !important;
}
.main_content .left_side.web_tools .show-instruments{
    border: 1px solid #777777;
    width: auto;
    margin: 15px 0 !important;
    background: #eeeeee;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 25px 5px 70px;
    position: relative;
    text-transform: capitalize;
}
.main_content .left_side.web_tools .show-instruments:after{
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("images/down-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: 20px;
    top: calc(50% - 8px);
    border-right: 1px solid #777777;
    padding-right: 14px;
    text-transform: capitalize;
}
.main_content .left_side .latest_news_thumbs.analitycs {
    margin: 0 0 25px 0;
}

.main_content .left_side .latest_news_thumbs.analitycs .thumb_news_item {
    float: none;
    width: auto;
    padding: 10px 20px 0 0;
    margin: 0 0 10px 0;
    border-top: 1px #b6b6b6 solid;
}

.main_content .left_side .latest_news_thumbs.analitycs .thumb_news_item .time_category .category_name,
.main_content .left_side .latest_news_thumbs.analitycs .thumb_news_item .time_category .time {
    display: inline-block;
    vertical-align: super;
}

.main_content .left_side .latest_news_thumbs.analitycs .thumb_news_item .news_text {
    font-size: 13px;
    line-height: 15px;
    color: #5c5c5c;
}

.main_content .left_side .latest_news_thumbs.analitycs .thumb_news_item .img_outer {
    float: left;
    overflow: hidden;
    width: 95px;
    height: 95px;
    box-sizing: border-box;
    margin: 0 10px 0 0;
}

.main_content .left_side .latest_news_thumbs.analitycs .thumb_news_item .img_outer a {
    height: 95px;
}

.main_content .left_side .latest_news_thumbs.analitycs .thumb_news_item .img_outer img {
    float: none;
    height: inherit;
    margin: auto;
    border: none;
    max-width: 100%;
    max-height: 100%;
}

.main_content .left_side .latest_news_thumbs.analitycs .thumb_news_item h3 a {
    font-weight: bold;
    text-decoration: none;
    margin: 0 0 5px 0;
}

.main_content .left_side .latest_news_thumbs .thumb_news_item {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    margin: 0 0 35px 0;
    height: 105px;
}

.main_content .left_side .latest_news_thumbs .thumb_news_item img {
    max-width: 130px;
    float: left;
    height: auto;
    margin: 0 15px 50px 0;
    border: 1px #424242 solid;
}

.main_content .left_side .latest_news_thumbs .thumb_news_item h3 {
    line-height: 15px;
}

.main_content .left_side .latest_news_thumbs .thumb_news_item h3 a {
    font-size: 13px;
    line-height: 15px;
    color: #000;
    overflow: hidden;
    display: block;
    /*margin: 0 0 10px 0;*/
    margin: 0 0 3px 0;
}

.main_content .left_side .latest_news_thumbs .thumb_news_item .time {
    font-size: 10px;
    color: #7a7a7a;
}

.main_content .left_side .latest_news_thumbs .thumb_news_item .category_name {
    font-size: 13px;
    color: #40ae49;
    font-weight: bold;
    text-decoration: none;
}

.special_author_analytics,
.special_view_editors {
    color:#40ae49;
    font-size:14px;
}

.delimiter_analytic {
    color: #5c5c5c !important;
}

.main_content .left_side .latest_news_thumbs:after {
    clear: both;
    display: block;
    content: '';
}

.main_content .left_side .single_post img {
    max-width: 150px !important;
}

.page-id-664 .single_post  img {
    display: none;
}

.main_content .left_side .single_post #onlaintv_iframe_wrapper img {
    max-width: unset !important;
}

.page-id-664 .single_post #onlaintv_iframe_wrapper img {
    display: inherit;
}

.right-side_iframe-top {
    height: 228px !important;
}

.main_content .left_side .latest_news_item,
.main_content .left_side .single_post {
    margin: 0 0 30px 0;
    padding: 10px 0 0 0;
    border-top: 1px #b6b6b6 solid;
}

.main_content .left_side .latest_news_item:first-child,
.main_content .left_side .single_post:first-child {
    border: none;
    padding: 0;
}

.main_content .left_side .latest_news_item:after,
.main_content .left_side .single_post:after {
    clear: both;
    display: block;
    content: '';
}

.main_content .left_side .latest_news_item h1,
.main_content .left_side .single_post h1,
.main_content .left_side .latest_news_item h2,
.main_content .left_side .single_post h2 {
    margin: 15px 0 5px 0;
}

.main_content .left_side .latest_news_item h1 a,
.main_content .left_side .single_post h1 a,
.main_content .left_side .latest_news_item h2 a,
.main_content .left_side .single_post h2 a {
    font-size: 20px;
    color: #000;
    line-height: normal;
    text-decoration: none;
}

.main_content .left_side .latest_news_item .time,
.main_content .left_side .single_post .time {
    font-size: 10px;
    color: #7a7a7a;
    margin: 0 0 10px 0;
}

.main_content .left_side .latest_news_item .item_content img,
.main_content .left_side .single_post .item_content img {
    float: left;
    max-width: 320px;
    margin: 0 15px 5px 0;
    height: auto;
}

.main_content .left_side .latest_news_item .item_content p,
.main_content .left_side .single_post .item_content p {
    font-size: 13px;
    line-height: 21px;
    color: #5c5c5c;
    margin: 10px 0;
}

.main_content .left_side .last_news h2 {
    margin: 5px 0 0 0;
}

.main_content .left_side .last_news h2 a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
}

.main_content .left_side .last_news .publish_date {
    font-size: 10px;
    color: #7a7a7a;
}

.main_content .left_side .last_news .news_item_content img {
    float: left;
    display: block;
    margin: 3px 15px 10px 0;
    max-width: 310px;
    height: auto;
}

.main_content .left_side .last_news .news_item_content p {
    font-size: 13px;
    line-height: 21px;
    color: #5c5c5c;
    margin: 15px 0;
}

.main_content .left_side .last_news .news_item_content p:first-child {
    margin: 0 0 15px 0;
}

.main_content .left_side .last_news .news_item_content:after {
    clear: both;
    display: block;
    content: '';
}

/*
styles thank-you-page
*/

.page-template-tpl-thank-you-page-php .footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 1 auto;
}

.page-template-tpl-thank-you-page-php div.outer_wrapper {
    display: flex;
    flex-direction: column;
}

.page-template-tpl-thank-you-page-php .if_main-wrapper {
    flex: 1 1 auto;
}
.page-template-tpl-thank-you-page-php .header-block {
    flex: 1 1 auto;
}

.page-template-tpl-thank-you-page-php .main_content .left_side.thank-you-page .single_post {
    margin: 0 !important;
}
.page-template-tpl-thank-you-page-php .main_content .left_side.thank-you-page {
    width: 100% !important;
}
.page-template-tpl-thank-you-page-php .thank-you-page__text {
    font-size: 32px !important;
    color: #26a752!important;
}
.page-template-tpl-thank-you-page-php .thank-you-page__text-gift {
    text-transform: uppercase;
    color: #26a752;
    font-size: 18px;
}
.page-template-tpl-thank-you-page-php .thank-you-page__preposition {
    font-size: 18px !important;
    color: #000000 !important;
    line-height: 30px !important;
    margin-bottom: 40px !important;
}
.page-template-tpl-thank-you-page-php .thank-you-page__line {
    width: 74%;
    border: 2px solid #777777;
    margin: 0 auto !important;
}
.page-template-tpl-thank-you-page-php .thank-you-page__text-info {
    font-size: 18px !important;
    color: #000000 !important;
}

.main_content .right_side li {
    list-style: none;
    display: block;
}

.broker_list {
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}

.broker_list .broker_logo {
    max-width: 98px;
    height: auto;
    /*border: 1px #000 solid;*/
    outline: none;
}

.block-container-broker-logo {
    width: 100px;
    height:42px;
    border:1px solid #000;
    overflow:hidden;
    text-align:center;
    margin: 0 10px;
}

.block-container-broker-logo .broker_logo {
    width:100% !important;
    height:100% !important;
    background-size:contain;
    object-fit: contain;
}

.broker_list .table_header {
    font-size: 11px;
    color: #000;
    border-bottom: 1px #b6b6b6 solid;
    height: 24px;
}

.broker_list tr {
    height: 80px;
}

.broker_list tr:nth-child(n+2):nth-child(odd) {
    background: #e7e7e7;
}

.broker_list h4 {
    margin: 0 0 10px 0;
    line-height: 0px;
    white-space: nowrap;
}

.broker_list h4 a {
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

.broker_list .gdrts-inner-wrapper {
    text-align: center;
}

.broker_list .gdrts-rating-text {
    margin: 10px 0 0 0;
}

.left_side_inner .top_line {
    margin: 0 0 10px 0;
}

.left_side_inner .top_line h1 {
    display: inline-block;
    vertical-align: top;
    margin: -2px 15px 0 0;
}

.tabs_titles li.active {
    border-top: 2px #666 solid;
    border-left: 1px #b6b6b6 solid;
    border-right: 1px #b6b6b6 solid;
    border-bottom: 1px transparent solid;
}

.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tabs_titles li {
    float: left;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border-top: 2px transparent solid;
    border-bottom: 1px #b6b6b6 solid;
    border-left: 1px transparent solid;
    border-right: 1px transparent solid;
    cursor: pointer;
    padding: 0 20px;
    font-size: 12px;
    position: relative;
    width: auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.tabs_titles {
    margin: 0 0 20px 0;
}

.left_side_inner .top_line .broker_rating {
    display: inline-block;
    vertical-align: top;
}

.left_side_inner .top_line .broker_rating .gdrts-with-font {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.left_side_inner .top_line .broker_rating .gdrts-rating-text {
    display: inline-block;
    vertical-align: middle;
}

.left_side_inner .top_line .broker_rating .gdrts-rating-block {
    margin: 0;
}

.left_side_inner h1 {
    font-size: 20px;
    color: #000;
}

h1.green_title {
    font-size: 28px;
    color: #40AE49;
    margin: 10px 0 20px 5px;
}

.block_forum_rules {
    text-align: center;
}

.forum_rules_items {
    padding-left: 15px !important;
}

.page-id-53727 .item_content img {
    display: none;
}

.block_forum_rules__link,
.block_forum_rules__link:hover {
    color: #444444;
}

.block_forum_rules__link:hover {
    text-decoration: underline;
}

.broker_content {
    color: #000;
    font-size: 13px;
    line-height: 15px;
    text-align: justify;
}

.broker_content .broker_logo {
    max-width: 170px;
    height: auto;
    margin: 5px 20px 10px 0;
    float: left;
    border: 1px #b6b6b6 solid;
}

.broker_content p {
    margin: 8px 0;
}

.broker_fields {
    margin: 10px 0 0 0;
    font-size: 13px;
    color: #000;
    line-height: 15px;
}

.broker_fields tr {
    padding: 0 0 5px 0;
    vertical-align: top;
}

.broker_fields tr td {
    padding: 0 0 12px 0;
}

.broker_fields tr td:first-child {
    font-weight: bold;
}

h2.screen-reader-text {
    display: none;
}

.pagination {
    margin: 10px 0 30px 0;
}

.pagination .nav-links {
    text-align: right;
    font-size: 14px;
}

.pagination .nav-links a {
    color: #40ae49;
}

.pagination .nav-links a.page-numbers {
    text-decoration: none;
}

.tabs_titles {
    margin: 0 0 20px 0;
}

.tabs_titles:after {
    clear: both;
    display: block;
    content: '';
}

.tabs_titles li {
    float: left;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border-top: 2px transparent solid;
    border-bottom: 1px #b6b6b6 solid;
    border-left: 1px transparent solid;
    border-right: 1px transparent solid;
    cursor: pointer;
    padding: 0 20px;
    font-size: 12px;
    position: relative;
    width: auto;
}

.tabs_titles li:first-child:after {
    display: none;
}

.tabs_titles li:after {
    display: block;
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    left: -2px;
    background: #b6b6b6;
    top: 8px;
}

.tabs_titles li.active {
    border-top: 2px #666 solid;
    border-left: 1px #b6b6b6 solid;
    border-right: 1px #b6b6b6 solid;
    border-bottom: 1px transparent solid;
}

.tabs_titles li.active:after {
    left: -1px;
}

.gdrts-rating-please-wait,
.gdrts-rating-thanks {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    font-size: 13px;
    display: none;
}

.tabs_content > div {
    display: none;
}

.tabs_content > div p {
    margin: 8px 0;
    color: #000;
    font-size: 13px;
    line-height: 15px;
    text-align: justify;
}

.tabs_content > div.active {
    display: block;
}

.grey_line {
    height: 25px;
    line-height: 25px;
    background: #777;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 0 0 17px;
    font-weight: normal;
    border-left: 6px #40ae49 solid;
}

.block_news_right_side li {
    padding: 0 0 0 17px;
    height: 25px;
    line-height: 25px;
    font-weight: normal;
    box-sizing: border-box;
    font-weight: normal;
}

.block_news_list_style a {
    color: #5c5c5c;
    font-size: 16px;
}

.grey_line a {
    color: #fff;
    font-size: 16px;
}

h1.grey_line {
    color: #fff;
    font-size: 16px;
}

.block_news_right_side ul li {
    margin-bottom: 10px;
}

.block_news_right_side ul li a:first-child {
    color: #fff;
}

.block_news_right_side ul li:first-child {
    color: #fff;
    padding: 0 0 0 13px;
    border-left: 6px #40ae49 solid;
}

.block_news_right_side ul li:first-child {
    color: #ffffff;
    background: #777;;
}

.block_news_right_side ul li:not(:first-child) {
    color: #5c5c5c;
    background: #ffffff;
    border-left: none;
}

.block_news_right_side ul li:not(:first-child) a {
    color: #5c5c5c;
}

.if_latest-news_category_article-title {
    height: 25px;
    line-height: 25px;
    background: #777;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 0 0 17px;
    font-weight: 400;
    text-align: left;
    border-left: 6px #40ae49 solid;
}

.category-3 .main_content .left_side .left_side_inner {
    border: none;
}

.category-3 .main_content .left_side .left_side_inner .latest_news_thumbs {
    margin: 20px 0 0 0;
}

.category_tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 32px;
    margin: 10px 0;
}

.category_tabs:after {
    clear: both;
    display: block;
    content: '';
}

.category_tabs li {
    float: left;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border-top: 2px transparent solid;
    border-bottom: 1px #b6b6b6 solid;
    border-left: 1px transparent solid;
    border-right: 1px transparent solid;
    cursor: pointer;
    padding: 0 20px;
    font-size: 12px;
    position: relative;
    width: auto;
}

.category_tabs li:first-child:after {
    display: none;
}

.category_tabs li:after {
    display: block;
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    left: -2px;
    background: #b6b6b6;
    top: 8px;
}

.category_tabs li.active {
    border-top: 2px #666 solid;
    border-left: 1px #b6b6b6 solid;
    border-right: 1px #b6b6b6 solid;
    border-bottom: 1px transparent solid;
}

.category_tabs li.active:after {
    left: -1px;
}

.read_more_outer {
    text-align: center;
    margin: 12px 0;
    position: relative;
}

.read_more_outer.register .read_more_btn:before {
    width: 19px;
    height: 18px;
    background: url('images/sprite.png') -62px -55px;
    left: 9px;
    top: 5px;
}

.read_more_outer .read_more_btn {
    display: inline-block;
    vertical-align: top;
    background: #eeeeee;
    border: 1px #777777 solid;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    text-decoration: none;
    padding: 0 26px 0 53px;
    position: relative;
}

.read_more_outer .read_more_btn:after {
    display: block;
    content: '';
    height: 21px;
    line-height: 21px;
    width: 20px;
    border-right: 1px #777777 solid;
    top: 3px;
    left: 14px;
    position: absolute;
    z-index: 1;
}

.read_more_outer .read_more_btn:before {
    display: block;
    content: '';
    width: 9px;
    height: 6px;
    background: url('images/sprite.png') 0 -16px;
    position: absolute;
    left: 14px;
    top: 11px;
    z-index: 1;
}

.wpcf7-form .read_more_outer:after {
    display: block;
    content: '';
    height: 21px;
    line-height: 21px;
    width: 20px;
    border-right: 1px #777777 solid;
    top: 3px;
    left: 14px;
    position: absolute;
    z-index: 1;
}

.wpcf7-form .read_more_outer:before {
    display: block;
    content: '';
    width: 20px;
    height: 13px;
    background: url('images/sprite.png') -60px -37px;
    position: absolute;
    left: 7px;
    top: 8px;
    z-index: 1;
}

.archive .category_item {
    display: none;
}

.categories_content .news_content {
    padding: 0 0 12px 0;
    margin: 0 0 10px 0;
    border-bottom: 7px #d7d7d7 solid;
}

.categories_content .thumb_news_item {
    margin: 20px 0 0 0;
}

.categories_content .thumb_news_item:first-child {
    margin: 0;
}

.categories_content .thumb_news_item:after {
    clear: both;
    display: block;
    content: '';
}

.categories_content h3 {
    font-size: 13px;
    line-height: normal;
}

.categories_content h3 a {
    font-size: 13px;
    line-height: normal;
    color: #000;
    text-decoration: none;
}

.categories_content .time {
    font-size: 10px;
    color: #5c5c5c;
    margin: 3px 0;
}

.categories_content .news_content .img_outer {
    float: left;
    overflow: hidden;
    width: 60px;
    box-sizing: border-box;
    border: 1px #4e4e4e solid;
    margin: 0 10px 0 0;
}

.categories_content .news_content .img_outer img {
    max-width: 100%;
    max-height: 100%;
}

.categories_content .news_content .news_text {
    color: #5c5c5c;
    font-size: 13px;
    line-height: 15px;
}

.page-404 {
    text-align: center;
    padding: 65px 0 0 0;
}

.page-404 h2 {
    font-size: 24px;
    color: #000;
    margin: 0 0 -100px 0;
    position: relative;
    z-index: 9;
}

.page-404 h2 a {
    color: #3eb049;
}

.forum_last_messages .widgettitle {
    height: 25px;
    line-height: 25px;
    background: #777;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 0 0 17px;
    font-weight: normal;
    border-left: 6px #40ae49 solid;
    margin: 0 0 10px 0;
}

.forum_last_messages li {
    list-style: none;
    display: block;
    position: relative;
}

.wpulatestposts {
    margin: 0 0 10px 0;
}

.wpulatestposts li {
    margin: 5px 0 0 0;
    border: 1px #9e9e9e solid;
    border-bottom: 2px #cbcbcb solid;
    padding: 12px 25px 12px 70px;
    min-height: 40px;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    line-height: 21px;
}

.wpulatestposts li:first-child {
    margin: 0;
}

.wpulatestposts li a {
    color: #40ae49;
}

.wpulatestposts li:after {
    display: none;
    position: absolute;
    width: 41px;
    height: 41px;
    content: '';
    background: url('images/sprite.png') no-repeat 0 -159px;
    left: 12px;
    top: 11px;
}

.brokers_logo_list {
    padding: 0 0 20px 0;
    border-bottom: 7px #d7d7d7 solid;
    margin: 0 0 40px 0;
}

.brokers_logo_list h2 {
    margin: 0 0 15px 0;
}

.brokers_logo_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brokers_logo_list li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}

.brokers_logo_list li img {
    max-width: 75px;
    height: auto;
    border: 1px #b6b6b6 solid;
    object-fit: contain;
}

.flex-container {
    display: flex;
    align-items: center;
}

.typeChartOptionLabel {
    padding-right: 5px;
}

.languageCenter {
    line-height: 29px;
}

.textCenter {
    line-height: 23px;
}

@media screen and (max-width: 975px) {
    .typeChartOptionLabel {
        padding-right: 0;
    }
}

@media screen and (max-width: 1440px) {
    .padding-fix {
        padding-right: 5px;
    }
}

@media screen and (max-width: 1028px) {
    .padding-fix {
        padding-right: 0;
    }
}

.online-video-block {
    width: 660px;
    height: 351px;
    background: url('images/video-block.png') no-repeat;
    box-sizing: border-box;
    margin: 100px 0 0 0;
    padding: 20px 0 0 92px;
    position: relative;
}

.online-video-block:after {
    position: absolute;
    display: block;
    content: '';
    width: 161px;
    height: 81px;
    background: url('images/antenna.png') no-repeat;
    top: -80px;
    left: 161px;
}

.header_bottom iframe {
    width: 100%;
    height: 40px;
    border: none;
    vertical-align: top;
}

h2.widgettitle {
    font-size: 20px;
    color: #000;
    margin: 30px 0 10px 0;
}

/* fix button styles for unisender */
#unisender_subscribe_form input[type="submit"] {
    background: #40AE49;
    color: #ffffff;
    height: 33px;
    box-sizing: border-box;
    border: 1px #40ae49 solid;
    border-radius: 2px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 25px;
}

input[type=text],
input[type=search],
input[type=radio],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
input[type=password],
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
textarea {
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out;
    padding: 8px;
    font-size: 14px;
    line-height: 100%;
    height: 36px;
    width: 100%;
    margin: 0 0 10px;
    box-sizing: border-box;
}

textarea {
    resize: none;
    box-sizing: border-box;
    min-height: 100px;
    margin: 10px 0;
}

input[type=radio]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=password]:focus,
input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
.wpcf7-form input[type=text]:focus,
select:focus,
textarea:focus {
    border-color: #40ae49;
    -webkit-box-shadow: 0 0 2px #40ae49;
    box-shadow: 0 0 2px #40ae49;
}

.wpcf7-form .read_more_outer {
    display: inline-block;
    margin: 15px 0 12px 0;
}

.wpcf7-form img.ajax-loader {
    display: none;
}

.register_line {
    margin: 10px 0;
}

.register_line p {
    float: left;
    font-size: 13px;
    color: #1c1c1c;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.register_line .read_more_outer {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: 0;
}

.register_line:after {
    clear: both;
    display: block;
    content: '';
}

#unisender-subscribe-form {
    border: 5px #d7d7d7 solid;
}

.video-block {
    padding: 15px 20px;
    margin: 20px 0 40px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #f9f9f9;
}

.video-block h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.278;
}

.video-block .btn-orange,
.video-block .ui-widget-content .btn-orange {
    color: #fff;
    background-color: #f57200;
    background-image: linear-gradient(to bottom, #f58300, #ff6600);
    border-color: #ff6600;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 2px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

#nav-icon {
    display: none;
}
.post_correkt {
    font-size: 12px;
    line-height: 15px;
}
#post_correkt {
    font-size: 12px;
    line-height: 15px;
}

.post_forum_left {
    float: left;
    width: 335px;
    padding-right: 15px;
    word-wrap: break-word;
}
#post_forum_right, .post_forum_right {
    float: left;
    width: 200px;
    border-left: 1px solid #777;
    padding-left: 15px;
}

.post_forum_post_link {
    color: #000 !important;
    text-decoration: none;
}

#post_forum_forum_link, .post_forum_forum_link {
    color: #777 !important;
    text-decoration: none;
}

.widget_fbw_id {
    height: 300px;
    overflow: hidden;
}

.tml-submit-wrap input {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
}

.wpulatestposts:after {
    clear: both;
    display: block;
    content: '';
}

.username-coloured {
    text-decoration: none;
}

.wpulatestposts li {
    width: 98%;
    box-sizing: border-box;
    padding: 6px 0px 12px 70px;
    float: left;
    min-height: 110px;
    margin: 0 1% 10px 1%;
}

.wpulatestposts li:first-child {
    margin: 0 1% 10px 1%;
}

.home .latest_news_thumbs {
    margin: 20px 0 0 0;
}

@media screen and (max-width: 1023px) {
    .center_wrapper {
        box-sizing: border-box;
        padding: 0 10px;
    }

    .top_banner .center_wrapper {
        width: 100%;
    }

    .top_banner .center_wrapper,
    .header_bottom .center_wrapper {
        padding: 0;
    }

    #text-6.widget.widget_text .textwidget {
        max-height: 280px;
    }

    #text-2.widget.widget_text .textwidget {
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    #text-2.widget.widget_text .textwidget iframe {
        overflow: hidden;
    }

    #text-7.widget.widget_text {
        margin-left: -10px;
        margin-right: -10px;
    }

    #text-7.widget.widget_text .textwidget {
        overflow: hidden;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .header_block .menu_block .menu-menyu-container ul li {
        margin: 0 0 0 4px;
    }

    .main_content .left_side .last_news .news_item_content img {
        max-width: 190px;
    }

    .footer .right_side .social_block li {
        margin: 0 0 0 10px;
    }

    .main_content .left_side .latest_news_item .item_content img,
    .main_content .left_side .single_post .item_content img {
        max-width: 190px;
    }

    .main_content .left_side .latest_news_thumbs .thumb_news_item img {
        margin: 0 5px 0 0;
        max-width: 110px;
    }

    .main_content .left_side .latest_news_thumbs .thumb_news_item {
        padding: 0 5px 0 0;
        margin: 0;
    }

    .register_line {
        text-align: center;
    }

    .register_line p,
    .register_line .read_more_outer {
        float: none;
    }

    .broker_list .broker_logo {
        max-width: 55px;
    }

    .broker_list {
        font-size: 12px;
    }

    .tabs_titles li {
        width: auto;
        text-align: center;
    }

    .online-video-block {
        width: 100%;
        height: auto;
        background: none;
        padding: 0;
    }

    .online-video-block iframe {
        width: 100%;
    }

    .wpulatestposts li {
        margin: 5px 0 0 0;
        padding: 12px 25px 12px 70px;
        min-height: 40px;
        width: 100%;
    }

    .wpulatestposts li:first-child {
        margin: 0;
    }
}

@media screen and (orientation: landscape) {
    #text-2.widget.widget_text .textwidget {
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    #text-2.widget.widget_text .textwidget iframe {
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .header_block .menu_block .menu-menyu-container {
        display: none;
    }

    #nav-icon {
        display: block;
        position: absolute;
        right: 20px;
        top: 6px;
        width: 48px;
        height: 37px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        z-index: 99;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 7px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    #nav-icon span:nth-child(1) {
        top: 0;
    }

    #nav-icon span:nth-child(2),
    #nav-icon span:nth-child(3) {
        top: 14px;
    }

    #nav-icon span:nth-child(4) {
        top: 28px;
    }

    .open #nav-icon span:nth-child(1) {
        top: 14px;
        width: 0;
        left: 50%;
    }

    .open #nav-icon span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .open #nav-icon span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .open #nav-icon span:nth-child(4) {
        top: 14px;
        width: 0;
        left: 50%;
    }

    .header_block .menu_block .menu-menyu-container {
        position: absolute;
        right: 20px;
        top: 50px;
    }

    .header_block .menu_block .menu-menyu-container ul {
        background: #777;
        padding: 10px 20px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
    }

    .header_block .menu_block .menu-menyu-container ul li {
        display: block;
        margin: 15px 0 0 0;
        height: auto;
        line-height: normal;
    }

    .header_block .menu_block .menu-menyu-container ul li:first-child {
        margin: 0;
    }

    .header_block .menu_block .menu-menyu-container ul li#menu-item-666:before {
        display: none;
    }

    .footer .right_side {
/*        display: none;*/
        margin-bottom: 15px;
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer .block_dmca {
        margin-bottom: 15px;
    }

    .main_content .left_side .latest_news_thumbs .thumb_news_item {
        width: 100%;
    }

    .broker_list tr td:last-child {
        display: none;
    }
}

#text-6.widget.widget_text {
    overflow: hidden;
}

@media screen and (max-width: 639px) {
    .right-side_iframe-top {
        height: 280px !important;
    }

    #text-7 .textwidget {
        display: flex;
        margin-top: 15px;
        justify-content: center;
        width: 100%;
    }

    .main_content .left_side {
        margin: 0;
        float: none;
        width: 100%;
    }

    .main_content .left_side .left_side_inner {
        margin: 0;
    }

    .main_content .right_side {
        width: 100%;
        float: none;
        /*border: none;*/
    }

    .main_content .right_side li.widget.inves-widget {
        display: none;
    }

    .main_content .left_side .latest_news_item .item_content p,
    .main_content .left_side .single_post .item_content p {
        font-size: 16px;
        line-height: 22px;
    }
    /* for comment 4*/
    .fe-button-comment {
        vertical-align: middle;
        height: 33px;
        box-sizing: border-box;
        border: 1px #40ae49 solid;
        border-radius: 2px;
        font-weight: bold;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        background: #40ae49;
        padding: 0 20px;
    }
    .pagination .nav-links {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    .main_content .left_side .latest_news_item .item_content img,
    .main_content .left_side .single_post .item_content img {
        max-width: 100% !important;
        margin: 0 auto 10px auto;
        float: none;
        display: block;
    }

    .footer {
        height: auto;
        margin: 0;
    }

    .outer_wrapper:after {
        height: auto;
    }

    .footer .left_side {
        float: none;
    }

    .footer .top_line {
        height: auto;
    }

    .footer .menu li a {
        font-size: 14px;
    }

    .footer .menu li {
        display: block;
        text-align: center;
        padding: 0;
        margin: 5px 0 0 0;
    }

    .footer .menu li:after {
        display: none;
    }

    .footer .bottom_line p {
        text-align: center;
    }

    .broker_list tr td:first-child + td {
        display: none;
    }

    .broker_content .broker_logo {
        float: none;
        margin: 0 auto 10px auto;
        display: block;
    }

    .tabs_content > div p {
        font-size: 16px;
        line-height: 22px;
    }

    .broker_fields tr td:first-child {
        width: 140px;
    }

    .broker_fields {
        font-size: 12px;
    }

    .online-video-block:after {
        left: 100px;
    }
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 20px;
    text-align: center;
    cursor: pointer;
    /*z-index: 10;*/
    z-index: 10;
    height: 33px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #464646;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
    text-align: left;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

#dropdownContentMenu {
    display: none;
    /*position: relative;*/
    position: absolute;
    height: 65px !important;
    top: 33px;
}

#dropdownMenu::after {
    content: "";
    display: block;
    /*width: 10px;*/
    /*height: 10px;*/
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #a9a9a9 transparent transparent transparent;
}

.dropdown-content input[type='radio']:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.triangle {
    display: inline-block;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #a9a9a9 transparent transparent transparent;
    cursor: pointer;
    position: relative;
    z-index: -1;
    top: 50%;
    margin-top: -2.5px;
}

.dropdown-content label {
    display: block;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.dropdown-content label input {
    height: 10px;
    width: 10px;
    margin: 0 5px 0;
    cursor: pointer;
}

.wp-united-latest-posts h2 {
    text-decoration: none;
}

@media screen and (max-width: 1440px) {
    .center_wrapper {
        max-width: 1024px;
    }
}

.flex-news {
    display: flex;
    flex-direction: column;
}

div.thumb_news_item.block_main_page h3 a,
div.thumb_news_item.news_block h3 a {
    height: auto !important;
}

.ek-dfp div {
    display: flex;
}

.ek-dfp iframe {
    margin: 0 auto;

}

.right-side_iframe-top {
    width: 300px;
    height: 250px;
    border: none;
    overflow: hidden;
}

@media screen and (max-width: 344px) {

    .post_forum_left {
        width: initial;
        padding-right: 0;
    }
}

@media all and (max-height: 700px) {
    body.body-no-scroll {
        position: fixed;
    }

    .fe-popup_wrapper {
        /*align-items: flex-end !important;*/
    }

    /*.popup-container,
    .fe-popup {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
    }*/
    .fe-maximarkets_info-block {
        font-size: 16px;
        padding-left: 7%;
        padding-right: 7%;
    }

    .fe-popup_form-block-text {
        font-size: 18px;
        padding-left: 4%;
        padding-right: 4%;
    }

    .fe-popup {
        bottom: 0px;
    }

    .fe-popup .RForm .indent {
        margin: 1px 0 !important;
    }
}

@media all and (max-height: 420px) and (orientation: landscape) {
    .popup-container {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .fe-popup_wrapper {
        align-items: stretch !important;
    }
}

/* Evhenii styles for task 630 */

.right_side, .if_right_side {
    /* width: 300px; */
    width: 230px;
}

.if_right_side {
    padding-top: 20px;
}

.main_content .left_side {
    border-top: 7px #d7d7d7 solid;
}

#menu-menyu li a {
    margin-left: 10px;
}

@media all and (max-width: 867px) {
    .menu-menyu-ar-container,
    .menu-menyu-container {
        z-index: 1;
    }

    .if_right_side {
        padding-top: 10px;
        display: block;
        border-top: none;
        float: none !important;
        margin: 0 auto !important;
        width: 100%;
        max-width: 300px;
    }

    .main_content .left_side {
        display: inline-block;
        width: 100% !important;
        margin-right: 0;
    }

    .main_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .if_swiper-wrapper {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
}

@media all and (min-width: 480px) and (max-width: 560px) {
    .footer {
        height: 210px;
    }

    .bottom_line {
        margin-top: 30px;
    }
}

@media all and (min-width: 640px) and (max-width: 767px) {
    ul.social_block {
        margin-top: 10px;
    }
}

@media all and (min-width: 740px) and (max-width: 768px) {
    ul.social_block {
        margin-top: 10px;
    }
    .header_block .menu_block .menu-menyu-container {
        float: none !important;
    }
    .header_block .menu_block .menu-menyu-container ul li {
        margin: 0 0 0 -5px !important;
    }
}

.if_right_side .widgettitle {
    text-align: center;
}

.user_posts {
    margin-bottom: 10px;
}

.error_cabinet {
    font-size: 12px;
    color: #f36161;
}

.rules p:not(:last-child) {
    padding-bottom: 10px;
}

.ek-popup.ek-popup-fix #agreement {
    height: initial;
}

.broker_rating {
    max-width: 100px;
}

.broker_rating p {
    font-size: 14px;
}

.broker_rating span {
    font-size: 16px;
}

.broker_rating span.active {
    color: #40ae49;
}

.broker_rating button {
    width: 15px;
    height: 15px;
}

.broker_rating button.like_broker {
    background-image: url("images/grey_like.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.broker_rating button.dislike_broker {
    background-image: url("images/grey_dislike.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.broker_rating button.active.like_broker {
    background-image: url("images/green_like.png");
}

.broker_rating button.active.dislike_broker {
    background-image: url("images/green_dislike.png");
}

.broker_rating .broker_likes {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px;
}

.analytic_post_title {
    position: relative;
}

.analytic_post_edit {
    float: right;
    cursor: pointer;
}

.analytic_post_edit:hover {
    opacity: 0.8;
}

.analytic_post_thumbnail {
    max-width: 150px;
    max-height: 150px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.analytic_post_thumbnail img {
    margin: 0 auto;
}

#block_publication_write fieldset.fields2 dt.dt-fix {
    width: 100%;
}

#broker_settings #checkboxes_regulated_by input,
#broker_settings #checkboxes input,
#broker_settings #checkboxes_broker_type input {
    display: none;
}

.item_content.preview {
    word-wrap: break-word;
}

.success{
    border: 1px solid #40ae49!important;
    background: #fafff2 !important;
}

.error{
    border: 1px solid #AA0000!important;
    background: #fff7f8 !important;
}
@media all and (max-width: 850px) {
    .header_block .menu_block .menu-menyu-container ul li#menu-item-666:before {
        display: none;
    }
    .header_block .menu_block .logo {
        width: 145px;
        height: 28px;
        background-size: contain;
    }
}

@media all and (max-width: 767px) {
    .if_swiper-slide:not(.active):after {
        display: none;
    }
    .if_swiper-wrapper {
        border-bottom: none;
    }
    .if_swiper-slide {
        padding: 0 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        min-width: 20%;
        opacity: 0.6;
        border: 1px solid #b6b6b6;
        font-family: Helvetica;
        font-weight: 400;
    }
    .category-news .if_swiper-slide {
        min-width: 16%;
    }
    /*li.if_swiper-slide.active:nth-child(2) {
        width: 120px;
    }*/
    .if_swiper-slide.active {
        text-overflow: unset;
        padding: 0 5px;
        width: 100%;
        opacity: 1;
        border-bottom: 1px solid transparent;
    }
    .if_news_text {
        color: #000;
        font-family: Helvetica;
        font-weight: 400;
    }

}
@media all and (max-width: 500px) {
    .if_swiper-slide {
        min-width: 17%;
    }
    .category-news .if_swiper-slide {
        min-width: 16%;
    }
}
@media all and (max-width: 400px) {
    .if_swiper-slide {
        min-width: 15%;
    }
    .if_right_side iframe {
        width: 100%;
    }

}
/* fix button styles for unisender */
#unisender_subscribe_form input[type="submit"] {
    background: #40AE49;
    color: #ffffff;
    height: 33px;
    box-sizing: border-box;
    border: 1px #40ae49 solid;
    border-radius: 2px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 25px;
}

/* contact page */
.contact_wrap,
.outer_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact_wrap h1 {
    color: #40AE49;
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 20px;
}
.main-form__submit input[type="submit"] {
    background: #40AE49;
    color: #ffffff;
    height: 33px;
    box-sizing: border-box;
    border: 1px #40ae49 solid;
    border-radius: 2px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 25px;
    width: 100%;
}

.wrap__sidebar {
    margin-left: 20px;
}

.vcard div {
    margin-bottom: 10px;
}

input[type=text],
input[type=email] {
    margin: 0 0 20px 0;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    border-color: #40ae49;
    -webkit-box-shadow: 0 0 2px #40ae49;
    box-shadow: 0 0 2px #40ae49;
}

textarea {
    margin: 0 0 15px 0;
}

.outer_wrapper {
    flex-direction: column;
}

.if_main-wrapper {
    padding: 30px 0;
    flex: 1 0 auto;
}

.page-id-664 .if_main-wrapper {
    width: 970px;
}

.footer {
    flex: 0 0 auto;
}

.main-form .danger {
    border-color: #dc8d99 !important;
    background: #fff7f8 !important;
    color: #d85030 !important;
}

.main-form .success {
    border-color: #8ec73b !important;
    background: #fafff2 !important;
    color: #659f13 !important;
}

.forum_rules_items li {
    font-size: 13px;
    margin-bottom: 10px;
    text-align: left;
}

/* popUp */

.modal-shadow {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color: rgba(0,0,0,.8);
    opacity:0.5;
    display:none;
  }

.modal-window {
    position: fixed;;
    top:50%;
    left:50%;
    padding:60px 100px;
    display:none;
    background:#fff;
    z-index: 100;
    transform: translate(-50%,-50%);
    transition: .3s;
}

.close-popUp {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
    color: #444444 !important;
    cursor: pointer;
}

.close-popUp:hover {
    text-decoration: none;
}

.page-form-title {
    color: #40AE49;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}

.page-id-56010 .left_side img,
.page-id-201 .left_side img,
.page-id-199 .left_side img,
.page-id-656 .left_side img {
    display: none;
}

.page-id-53727 .left_side .single_post .item_content p {
    color: #444444;
}

@media all and (max-width:767px) {
    .contact_wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .wrap__sidebar {
        margin-left: 0;
    }

    .if_main-wrapper {
        max-width: 400px;
    }

    .geo iframe {
        width: auto;
    }

    .vcard {
        text-align: center;
    }
}

@media all and (max-width:479px) {
    .modal-window {
        padding: 20px 60px;
    }
    .page-form-title {
        font-size: 22px;
        line-height: 30px;
    }
    .if_main-wrapper {
        max-width: 300px;
    }
}

input[id^="spoiler"]{
    display: none;
}

input[id^="spoiler"] + label {
    display: block;
    margin: 0 auto;
    color: #40ae49;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: all .6s;
    text-decoration: underline;
}

input[id^="spoiler"]:checked + label {
    color: #40ae49;
}

input[id^="spoiler"] ~ .spoiler {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .6s;
}

input[id^="spoiler"]:checked + label + .spoiler{
    height: auto;
    opacity: 1;
    margin-top: 20px;
}

.spoiler p {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 13px;
}

.spoiler h2 {
    margin: 10px 0;
}


#right-side-banner {
    padding-top: 20px;
    max-height: 400px !important;
}



#slidewrapper div {
	display: none;
}

#slidewrapper .banner_active {
	display: block;
}

.social_block {
	text-align: center;
}

.investforum-people__wrapper {
    margin: 100px 0;
}
.b-news-wrapper {
    display: flex;
    align-items: center;
}
.b-news-wrapper-img img{
    max-width: 240px;
    margin-right: 40px;
}
.b-news-wrapper-context-date{
    margin-bottom: 5px;
}
.b-news-title-link {
    font-size: 20px;
    margin-bottom: 5px;
    display: inline-block;
}


@media(max-width: 1100px){
    .investforum-people__wrapper{
        padding: 0 20px;
    }
}

@media(max-width: 800px){
    .b-news-wrapper{
        flex-direction: column;
    }
    .b-news-wrapper-img img{
        margin-right: 0;
        margin-bottom: 40px;
    }
    .investforum-people__wrapper{
        margin: 50px 0;
    }
}
