@font-face {
    font-family: 'Montserrat-Black';
    src: url(../fonts/Montserrat/Montserrat-Black.ttf);
}
@font-face {
    font-family: 'Montserrat-BlackItalic';
    src: url(../fonts/Montserrat/Montserrat-BlackItalic.ttf);
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
}
@font-face {
    font-family: 'Montserrat-BoldItalic';
    src: url(../fonts/Montserrat/Montserrat-BoldItalic.ttf);
}
@font-face {
    font-family: 'Montserrat-Italic';
    src: url(../fonts/Montserrat/Montserrat-Italic.ttf);
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url(../fonts/Montserrat/Montserrat-Light.ttf);
}
@font-face {
    font-family: 'Montserrat-LightItalic';
    src: url(../fonts/Montserrat/Montserrat-LightItalic.ttf);
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url(../fonts/Montserrat/Montserrat-Medium.ttf);
}
@font-face {
    font-family: 'Montserrat-MediumItalic';
    src: url(../fonts/Montserrat/Montserrat-MediumItalic.ttf);
}
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
}
* {
    font-family: 'Montserrat';
    box-sizing: border-box;
}
html, body {
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}
noindex {
    display: inline;
}
.clear {
    clear: both;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    padding: 0px;
    margin: 0px;
    display: block;
}
h1, .h1 {
    font-size: 2em;
}
h2, .h2 {
    font-size: 1.8em;
}
h3, .h3 {
    font-size: 1.4em;
}
h4, .h4 {
    font-size: 1.2em;
}
h5, .h5 {
    font-size: 1.1em;
}
h6, .h6 {
    font-size: 1em;
}
small {
    font-size: 0.85em;
}
strong {
    font-family: 'Montserrat-Bold';
}
.font095 {
    font-size: 0.95em;
}
.font085 {
    font-size: 0.85em;
}
.font075 {
    font-size: 0.75em;
}
.font11 {
    font-size: 1.1em;
}
.font12 {
    font-size: 1.2em;
}
a {
    color: #7ec3ee;
}
a:hover {
    text-decoration: none;
}
.scrolltop_container {
    position: fixed;
    right: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 48px;
    background: rgba(0,0,0,0.8);
    border-radius: 0px;
    fill: #fff;
    z-index: 100000;
    display: none;
    cursor: pointer;
    text-align: center;
}
#header_fl {
    background: #37aae2; /* Old browsers */
    background: -moz-linear-gradient(left, #37aae2 0%, #03d3c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37aae2 0%,#03d3c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37aae2 0%,#03d3c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aae2', endColorstr='#03d3c5',GradientType=1 ); /* IE6-9 */
    height: 50px;
    padding: 0px;
    margin: 0px;
}
#header_fl .header_fl_left {
    padding: 0px;
    margin: 0px;
}
#header_fl .header_fl_left li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 50px;
    height: 50px;
    fill: #fff;
    color: #fff;
}
#header_fl .header_fl_left li:hover {
    background-color: #00c6c5;
}
#header_fl .header_fl_left li + li {
    border-left: 1px solid #7ec3ee;
}
#header_fl .header_fl_left li svg {
    height: 32px;
    width: 32px;
    margin: 9px;
}
#header_fl {
    background-color: #37aae2;
    height: 50px;
    padding: 0px;
    margin: 0px;
}
#header_fl .header_fl_right {
    padding: 0px;
    margin: 0px;
    float: right;
}
#header_fl .header_fl_right li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
    height: 50px;
    fill: #fff;
    color: #fff;
    line-height: 50px;
}
#header_fl .header_fl_right li:hover {
    background-color: #00c6c5;
}
#header_fl .header_fl_right li a {
    text-decoration: none;
    color: #fff;
    padding: 0px 10px 0px 42px;
    text-transform: uppercase;
}
#header_fl .header_fl_right li svg {
    position: absolute;
    height: 24px;
    width: 24px;
    margin: 13px 0px 13px -32px;
}
@media only screen and (max-width: 1600px) {
    #header_fl {
        font-size: 0.85em;
    }
}

#header {
    height: 110px;
    background: #fff;
}
#header #logo {
    margin: 18px 0px;
    float: left;
}
#header .menu, #header .menu-i {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#header .menu > li, #header .menu-i > li {
    float: left;
    line-height: 110px;
}
#header a {
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 10px;
    color: #000;
}
#header a:hover, #header a:active {
    color: #00c6c5;
}
#header .menu, #header .menu-i {
    font-size: 0.85em;
}
#header .menu-i > li {
    line-height: 30px;
    height: 110px;
    border-left: 1px solid #ccc;
    width: 100px;
    text-align: center;
}
#header .menu-i > li > a {
    display: block;
    padding: 0px;
    font-family: 'Montserrat';
    font-size: 0.85em;
    height: 110px;
}
#header .menu-i .imgp {
    font-size: 1.4em;
    line-height: 40px;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
#header .menu-i .imgp {
    font-size: 2em;
}

@media only screen and (max-width: 1600px) {
    #header .menu {
        font-size: 0.75em;
    }
}
.whitebg {
    background: #fff;
}
.mt-0 { margin-top: 0px; }
.mt-1 { margin-top: 0.5em; }
.mt-2 { margin-top: 1em; }
.mt-3 { margin-top: 1.5em; }
.mt-4 { margin-top: 2em; }
.mt-5 { margin-top: 2.5em; }
.mr-0 { margin-right: 0px; }
.mr-1 { margin-right: 0.5em; }
.mr-2 { margin-right: 1em; }
.mr-3 { margin-right: 1.5em; }
.mr-4 { margin-right: 2em; }
.mr-5 { margin-right: 2.5em; }
.mb-0 { margin-bottom: 0px; }
.mb-1 { margin-bottom: 0.5em; }
.mb-2 { margin-bottom: 1em; }
.mb-3 { margin-bottom: 1.5em; }
.mb-4 { margin-bottom: 2em; }
.mb-5 { margin-bottom: 2.5em; }
.ml-0 { margin-left: 0px; }
.ml-1 { margin-left: 0.5em; }
.ml-2 { margin-left: 1em; }
.ml-3 { margin-left: 1.5em; }
.ml-4 { margin-left: 2em; }
.ml-5 { margin-left: 2.5em; }

.pt-0 { padding-top: 0px; }
.pt-1 { padding-top: 0.5em; }
.pt-2 { padding-top: 1em; }
.pt-3 { padding-top: 1.5em; }
.pt-4 { padding-top: 2em; }
.pt-5 { padding-top: 2.5em; }
.pr-0 { padding-right: 0px; }
.pr-1 { padding-right: 0.5em; }
.pr-2 { padding-right: 1em; }
.pr-3 { padding-right: 1.5em; }
.pr-4 { padding-right: 2em; }
.pr-5 { padding-right: 2.5em; }
.pb-0 { padding-bottom: 0px; }
.pb-1 { padding-bottom: 0.5em; }
.pb-2 { padding-bottom: 1em; }
.pb-3 { padding-bottom: 1.5em; }
.pb-4 { padding-bottom: 2em; }
.pb-5 { padding-bottom: 2.5em; }
.pl-0 { padding-left: 0px; }
.pl-1 { padding-left: 0.5em; }
.pl-2 { padding-left: 1em; }
.pl-3 { padding-left: 1.5em; }
.pl-4 { padding-left: 2em; }
.pl-5 { padding-left: 2.5em; }
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.row {
    width: 100%;
    margin: 0px !important;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.popup {
    position: fixed;
    background: rgba(16, 72, 107, 0.8);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: none;
    z-index: 10;
}
.popup-container {
    background: #37aae2; /* Old browsers */
    background: -moz-linear-gradient(left, #37aae2 0%, #03d3c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37aae2 0%,#03d3c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37aae2 0%,#03d3c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aae2', endColorstr='#03d3c5',GradientType=1 ); /* IE6-9 */
    padding: 25px;
    width: 80%;
    max-width: 600px;
    margin: 0px auto;
    position: relative;
}
.popup-close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.popup-content {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    padding: 40px;
    box-sizing: border-box;
    overflow-y: auto;
}
.popup-title {
    font-family: 'Montserrat-Bold';
    font-size: 1.4em;
}
.popup-title-big {
    font-family: 'Montserrat-Bold';
    font-size: 1.8em;
}
.form-group {
    margin-bottom: 10px;
}
.form-control {
    border: 1px solid #ccc;
    line-height: 32px;
    padding: 0px 10px;
    width: 100%;
}
select.form-control {
    height: 34px;
}
textarea.form-control {
    padding: 5px 10px;
    line-height: 18px;
}
input[type="text"], input[type="password"], input[type="email"] {
    border: 1px solid #ccc;
    line-height: 32px;
    padding: 0px 10px;
}
select {
    border: 1px solid #ccc;
    line-height: 32px;
    padding: 0px 10px;
    height: 34px;
}
.btn {
    font-family: 'Montserrat-Bold';
    display: inline-block;
    text-decoration: none;
    line-height: 18px;
    border: 0px;
    background: #37aae2;
    text-align: center;
    padding: 8px 20px;
    color: #fff;
    cursor: pointer;
}
.line-btn {
    display: inline;
    text-decoration: none;
    background: #37aae2;
    color: #fff;
    padding: 2px 5px;
    cursor: pointer;
}
.btn:hover {
    background: #3387bb;
}
.btn-block {
    display: block;
    width: 100%;
}
.dropdown {
    position: absolute;
    display: none;
    z-index: 100000;
}
.lang-drop {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 101px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0px;
    margin-left: -1px;
}
.lang-drop a {
    display: block;
    line-height: 40px;
    text-align: center;
}
.home_instructions_elm {
    display: block;
    margin: 0px -15px;
    padding: 30px;
    height: 220px;
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat-Bold';
}
.home_instructions_elm:hover {
    text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
}
.home_instructions_elm .img {
    position: absolute;
    right: 30px;
}
.home_instructions_elm .title {
    position: absolute;
    bottom: 30px;
    font-family: inherit;
    font-size: 1.1em;
}
.home_instructions_elm.elm1 {
    background: #00c6c5;
}
.home_instructions_elm.elm2 {
    background-image: url(../img/icb2.png);
    background-size: cover;
}
.home_instructions_elm.elm3 {
    background: #2a99df;
}
.home_instructions_elm.elm4 {
    background-image: url(../img/icb4.png);
    background-size: cover;
}

.footer {
    background: #37aae2; /* Old browsers */
    background: -moz-linear-gradient(left, #37aae2 0%, #03d3c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37aae2 0%,#03d3c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37aae2 0%,#03d3c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aae2', endColorstr='#03d3c5',GradientType=1 ); /* IE6-9 */
}
.footer_ft {
    padding: 30px 30px;
    display: flex;
    font-size: 0.85em;
}
.footer_logo {
    flex: 0 0 25%;
}
.footer_c1 {
    color: #fff;
    flex: 0 0 20%;
}
.footer_c2 {
    color: #fff;
    flex: 0 0 20%;
}
.footer_c4 {
    color: #fff;
    flex: 0 0 35%;
    line-height: 1.7em;
}
.footer_logo {
    text-align: center;
}
.footer_logo img {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}
.footer_ft ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer_ft ul li a {
    display: block;
    color: #fff;
    padding: 5px 0px;
    text-decoration: none;
}
.footer_ft ul li a:hover {
    text-decoration: none;
}
.footer_ft .footer_c1 ul li a {
    padding: 10px 0px;
}
.footer_ft .title {
    font-family: 'Montserrat-Bold';
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000;
}

.footer_fb {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 30px;
    color: #fff;
    font-size: 0.85em;
}
.footer_socicons {
    margin-top: 30px;
}
.footer_socicons a {
    color: #fff;
    display: block;
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 28px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-left: 0px;
}
.footer_socicons *:first-child a {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.gives {
    background-image: url(../img/bg2.png);
    background-size: cover;
    padding: 80px 40px;
    color: #fff;
}
.gives .title {
    font-family: 'Montserrat-Bold';
    font-size: 2.8em;
    text-align: center;
    margin-bottom: 10px;
}
.gives .subtitle {
    text-align: center;
    font-size: 2.0em;
    margin-bottom: 40px;
}
.gives .reasons {
    width: 90%;
    margin: 0px auto;
    display: flex;
}
.gives .reasons .left {
    flex: 0 0 50%;
    padding: 0px 20px;
}
.gives .reasons .right {
    flex: 0 0 50%;
    padding: 0px 20px;
}
.gives ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.gives ul li {
    position: relative;
    display: table;
    height: 60px;
}
.gives ul li span {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    line-height: 60px;
    margin-left: -60px;
    font-family: 'Montserrat-Bold';
    font-size: 2em;
}
.gives .left ul li span {
    color: #37aae2;
}
.gives .right ul li span {
    color: #03d3c5;
}
.gives ul li div {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 60px;
}

.home_statacol_elm {
    display: block;
    margin: 0px -15px;
    padding: 30px;
    text-decoration: none;
    color: #333;
}
.home_statacol_elm .img {
    position: absolute;
    right: 30px;
}
.home_statacol_elm .title {
    bottom: 30px;
    font-size: 1em;
    margin-top: 100px;
    line-height: 30px;
    font-family: 'Montserrat-Bold';
}
.home_statacol_elm .subtitle {
    font-size: 0.85em;
    line-height: 30px;
}
.home_statacol_elm .val {
    font-size: 1.2em;
    line-height: 30px;
    font-family: 'Montserrat-Bold';
}
.home_statacol_elm.elm1 {
    background: #ffffff;
}
.home_statacol_elm.elm2 {
    background: #f7f7f7;
}
.home_statacol_elm.elm3 {
    background: #ffffff;
}
.home_statacol_elm.elm4 {
    background: #f7f7f7;
}
.home_statacol_elm.elm1 .val, .home_statacol_elm.elm3 .val {
    color: #37aae2;
}
.home_statacol_elm.elm2 .val, .home_statacol_elm.elm4 .val {
    color: #03d3c5;
}

.myreferalsinvested {
    background: #37aae2; /* Old browsers */
    background: -moz-linear-gradient(left, #37aae2 0%, #03d3c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37aae2 0%,#03d3c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37aae2 0%,#03d3c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aae2', endColorstr='#03d3c5',GradientType=1 ); /* IE6-9 */
}
.myreferalsinvested {
    padding: 40px 0px;
}
.myreferalsinvested .mebelive span:not(.num) {
    display: none;
}
.myreferalsinvested .mebelive .num {
    padding: 0px 0px;
    border: 1px solid #fff;
    font-size: 60px;
    font-family: 'Montserrat-Bold';
    color: #fff;
    width: 60px;
    text-align: center;
    display: inline-block;
    margin: 2px;
    height: 80px;
    line-height: 80px;
}
.myreferalsinvested .title {
    color: #fff;
    font-size: 1.6em;
    font-family: 'Montserrat-Bold';
}
.myreferalsinvested .title span {
    font-size: 2em;
    font-family: 'Montserrat-Bold';
}
.bcard {

}
.bcard-title {
    font-family: 'Montserrat-Bold';
}
.bcard-footer {
    background: #fcfcfc;
    margin-top: 20px;
}
.mainmenu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mainmenu > li {
    display: block;
    padding: 0px;
    font-size: 0.85em;
    background: #fff;
    /* box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5), inset 0px -1px 1px rgba(0,0,0,0.05); */
    cursor: pointer;
    margin: 0px 0px 5px 0px;
    color: #03d3c5;
    position: relative;
}
.mainmenu > li > a {
    display: block;
    border: 3px solid #03d3c5;
    padding: 0px 20px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    text-decoration: none;
    color: #03a092;
    border-radius: 4px;
}
.mainmenu > li > .opener, .mainmenu > li > .closer {
    cursor: pointer;
    line-height: 20px;
    padding: 0px;
    position: absolute;
    right: 15px;
    top: 13px;
}
.mainmenu > li > .closer {
    display: none;
}
.mainmenu > li.active > .opener {
    display: none;
}
.mainmenu > li.active > .closer {
    display: inline;
}
.mainmenu > li.active {}
.mainmenu > li.active > a {}
.mainmenu .submenus, .mainmenu .submenus_drop {
    display: none;
}
.mainmenu .active .submenus, .mainmenu .active .submenus_drop {
    display: block;
}
.mainmenu .submenus_drop li {
    margin: 0px 10px;
}
.mainmenu .submenus_drop > ul > li {
    position: relative;
}
.mainmenu .submenus_drop li .submenus {
    position: absolute;
    left: calc(100% - 20px);
    top: 0px;
    background: #fff;
    z-index: 100;
    width: 200px;
    padding: 10px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
}
.mainmenu .submenus_drop li:hover .submenus:not(:empty) {
    display: block;
}
.mainmenu .submenus a, .mainmenu .submenus_drop a {
    display: block;
    padding: 10px 0px;
    background: #fff;
    text-decoration: none;
    font-family: 'Montserrat-Bold';
    color: #000;
}
.mainmenu .submenus a + a, .mainmenu .submenus_drop li + li {
    border-top: 1px solid #f5f5f5;
}
.mainmenu .submenus a:hover, .mainmenu .submenus_drop a:hover {
    color: #777;
}
.mainmenu .submenus_drop ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mainmenu > li > .submenus a {
    margin: 0px 10px;
}
.card {}
.card-title {
    position: relative;
    font-family: 'Montserrat-Bold';
    padding: 10px 0px;
}
.card-body {
    padding: 10px 0px;
}
.card.left .card-title {
    border-bottom: 2px solid #37aae2;
}
.card.right .card-title {
    border-bottom: 2px solid #03d3c5;
}
.form-control {
    border: 1px solid #ccc;
    background: #fff;
    line-height: 32px;
    position: relative;
}
.form-control-group {
    position: relative;
    margin-bottom: 10px;
}
.form-control-group .form-control-label {
    position: absolute;
    line-height: 32px;
    border: 1px solid #ccc;
    background: #eee;
    z-index: 1;
    width: 32px;
    text-align: center;
}
.form-control-group.right .form-control-label {
    right: 0px;
}
.form-control-group.right .form-control {
    padding-right: 40px;
}
.form-control-group.left .form-control-label {
    left: 0px;
}
.form-control-group.left .form-control {
    padding-left: 40px;
}
.sidebar-avatar img {
    width: 30px;
    border-radius: 100%;
    display: block;
}

.choicehint {
    background: #fff;
    border-radius: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    width: 16px;
    position: absolute;
    right: 0px;
    top: 10px;
    color: #37aae2;
    display: block;
    text-align: center;
}
.choicehintmodal {
    position: absolute;
    z-index: 9999;
    background: #fff;
    border: 1px solid #999;
    padding: 10px;
    width: 240px;
    border-radius: 2px;
    font-size: 0.85em;
}
.choicehintmodal.rightside {
    margin-left: 0px;
}
.choicehintmodal.leftside {
    margin-left: -260px;
}

.top_investors .project, .best_refback > div > div, .home_last_projects > div {
    padding: 7px 0px;
}
.top_investors .project a, .best_refback > div > div a, .home_last_projects > div a {
    text-decoration: none;
    color: #000;
}
.top_investors .project span {
    float: right;
    font-family: 'Montserrat-Bold';
}
.home_last_projects > div span {
    float: right;
    color: #03d3c5;
}
.top_investors .project + .project, .best_refback > div > div + div,
.home_last_projects > div + div{
    border-top: 1px solid #ccc;
}
.investorschoice > div div:first-child, .investorschoice > div div:first-child a {
    color: #03d3c5;
}
.investorschoice > div div:hover, .investorschoice > div div:hover a, .best_refback > div > div:hover, .best_refback > div > div:hover a,
.home_last_projects > div:hover, .home_last_projects > div:hover a, .home_last_projects > div:hover span {
    color: #37aae2;
}
.best_refback .hbr_row_bigger a {
    color: #03d3c5;
}
.best_refback .hbr_row_big a {
    color: #37aae2;
}
.best_refback .right {
    float: right;
    font-family: 'Montserrat-Bold';
}

.homeinstructionbanner {
    background-image: url(../img/bg1.png);
    background-size: cover;
    display: block;
    text-align: center;
    padding: 40px 0px;
    text-decoration: none;
    color: #fff;
}
.homeinstructionbanner .title {
    font-size: 2.4em;
    margin-bottom: 20px;
    font-family: 'Montserrat-Bold';
}
.homeinstructionbanner .button {
    font-size: 2em;
}
.homeinstructionbanner .button .far {
    font-size: 0.75em;
}
.home_last_comments {}
.home_last_comments > div + div {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}
.home_last_comments .date {
    color: #37aae2;
    font-family: 'Montserrat-Medium';
    font-size: 0.75em;
}
.home_last_comments .lc-i a {
    text-decoration: none;
    font-family: 'Montserrat-Medium';
    color: #333;
}
.home_last_comments .lc-i noindex:first-child a:after {
    content: ' - ';
}
.home_last_news {}
.home_last_news .last_news_item {
    margin-bottom: 40px;
}
.home_last_news .last_news_item .date {
    position: absolute;
    z-index: 1;
    background: #333;
    color: #fff;
    font-size: 0.65em;
    text-align: center;
    padding: 5px 10px;
}
.home_last_news .last_news_item .date span {
    display: block;
    font-family: 'Montserrat-Bold';
    font-size: 1.8em;
    color: #03d3c5;
}
.home_last_news .last_news_item .image {
    height: 140px;
    background-size: cover;
    background-position: center;
}
.home_last_news .last_news_item .title {
    font-size: 0.85em;
}
.home_last_news .last_news_item .title, .home_last_news .last_news_item .title a {
    margin-top: 10px;
    color: #333;
}
.bcard-title {
    margin-bottom: 20px;
}
.bcard-title a {
    color: #000;
    text-decoration: none;
}
.bcard-title a:hover {
    text-decoration: underline;
}
.bcard-body img {
    box-sizing: border-box;
    max-width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    background: #eee;
    margin: 0px 5px;
}
.bcard-body.clearimg img {
    box-sizing: border-box;
    max-width: 100%;
    border: 0px;
    padding: 0px;
    background: #eee;
    margin: 0px;
}
.news-f-ic {
    color: #777;
    font-size: 0.85em;
}
.news-f-ic a {
    color: #777;
    text-decoration: none;
}
.speedbar {
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}
.speedbar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.speedbar ul li {
    display: inline-block;
}
.speedbar a {
    color: #000;
    text-decoration: none;
}
.speedbar .fas {
    margin: 0px 5px;
}
.bcard-gradient {
    padding: 20px;
    color: #fff;
    background: #37aae2; /* Old browsers */
    background: -moz-linear-gradient(left, #37aae2 0%, #03d3c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37aae2 0%,#03d3c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37aae2 0%,#03d3c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aae2', endColorstr='#03d3c5',GradientType=1 ); /* IE6-9 */
}
.navigation {
    font-size: 1.2em;
}
.navigation .paging span {
    padding: 5px;
    color: #ccc;
    margin: 2px;
}
.navigation .paging a {
    padding: 5px 7px;
    text-decoration: none;
    color: #37aae2;
    margin: 0px;
}
.navigation .paging a:hover {
    background: #37aae2;
    color: #fff;
}


.bcard-title {
    position: relative;
}
.bcard-title-platit::after {
    content: "Платит";
    right: 0px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    padding: 0px 10px;
    border-radius: 2px;
    background: #00b700;
    color: #fff;
    font-size: 0.75em;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    position: absolute;
    text-transform: uppercase;font-weight: normal;
    line-height: 20px;
}
.bcard-title-problemi::after {
    content: "Проблемы";
    right: 0px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    padding: 0px 10px;
    border-radius: 2px;
    background: #ff8000;
    color: #fff;
    font-size: 0.75em;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    position: absolute;
    text-transform: uppercase;font-weight: normal;
    line-height: 20px;
}
.bcard-title-skam::after {
    content: "Скам";
    right: 0px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    padding: 0px 10px;
    border-radius: 2px;
    background: #d20000;
    color: #fff;
    font-size: 0.75em;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    position: absolute;
    text-transform: uppercase;font-weight: normal;
    line-height: 20px;
}
.alert {
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
.alert-danger {
    background: #cf0000;
    color: #fff;
}
.inline-block {
    display: inline-block;
}
#comments {
    width: 100% !important;
}
.comment {
    border-top: 2px solid #eee;
    padding: 20px 0px;
}
.comment .hmratef {
    font-size: 0.75em;
}
.comment .avatar img {
    width: 100%;
}
.comment .date {
    color: #fff;
    background: #37aae2; /* Old browsers */
    background: -moz-linear-gradient(left, #37aae2 0%, #03d3c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37aae2 0%,#03d3c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37aae2 0%,#03d3c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aae2', endColorstr='#03d3c5',GradientType=1 ); /* IE6-9 */
    padding: 0px 5px;
    font-size: 0.75em;
    border-radius: 2px;
    display: inline-block;
    line-height: 28px;
}
.comment .anchor a {
    color: #000;
    line-height: 28px;
    font-size: 0.75em;
    text-decoration: none;
}
.comment .author {
    margin-top: 5px;
}
.comment .xfields-v .xfv {
    background: #333;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    display: none;
}
.comment .comment-xf > div {
    display: inline-block;
    cursor: pointer;
}
.comment .text {
    margin-top: 10px;
}



.page .title {
    background: #f4f8f7;
    border-radius: 3px;
    padding: 10px 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: 1.2em;
}
.page .title a {
    text-decoration: none;
}
.page .title a:hover {
    text-decoration: underline;
}

.page .title-silver {
    background: #ccc;
    border-radius: 3px;
    padding: 10px 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: 1.2em;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1), inset 0px -1px 1px rgba(0,0,0,0.2), inset 0px 10px 20px -10px rgba(255, 255, 255, 1);
}
.page .title-silver a {
    color: #000;
    font-size: inherit;
    text-decoration: none;
    display: block;
}
.page .title-silver a:hover {
    text-decoration: underline;
}
.page .title-gold {
    background: #fae105;
    border-radius: 3px;
    padding: 10px 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: 1.2em;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1), inset 0px -1px 1px rgba(0,0,0,0.2);
}
.page .title-gold a {
    color: #ffffff;
    font-size: inherit;
    text-decoration: none;
    display: block;
}
.page .title-gold a:hover {
    text-decoration: underline;
}
.hyiptime {
    font-size: 0.75em;
}
#dle-comments-form .editor {
    width: 100% !important;
}
.bnum-list ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.bnum-list ul li {
    display: block;
    padding: 5px 0px;
}
.bnum-list ul li strong {
    display: inline-block;
    width: 20px;
}
.pttable {}
.pttable th {
    background: #7db2c3;
}
.pth {
    line-height: 20px;
    padding: 5px;
    color: #fff;
}
.ptd {
    line-height: 20px;
    padding: 5px;
    color: #444;
}
.compensation_container {
    border: 1px solid #7db2c3;
    padding: 20px;
    margin-bottom: 20px;
}
.compensation_container .title {
    font-family: 'Montserrat-Bold';
    font-size: 1.6em;
    margin-bottom: 20px;
}

.lectures {
    margin-left: 10px;
    margin-right: 20px;
}
.lectures > div {
    margin-bottom: 20px;
}
.lectures .name {
    font-size: 1.4em;
    color: #666;
    margin-bottom: 5px;
}
.lectures .info {
    margin-top: 5px;
    border-bottom: 1px dashed #ccc;
}

.lectures_tests {
    border: 1px dashed #ccc;
    padding: 20px;
}
.lectures_tests .title {
    font-size: 1.4em;
}
.lectures_tests .button {
    display: inline-block;
    background: rgb(37,189,188); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(37,189,188,1) 0%, rgba(47,144,212,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(37,189,188,1) 0%,rgba(47,144,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(37,189,188,1) 0%,rgba(47,144,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25bdbc', endColorstr='#2f90d4',GradientType=0 ); /* IE6-9 */
    line-height: 40px;
    height: 40px;
    padding: 0px 20px;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
.lectures_tests .question {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.lectures_tests .answers {
    margin-bottom: 10px;
}
.lectures_tests .result-error {
    border: 1px solid #ff0000;
    background: #fff0f0;
    padding: 10px;
}
.lectures_tests .result-success {
    border: 1px solid #85e21d;
    background: #f8fdf2;
    padding: 10px;
}
.lectures_tests .correction {
    margin-top: 10px;
}

.lotterycontainer .lotterycell {
    display: inline-block;
}
.lotterycontainer .lotterycellbtt {
    border: 1px solid #333;
    margin: 2px;
    width: 53px;
    text-align: center;
    line-height: 53px;
    cursor: pointer;
    background: #dff0f7;
}
.lotterycontainer .lotterycellbtt0 {
    border: 1px solid #333;
    margin: 2px;
    width: 53px;
    text-align: center;
    line-height: 53px;
    cursor: auto;
    background: #f7f7f7;
}
.lotterycontainer .lotterycellbtt1 {
    border: 1px solid #333;
    margin: 2px;
    width: 53px;
    text-align: center;
    line-height: 53px;
    cursor: auto;
    background: #f2f8d3;
}
.lotterycontainer .inputtext {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
    background: #fff;
    height: 18px;
}
.lotterycontainer .button {
    display: inline-block;
    background: rgb(37,189,188); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(37,189,188,1) 0%, rgba(47,144,212,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(37,189,188,1) 0%,rgba(47,144,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(37,189,188,1) 0%,rgba(47,144,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25bdbc', endColorstr='#2f90d4',GradientType=0 ); /* IE6-9 */
    line-height: 30px;
    height: 30px;
    padding: 0px 20px;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
.lotterycontainer .dovotenum {
    font-size: 1.4em;
}
.hmminusrate {
    background: #f00;
    color: #fff;
    padding: 1px 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    border: 0px;
}
.hmplusrate {
    background: #080;
    color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    border: 0px;
}
.hmratef form {
    display: inline;
}
.extrasensratef form {
    display: inline;
}
.xfields input, .xprofile input {
    height: 32px !important;
}


.operations {}
.operations ul.menu li {
    display: inline-block;
}
.operations ul.menu li a {
    margin: 2px;
    display: inline-block;
    background: #37aae2; /* Old browsers */
    background: -moz-linear-gradient(left, #37aae2 0%, #03d3c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37aae2 0%,#03d3c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37aae2 0%,#03d3c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aae2', endColorstr='#03d3c5',GradientType=1 ); /* IE6-9 */
    border-radius: 2px;
    line-height: 24px;
    height: 24px;
    padding: 0px 5px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.operations .date_from, .operations .date_to, select[name="status"] {
    width: 100px;
}
.bcard {}
.bcard .pm {}


.bcard .pm .pm-folder a {
    font-family: 'Montserrat-Bold';
    display: inline-block;
    text-decoration: none;
    line-height: 18px;
    border: 0px;
    background: #37aae2;
    text-align: center;
    padding: 8px 20px;
    color: #fff;
    cursor: pointer;
}
.bcard .pm .pm-folder a:hover {
    background: #3387bb;
    display: block;
    width: 100%;
}
.pm_ava img {
    max-width: 200px;
}
#searchtable {
    background: #f9f9f9;
    margin-bottom: 20px;
}


.statistics .headlinks a {
    padding: 5px 20px;
    line-height: 22px;
    background: #37aae2; /* Old browsers */
    background: -moz-linear-gradient(left, #37aae2 0%, #03d3c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37aae2 0%,#03d3c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37aae2 0%,#03d3c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aae2', endColorstr='#03d3c5',GradientType=1 ); /* IE6-9 */
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
}

.statistics {
}
.statistics .access_price {
    font-size: 1.5em;
}
.statistics .access_price_description {
    font-size: 0.85em;
}
.statistics__button_buy {
    background: #37aae2; /* Old browsers */
    background: -moz-linear-gradient(left, #37aae2 0%, #03d3c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37aae2 0%,#03d3c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37aae2 0%,#03d3c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aae2', endColorstr='#03d3c5',GradientType=1 ); /* IE6-9 */
    border: 0px;
    line-height: 38px;
    height: 38px;
    width: 320px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.statistics__button_buy_disabled {
    background: #ccc center center repeat;
    border: 0px;
    font-size: 0.85em;
    line-height: 38px;
    height: 38px;
    width: 320px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
.statistics .statshortinfo {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
}
.statistics .date {
    background: #f5f9f8;
    border: 1px solid #dbdede;
    line-height: 24px;
    height: 24px;
    padding: 0px 5px;
    border-radius: 3px;
}

.statistics .inptable input {
    background: #f5f9f8;
    border: 1px solid #dbdede;
    line-height: 20px;
    height: 20px;
    padding: 0px 5px;
    margin: 2px 0px;
    width: 50px;
    border-radius: 3px;
}

.statistics .inptable input[disabled="disabled"] {
    background: #f5f9f8;
    border: 1px solid #dbdede;
    color: #999;
    line-height: 20px;
    height: 20px;
    padding: 0px 5px;
    margin: 2px 0px;
    width: 50px;
    border-radius: 3px;
    opacity: 0.5;
}

.statistics .op_add_container {
    background: #fff;
    border-top: 1px solid #ccc;
    padding: 5px 10px;
    margin: 10px 0px 0px 0px;
}
.statistics .selectprojectname {
    padding: 0px 10px;
    height: 22px;
    line-height: 22px;
    background: #37aae2; /* Old browsers */
    background: -moz-linear-gradient(left, #37aae2 0%, #03d3c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37aae2 0%,#03d3c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37aae2 0%,#03d3c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aae2', endColorstr='#03d3c5',GradientType=1 ); /* IE6-9 */
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 0px;
    cursor: pointer
}
.statistics .projects_container {
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #333;
    margin-top: 5px;
    width: 200px;
    display: none;
}
.statistics .projects_container .projects_skam {
    display: none;
    height: 300px;
    overflow: auto;
}
.statistics .projects_container .skamtitle {
    background: #f00;
    border: 0px;
    line-height: 24px;
    height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    border-top: 1px solid #ff8484;
    border-bottom: 1px solid #a80000;
    border-left: 1px solid #f00;
    border-right: 1px solid #f00;
    font-size:0.85em;
}
.statistics .projects_container .project + .project {
    border-top: 1px dotted #ccc;
}
.statistics .projects_container .project {
    cursor: pointer;
}
.statistics .btn {
    height: 26px;
    line-height: 26px;
    padding: 0px 10px;
}
.statistics .op_container {
    background: #ececec;
    border-top: 2px solid #ccc;
    padding: 5px 10px;
    margin: 10px 0px 0px 0px;

}
.statistics .sendbtt {
    background: url(../images/commentsloadbuttbg.png) center center repeat;
    border: 0px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    border-top: 1px solid #99e3f6;
    border-bottom: 1px solid #00323f;
    border-left: 1px solid #20a9cc;
    border-right: 1px solid #20a9cc;
}

.statistics .referals .refs span {
    display: none;
    width: 300px;
    position: absolute;
    background: #fff;
    border: 1px solid #999;
    margin-left: -300px;
    padding: 5px;
    max-height: 300px;
    overflow: auto;
}
.statistics .referals .refs button {
    padding: 0px 10px;
    height: 26px;
    line-height: 26px;
    background: #37aae2; /* Old browsers */
    background: -moz-linear-gradient(left, #37aae2 0%, #03d3c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37aae2 0%,#03d3c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37aae2 0%,#03d3c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aae2', endColorstr='#03d3c5',GradientType=1 ); /* IE6-9 */
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 0px;
    cursor: pointer
}
.statistics .userselect select {
    height: 26px;
    border-radius: 3px;
    background: #f5f9f8;
    border: 1px solid #dbdede;
}
.container-fluid {
    max-width: 1200px;
}
.home_besteinvest {
    width: 100%;
}
.home_besteinvest .mainp {
    background: #03d3c5;
    padding: 20px;
    height: 180px;
    position: relative;
}
.home_besteinvest .mainp .img {
    text-align: right;
}
.home_besteinvest .mainp .title {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    font-family: 'Montserrat-Bold';
    color: #fff;
}
.home_besteinvest .mainp .q .choicehint {
    right: 20px;
    top: auto;
    bottom: 20px;
}
.home_besteinvest .maino {
    background: #f6f6f6;
    border: 1px solid #ccc;
    padding: 20px;
    height: 180px;
    position: relative;
}
.home_besteinvest .maino .link {
    text-align: center;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 50%;
    padding: 10px;
}
.home_besteinvest .maino .link a {
    text-decoration: none;
    color: #000;
}
.home_besteinvest .maino .val {
    text-align: center;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    padding: 10px;
    font-family: 'Montserrat-Bold';
    font-size: 1.8em;
}
.home_besteinvest_nav {
    margin-top: 10px;
}
.home_besteinvest_nav a {
    display: inline-block;
    padding: 0px 10px;
    line-height: 30px;
    margin: 0px;
    background: #f6f6f6;
    border: 1px solid #ccc;
    color: #999;
    cursor: pointer;
}
.home_besteinvest_nav .disabled {
    opacity: 0.2;
    cursor: default;
}
.home_last_posts {}
.home_last_posts ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.home_last_posts ul li {
    padding: 5px 0px;
}
.home_last_posts ul li + li {
    border-top: 1px solid #ccc;
}
.home_last_posts .date {
    color: #37aae2;
    font-family: 'Montserrat-Medium';
    font-size: 0.75em;
}
.home_last_posts a {
    text-decoration: none;
    font-family: 'Montserrat-Medium';
    color: #333;
    display: block;
}
.more-btn {
    color: #03d3c5;
    text-decoration: underline;
    display: inline-block;
}
.rbmodaladproj {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.rbmodaladproj li {
    display: inline-block;
}
.rbmodaladproj li a {
    min-width: 180px;
    padding: 40px 10px;
    display: block;
    background: #314963;
    color: #fff;
    margin: 2px;
    text-decoration: none;
}
.top_good .project + .project {
    border-top: 1px solid #ccc;
}
.top_good .project {
    padding: 10px 0px;
    position: relative;
}
.top_good .project span {
    float: right;
    font-family: 'Montserrat-Bold';
    padding-right: 30px;
    color: #37aae2;
}
.top_good .project span:before {
    position: absolute;
    right: 0;
    content: ' ';
    width: 18px;
    height: 18px;
    background-color: #37aae2;
    border-radius: 10px;
    border: 2px solid #fff;
    z-index: 1;
}
.top_good .project span:after {
    position: absolute;
    right: 10px;
    content: '$';
    width: 18px;
    height: 18px;
    background-color: #37aae2;
    border-radius: 10px;
    border: 2px solid #fff;
    z-index: 2;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}
.pcbg1 {
    background: url(../img/pc1.png) left center no-repeat;
    padding-left: 280px;
}
.pcbg2 {
    background: url(../img/pc2.png) left center no-repeat;
    padding-left: 240px;
}
.firstpopuppadding {
    padding-top: 4em;
    padding-bottom: 4em;
}
@media only screen and (max-height: 370px) {
    .pcbg2 {
        background-size: contain;
    }
    .firstpopuppadding {
        padding-top: 1em;
        padding-bottom: 1em;
    }
}
.adm_online {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    background: url(../img/ic10.png) right center no-repeat;
}
.adm_online .title {
    font-family: 'Montserrat-Bold';
    font-size: 1.2em;
    margin-bottom: 20px;
}
.adm_online .val {
    font-family: 'Montserrat-Bold';
    font-size: 2.4em;
    color: #03d3c5;
}
.adm_dep_avg {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    background: url(../img/ic11.png) right center no-repeat;
}
.adm_dep_avg .title {
    font-family: 'Montserrat-Bold';
    font-size: 1.2em;
    margin-bottom: 20px;
}
.adm_dep_avg .val {
    font-family: 'Montserrat-Bold';
    font-size: 2.4em;
    color: #37aae2;
}
.adm_investors {
    padding: 20px;
    margin-bottom: 20px;
    background: #03d3c5 url(../img/ic12.png) right center no-repeat;
    color: #fff;
}
.adm_investors .title {
    font-family: 'Montserrat-Bold';
    font-size: 1.2em;
    margin-bottom: 20px;
}
.adm_investors .val {
    font-family: 'Montserrat-Bold';
    font-size: 2.4em;
}
.adm_deps {
    padding: 20px;
    margin-bottom: 20px;
    background: #37aae2 url(../img/ic13.png) right center no-repeat;
    color: #fff;
}
.adm_deps .title {
    font-family: 'Montserrat-Bold';
    font-size: 1.2em;
    margin-bottom: 20px;
}
.adm_deps .val {
    font-family: 'Montserrat-Bold';
    font-size: 2.4em;
}

.hyip_news {
    border-radius: 5px;
    border: 2px solid #00bf00;
    padding: 10px 10px;
}
.hyip_news_title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.hyip_news_body a {
    display: block;
    line-height: 1.6em;
    text-decoration: none;
    font-size: 0.85em;
    color: #333;
}
.hyip_news_body a:hover {
    text-decoration: underline;
}
.btn-wb {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-family: 'Montserrat-Bold';
    font-size: 0.85em;
    padding: 5px 10px;
    text-decoration: none;
}
.ui-dialog {
    padding: 20px !important;
    background: #37aae2 !important; /* Old browsers */
    background: -moz-linear-gradient(left, #37aae2 0%, #03d3c5 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37aae2 0%,#03d3c5 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37aae2 0%,#03d3c5 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aae2', endColorstr='#03d3c5',GradientType=1 ) !important; /* IE6-9 */
    border: 0px !important;
    border-radius: 0px !important;
}
.ui-dialog-titlebar {
    background: #fff !important;
    border: 0px !important;
    border-radius: 0px !important;
    font-size: 1.4em !important;
    padding-bottom: 20px !important;
}
.ui-dialog-titlebar-close {
    position: absolute !important;
    top: -10px !important;
    right: -18px !important;
}
.ui-dialog-content {
    background: #fff !important;
    padding: 0px 20px !important;
}
.ui-dialog-buttonpane {
    margin-top: 0px !important;
    border: 0px !important;
    padding-top: 20px !important;
}
.ui-dialog .ui-dialog-buttonpane button {
    background: #37aae2 !important;
    border: 0px !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 1.1em !important;
    margin: 10px 10px 10px 0px !important;
}
.ui-dialog {
    -webkit-box-shadow: 0px 12px 25px rgba(0,0,0,0.2) !important;
    box-shadow: 0px 12px 25px rgba(0,0,0,0.2) !important;
}
.pm_container {
    background: #37aae2 !important; /* Old browsers */
    background: -moz-linear-gradient(left, #37aae2 0%, #03d3c5 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37aae2 0%,#03d3c5 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37aae2 0%,#03d3c5 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aae2', endColorstr='#03d3c5',GradientType=1 ) !important; /* IE6-9 */
    padding: 20px;
}
.pm_container .pmc_head {
    color: #fff;
    font-size: 0.85em;
    margin-bottom: 20px;
}
.pm_container .pmc_head a {
    color: #fff;
}
.pm_container .pmc_body {
    background: #fff;
    padding: 20px;
}
.pm_container .pmc_body .title {
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}
.pm_container .pmc_body .title a {
    color: #000;
    text-decoration: none;
}
.hidedates .date {
    display: none;
}