/* karla-regular - latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/karla-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Karla'), local('Karla-Regular'),
       url('../fonts/karla-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/karla-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/karla-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/karla-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/karla-v6-latin-regular.svg#Karla') format('svg'); /* Legacy iOS */
}
/* karla-700 - latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/karla-v6-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Karla Bold'), local('Karla-Bold'),
       url('../fonts/karla-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/karla-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/karla-v6-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/karla-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/karla-v6-latin-700.svg#Karla') format('svg'); /* Legacy iOS */
}
body{
    background: #fff;
    text-align: center;
    font-weight:400;
    font-size: 16px;
    line-height: 1;
    color: #524e4e;
    cursor:default;
    position:relative;
    margin:0 auto;
    width:auto;
    min-width:320px;
    overflow-y:scroll;
    font-family:'Karla', sans-serif;
}
body a{
    color:#4c1cbc;
    text-decoration: none;
}
::selection{background:#4c1cbc;color:#fff;}
::-moz-selection{background:#4c1cbc;color:#fff;}
:focus{outline:0;}
::-webkit-input-placeholder{color:#bababa;font-style:italic;font-size: 16px;font-weight:300;}
:-moz-placeholder{color:#bababa;font-style:italic;font-size: 16px;font-weight:300;}
::-moz-placeholder{color:#bababa;font-style:italic;font-size: 16px;font-weight:300;}
:-ms-input-placeholder{color:#bababa;font-style:italic;font-size: 16px;font-weight:300;}
*{box-sizing:border-box;}
.frame{width:100%;margin:0 auto;}
.clear{clear:both;}

.header_height{height:44px;}
.header_stick{position:fixed;top:0;left:0;right:0;font-size:14px;color:#fff;font-weight:bold;text-align:center;padding:15px;line-height:1;background:#e9379c;z-index:200;box-shadow:0 3px 10px rgba(0,0,0,0.2);}

header{background:#4c1cbc;display:flex;}
header .logo{float:left;width:140px;height:42px;background:url("../images/sprite.svg") no-repeat 0 0;background-size:400px 400px;margin:15px 0 15px 0;text-indent:-99999px;display:block;}
header nav{float:right;color:#fff;font-weight:400;text-decoration:none;display:flex;margin:17px 0 0 0;}
header nav.display{display:block;}
header nav a:link, header nav a:visited, header nav a:active{color:#fff;font-weight:400;text-decoration:none;}
header nav a:hover, header nav a:visited:hover{color:#4c1cbc;font-weight:400;text-decoration:none;}
header nav .link{float:right;display:table;padding:10px 15px;font-size:14px;font-weight:400;}
header #hamburger{width:30px;height:30px;float:right;background:url("../images/sprite.svg") no-repeat 5px -85px;background-size:400px 400px;;margin:20px 0 0 0;cursor:pointer;display:none;}
header nav .linkWhite{
    background:#fff;
    color:#4c1cbc !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
@media (max-width: 900px) {
    header nav .linkWhite {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

header .changelly{border: 2px solid #5c68b3;float: right;height: 42px;display: flex;flex-direction: column;margin: 15px 0 15px 0;background: url("/images/sps/changelly.png") no-repeat 0 0;background-size: 30px 28px;background-position: center left 10px;background-color: #545fa9;padding-left: 45px;padding-right: 10px;padding-top: 10px;text-align: center;color: #fff;font-size: 14px;text-decoration: none;}
header .changelly span{font-size: 8px;align-self: flex-end;color:#adb5e8;padding-top: 3px;}
@media (max-width: 900px) {header .changelly {display: none;}}

header .header-search {
    display:inline-block;
    padding-top:21px;
    float:left;
    margin-left:30px;
    position:relative;
}
header .header-search .header-search-wrapper {
    position:relative;
}
header .header-search input {
    width:200px;
    background:#ffffff;
    color:#4c1cbc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border:none;
    height:30px;
    line-height:30px;
    font-size:14px;
    padding:0 25px 0 15px;
}

header .header-search input::-webkit-input-placeholder {
    color:#4c1cbc;
    font-style: normal;
    font-size:14px;
}
header .header-search input::-moz-placeholder { /* Firefox 19+ */
    color:#4c1cbc;
    font-style: normal;
    font-size:14px;
}
header .header-search input:-ms-input-placeholder { /* IE 10+ */
    color:#4c1cbc;
    font-style: normal;
    font-size:14px;
}
header .header-search input:-moz-placeholder { /* Firefox 18- */
    color:#4c1cbc;
    font-style: normal;
    font-size:14px;
}
header .header-search input:placeholder-shown {
    color:#4c1cbc;
    font-style: normal;
    font-size:14px;
}

header .header-search button {
    display:none;

    padding:0;
    margin:0;
    color:#fff;
    border:none;
    cursor:pointer;
    vertical-align:top;

    width:10px;
    height:10px;
    background:url("../images/sprite.svg") no-repeat 0 0;
    background-size:400px 400px;
    background-position:-124px -96px;

    position:absolute;
    top:10px;
    right:10px;
}

header .header-search #search-dropdown {
    position:absolute;
    left:0;
    top:60px;
    right:0;
    background:#fff;
    box-shadow:0 0 15px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0,0,0,0.2);
    border-radius:0px;
    width:350px;
    display:none;
    z-index:101;
    padding:5px 5px 5px 0;
}
header .header-search #search-dropdown .arrow{
    background:url("../images/sprite.svg") no-repeat;
    background-position:-198px -73px;
    background-size:400px 400px;
    width:18px;
    height:18px;
    position:absolute;
    top:-10px;
    left:40px;
}
header .header-search #search-dropdown .options {
    max-height:200px;
    overflow-y:auto;
}
header .header-search #search-dropdown .options::-webkit-scrollbar {
    width:6px;
}
header .header-search #search-dropdown .options::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background:#eceff6;
}
header .header-search #search-dropdown .options::-webkit-scrollbar-thumb {
    background-color: #4c1cbc;
    /*outline: 1px solid slategrey;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
header .header-search #search-dropdown .option{
    padding:10px;
    display:block;
    text-decoration: none;
    text-align:left;
    font-size:12px;
    color:#000;
}
header .header-search #search-dropdown .option:nth-child(2){border-top-left-radius:0px;border-top-right-radius:0px;}
header .header-search #search-dropdown .option:last-child{border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
header .header-search #search-dropdown .option:hover{
    background:#efefef;
    /*background:#4858a6;*/
    /*color:#fff;*/
}
header .header-search #search-dropdown .option .name {
    font-weight:600;
}
header .header-search #search-dropdown .option .tag {
    color:#a2a2a2;
}
header .header-search #search-dropdown .option:hover .tag {
    /*color:rgba(255,255,255,.5);*/
}
header .header-search #search-dropdown .option .rating {
    /*background:#aabc58;*/
    color:#fff;
    font-weight: 600;
    padding:3px 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    float:right;
    font-size:10px;
    margin-left:10px;
}
header .header-search #search-dropdown .option .rating.color0{background:#ea5420;}
header .header-search #search-dropdown .option .rating.color1{background:#ea5420;}
header .header-search #search-dropdown .option .rating.color2{background:#ee7c17;}
header .header-search #search-dropdown .option .rating.color3{background:#eeaa17;}
header .header-search #search-dropdown .option .rating.color4{background:#a3bf43;}
header .header-search #search-dropdown .option .rating.color5{background:#68b541;}

@media (max-width: 960px) {
    header .header-search input {
        width:150px;
    }
}
@media (max-width: 600px) {
    header .header-search input {
        width:110px;
    }
    header .header-search {
        margin-left:10px;
        position:static;
    }
    header .header-search #search-dropdown {
        top:60px;
        width:100%;
    }
    header .header-search #search-dropdown .options {
        max-height:100%;
        height:100%;
    }
    header .header-search #search-dropdown .arrow {
        left:253px;
    }
}


footer{overflow:hidden;text-align:left;}
footer .navigation{width:100%;overflow:hidden;background:#4c1cbc;padding:50px 0;}
footer .navigation .col_5{width:calc(17% - 24px);margin-right:30px;float:left;}
footer .navigation .col_5:last-child{width:calc(32% - 24px);margin-right:0;}
footer .navigation .col_5 h4{font-family:'Karla', sans-serif;font-weight:600;font-size:18px;color:#fff;margin:0 0 10px 0;padding:0;}
footer .navigation .col_5 ul{list-style:none;padding:0;margin:0;}
footer .navigation .col_5 ul li{color:#ffffff;font-size:14px;text-decoration:none;display:table;padding:5px 0;}
footer .navigation .col_5 ul li a:link, footer .navigation .col_5 ul li a:visited, footer .navigation .col_5 ul li a:active{color:#ffffff;font-size:14px;text-decoration:none;}
footer .navigation .col_5 ul li a:hover, footer .navigation .col_5 ul li a:visited:hover{color:#fff;}

footer .navigation .col_5 .row{position:relative;}
footer .navigation .col_5 .row .icon_newsletter{width:32px;height:25px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-170px -130px;position:absolute;left:0;top:-3px;}
footer .navigation .col_5 .row h4{padding-left:42px;}
footer .navigation .col_5 p{color:#fff;line-height:1.3;margin:13px 0;padding:0;font-size:14px;}
footer .navigation .col_5 .input{width:100%;}
footer .navigation .col_5 .input input{background:#4c1cbc;padding:10px;border:0;border-radius:0px;color:#fff;width:100%;font-family:'Karla', sans-serif;font-size:14px;}
footer .navigation .col_5 .input input::-webkit-input-placeholder{color:#ffffff;font-size:14px;}
footer .navigation .col_5 .input input::-moz-placeholder{color:#ffffff;font-size:14px;}
footer .navigation .col_5 .input input:-ms-input-placeholder{color:#ffffff;font-size:14px;}
footer .navigation .col_5 .input input:-moz-placeholder{color:#ffffff;font-size:14px;}
footer .navigation .col_5 .button_submit{background:#4c1cbc;color:#fff;padding:12px 15px;font-size:14px;border:0;border-radius:0px;width:auto;display:table;margin:10px 0 0 auto;font-family:'Karla', sans-serif;font-weight:bold;cursor:pointer;}
footer .navigation .col_5 .button_submit:hover{background:#333333;}

footer .navigation .col_5 .row .icon_medium{width:25px;height:21px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-217px -133px;position:absolute;left:0;top:0;}
footer .navigation .col_5 .news_list{display:block;margin-top:15px;}
footer .navigation .col_5 .news_list .row{display:block;border-bottom:1px solid #4c1cbc;padding-bottom:15px;margin-bottom:15px;}
footer .navigation .col_5 .news_list .row:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0;}
footer .navigation .col_5 .news_list .row .date{font-size:12px;color:#fff;text-decoration:none;margin:5px 0 0 0;display:block;}
footer .navigation .col_5 .news_list .row .title{font-size:14px;color:#ffffff;text-decoration:none;display:block;line-height:1.3;}
footer .navigation .col_5 .news_list .row .title:hover{color:#fff;}

footer .footer_bottom{width:100%;overflow:hidden;background:#4c1cbc;padding:15px 0;}
footer .footer_bottom .col_1_3{width:160px;float:left;border-right:1px solid #4c1cbc;}
footer .footer_bottom .col_1_3 .logo{width:140px;height:42px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:0 0;margin:5px 0;text-indent:-99999px;display:block;}
footer .footer_bottom .col_2_3{width:calc(100% - 517px);float:left;padding:7px 0 7px 20px;color:#fff;font-size:14px;line-height:1.5;}
footer .footer_bottom .col_3_3{width:356px;float:right;color:#4c1cbc;padding:7px 0;}
footer .footer_bottom .col_3_3 a:link, footer .footer_bottom .col_3_3 a:visited, footer .footer_bottom .col_3_3 a:active{color:#fff;font-size:14px;padding:0 10px;text-decoration:none;}
footer .footer_bottom .col_3_3 a:hover, footer .footer_bottom .col_3_3 a:visited:hover{color:#ffffff;}

@media (max-width: 1240px) {
    .frame{width:100%;margin:0px;min-width:280px;}
    footer .navigation{padding:30px 0;}
}
@media (max-width: 1040px) {
    footer .footer_bottom .frame{position:relative;}
    footer .footer_bottom .col_1_3{float:none;width:100%;padding-right:376px;border-right:0;border-bottom:1px solid #4c1cbc;padding-bottom:20px;margin-bottom:20px;}
    footer .footer_bottom .col_2_3{float:none;width:100%;padding:0;padding-right: 20px;}
    footer .footer_bottom .col_3_3{float:none;position:absolute;right:0;top:7px;}

}
@media (max-width: 960px) {
}

@media (max-width: 860px) {
    header #hamburger{display:block;}
    header nav{display:none;position:absolute;top:55px;right:-15px;left:-15px;width:calc(100% + 15px);height:100%;bottom:0;background:#222;z-index:101;}
    header nav a:link, header nav a:visited, header nav a:active{float:none;display:block;border-bottom:1px solid #333;padding:20px;}
    header nav a:hover, header nav a:visited:hover{}
    header nav .link{font-size:0;width:100%;}
    header nav a.link{font-size:14px;}
    header nav .link a{font-size:14px;}
    header nav .link::selection{background:transparent;color:inherit;}
    header nav .link::-moz-selection{background:transparent;color:inherit;}
    header nav .link:last-child{padding-top:0;padding-bottom:0;}

    footer .navigation .col_5{width:calc(25% - 22.5px);padding-bottom:30px;}
    footer .navigation .col_5:nth-last-child(2){margin-right:0;}
    footer .navigation .col_5:last-child{float:none;width:calc(100% - 30px);border-top:1px solid #4c1cbc;padding-top:30px;padding-bottom:0;clear:both;}
    footer .navigation .col_5 .newsletter{overflow:hidden;margin-top:-3px;padding-top:3px;}
    footer .navigation .col_5 .input{width:calc(100% - 170px);float:left;}
    footer .navigation .col_5 .button_submit{width:150px;float:right;text-align:center;margin:0;padding:13px 15px;}
}

@media (max-width: 740px) {
    .frame{width:100%;margin:0px;min-width:280px;}
    footer .navigation{padding:25px 0;}

}

@media (max-width: 600px) {
    footer .navigation .col_5{width:calc(50% - 15px);}
    footer .navigation .col_5:nth-child(2n){margin-right:0;}

    footer .footer_bottom .col_1_3{padding-right:0;border-bottom:0;margin-bottom:0;}
    footer .footer_bottom .col_2_3{border-bottom:1px solid #4c1cbc;padding-bottom:20px;margin-bottom:20px;}
    footer .footer_bottom .col_3_3{float:none;position:relative;top:auto;right:auto;}
    footer .navigation .col_5 .input{width:calc(100% - 140px);}
    footer .navigation .col_5 .button_submit{width:120px;}
}

@media (max-width: 500px) {
    footer .footer_bottom .col_2_3{border-bottom:0;margin-bottom:0;}
    footer .footer_bottom .col_3_3{color:transparent;font-size:5px;}
    footer .footer_bottom .col_3_3 a:link, footer .footer_bottom .col_3_3 a:visited, footer .footer_bottom .col_3_3 a:active{display:block;padding:0 0 5px 0;}
    footer .navigation .col_5 .input{width:calc(100% - 150px);}
    footer .navigation .col_5 .button_submit{width:100px;}
}


/* INDEX */
.showcase2 {
    background:#4c1cbc url("../images/background.svg") no-repeat right bottom;
    background-size:cover;
    padding:0;
    position:relative;
    overflow:hidden;
    color:#fff;
}
.showcase2 .content{
    padding:60px 0;
}
.showcase2 h1 {
    font-family:'Karla', sans-serif;;
    font-size:40px;
    margin:0 0 40px 0;
    font-weight:200;
}
.showcase2 .show-row {
    max-width:545px;
    margin:0 auto
}
.showcase2 .show-row:after {
    content:'';
    display:block;
    clear:both;
}
.showcase2 .show-row .show-col-c {
    width:44%;
    margin:0 3%;
    float:left;
    color:#fff;
    font-size:24px;
    /*font-weight:200;*/
}
.showcase2 .show-row .show-col {
    width:44%;
    margin:20px 3%;
    float:left;
    background:#6477c6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding:15px 35px;
    text-align:left;
}
.showcase2 .show-row .show-col span {
    font-size:24px;
    font-weight:bold;
    display:block;
    margin-bottom:5px;
}
@media (max-width: 600px) {
    .showcase2 .content{
        padding:40px 0;
    }
    .showcase2 h1 {
        margin:0 0 20px 0;
    }
    .showcase2 .show-row .show-col {
        margin:10px 3%;
    }
    .showcase2 .show-row .show-col {
        /*font-size:12px;*/
        /*white-space: nowrap;*/
    }
    .showcase2 .show-row .show-col span {
        font-size:20px;
    }
}

.showcase{background:#4c1cbc url("../images/background.svg") no-repeat right bottom;background-size:cover;padding:0;position:relative;overflow:hidden;}
.showcase .content{padding:150px 0;}

.showcase h1{font-family:'Karla', sans-serif;font-weight:600;font-size:48px;color:#fff;margin:0;padding:0;}
.showcase h2{font-family:'Karla', sans-serif;font-weight:200;font-size:32px;color:#fff;margin:10px 0 0 0;padding:0;}
.showcase .button_big{background:#3fb9ec;padding:18px 30px;border-radius:50px;margin:20px auto 0 auto;display:table;box-shadow:3px 3px 0 rgba(0,0,0,0.05);color:#fff;font-family:'Karla', sans-serif;font-weight:600;text-decoration:none;font-size:24px;}
.showcase .button_big:hover{background:#5fc6f1;}

#page{}
#page #trending{padding:80px 0 40px 0;}
#page #trending h2{font-family:'Karla', sans-serif;font-weight:200;font-size:40px;color:#515151;margin:0 0 50px 0;padding:0;}
#page #trending .row{overflow:hidden;}
#page #trending .col_4{width:calc(25% - 22.5px);margin:0 15px;float:left;border:1px solid #dbdbdb;border-radius:0px;}
#page #trending .col_4:last-child{margin-right:0;}
#page #trending .col_4 .image{height:140px;width:100%;background-repeat:no-repeat;background-position:center center;display:block;text-decoration:none;position:relative;background-size:cover;border-radius:0px 3px 0 0;}
#page #trending .col_4 .image .tags{position:absolute;top:8px;right:8px;}
#page #trending .col_4 .image .premium{font-weight:700;font-size:12px;color:#fff;border-radius:0px;padding:3px 6px;margin-left:8px;text-transform:uppercase;background:#eab63d url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-323px -38px;text-indent: -9999px;display:table;float:right;width:22px;height:22px;}
#page #trending .col_4 .image .cf{position:absolute;top:8px;left:8px;z-index:99;width:23px;height:35px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:0 -125px;}
#page #trending .col_4 .image .rate{font-weight:700;font-size:12px;background:#222;color:#fff;border-radius:0px;padding:5px 6px;margin-left:8px;height:22px;display:table;float:right;}
#page #trending .col_4 .image .color0{background:#ea5420;}
#page #trending .col_4 .image .color1{background:#ea5420;}
#page #trending .col_4 .image .color2{background:#ee7c17;}
#page #trending .col_4 .image .color3{background:#eeaa17;}
#page #trending .col_4 .image .color4{background:#a3bf43;}
#page #trending .col_4 .image .color5{background:#68b541;}
#page #trending .col_4 .image .trading{font-weight:700;font-size:12px;color:#fff;border-radius:0px;margin-left:8px;height:22px;display:table;float:right;background:#4c1cbc;text-transform:uppercase;padding:5px 6px 4px 6px;}
#page #trending .col_4 .image .ended{font-weight:700;font-size:12px;color:#fff;border-radius:0px;margin-left:8px;height:22px;display:table;float:right;background:#8a8686;text-transform:uppercase;padding:5px 6px 4px 6px;}
#page #trending .col_4 .content{border-top:1px solid #dbdbdb;background:#fcfcfc;padding:20px;border-radius:0 0 4px 4px;font-size:14px;}
#page #trending .col_4 .content a{text-decoration:none;display:table;}
#page #trending .col_4 .content a h3{font-weight:700;text-align:left;margin:0 0 5px 0;padding:0;font-size:18px;text-decoration:none;color:#3b3b3b;display:table;}
#page #trending .col_4 .content a:hover h3, #page .col_4 .content a:visited:hover h3{color:#5864b0;}
#page #trending .col_4 .content p{font-weight:400;text-align:left;margin:0;padding:0;font-size:13px;line-height:1.3;height:70px;}
#page #trending .col_4 .content .progress_empty{width:75%;height:5px;border-radius:10px;background:#e1e1e1;margin:20px 0 20px 0;}
#page #trending .col_4 .content .progress{width:75%;height:5px;border-radius:10px;background:#e1e1e1;margin:20px 0 20px 0;}
#page #trending .col_4 .content .progress .green{height:5px;border-radius:10px 0 0 10px;background:#68b541;}
#page #trending .col_4 .content .bottom{overflow:hidden;}
#page #trending .col_4 .content .bottom .percent{width:40%;float:left;font-weight:700;font-size:13px;text-align:left;}
#page #trending .col_4 .content .bottom .time{width:100%;float:none;font-weight:700;font-size:13px;text-align:left;padding-bottom:3px;}
#page #trending .col_4 .content .bottom .time .icon{display:inline-block;margin:0 5px -4px 0;width:16px;height:16px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-160px 0;}
#page #trending .slick-list{overflow:hidden;}
#page #trending ul.slick-dots{margin:50px auto 0 auto;list-style:none;padding:0;display:table;}
#page #trending ul.slick-dots li{border:2px solid #e1e1e1;background:#fff;border-radius:10px;width:14px;height:14px;display:inline-table;margin:0 8px;cursor:pointer;}
#page #trending ul.slick-dots li:hover{background:#e1e1e1;}
#page #trending ul.slick-dots li.slick-active{background:#e1e1e1;cursor:default;}

#page #deluxe{padding:40px 0 40px 0;background-color:#f0f7fd;}
#page #deluxe h2{font-family:'Karla', sans-serif;font-weight:200;font-size:40px;color:#515151;margin:0 0 50px 0;padding:0;}
#page #deluxe .row{overflow:hidden;}
#page #deluxe .col_5{width:calc(20% - 27px);margin:0 15px;float:left;border:1px solid #dbdbdb;border-radius:0px;background-color: #fff;}
#page #deluxe .col_5:last-child{margin-right:0;}
#page #deluxe .col_5 .image{height:140px;width:100%;background-repeat:no-repeat;background-position:center center;display:block;text-decoration:none;position:relative;background-size:cover;border-radius:0px 3px 0 0;}
#page #deluxe .col_5 .image .tags{position:absolute;top:8px;right:8px;}
#page #deluxe .col_5 .image .premium{font-weight:700;font-size:12px;color:#fff;border-radius:0px;padding:3px 6px;margin-left:8px;text-transform:uppercase;background:#eab63d url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-323px -38px;text-indent: -9999px;display:table;float:right;width:22px;height:22px;}
#page #deluxe .col_5 .image .cf{position:absolute;top:8px;left:8px;z-index:99;width:23px;height:35px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:0 -125px;}
#page #deluxe .col_5 .image .rate{font-weight:700;font-size:12px;background:#222;color:#fff;border-radius:0px;padding:5px 6px;margin-left:8px;height:22px;display:table;float:right;}
#page #deluxe .col_5 .image .color0{background:#ea5420;}
#page #deluxe .col_5 .image .color1{background:#ea5420;}
#page #deluxe .col_5 .image .color2{background:#ee7c17;}
#page #deluxe .col_5 .image .color3{background:#eeaa17;}
#page #deluxe .col_5 .image .color4{background:#a3bf43;}
#page #deluxe .col_5 .image .color5{background:#68b541;}
#page #deluxe .col_5 .image .trading{font-weight:700;font-size:12px;color:#fff;border-radius:0px;margin-left:8px;height:22px;display:table;float:right;background:#4c1cbc;text-transform:uppercase;padding:5px 6px 4px 6px;}
#page #deluxe .col_5 .image .ended{font-weight:700;font-size:12px;color:#fff;border-radius:0px;margin-left:8px;height:22px;display:table;float:right;background:#8a8686;text-transform:uppercase;padding:5px 6px 4px 6px;}
#page #deluxe .col_5 .content{border-top:1px solid #dbdbdb;background:#fcfcfc;padding:20px;border-radius:0 0 4px 4px;font-size:14px;}
#page #deluxe .col_5 .content a{text-decoration:none;display:table;}
#page #deluxe .col_5 .content a h3{font-weight:700;text-align:left;margin:0 0 5px 0;padding:0;font-size:18px;text-decoration:none;color:#3b3b3b;display:table;}
#page #deluxe .col_5 .content a:hover h3, #page .col_5 .content a:visited:hover h3{color:#5864b0;}
#page #deluxe .col_5 .content p{font-weight:400;text-align:left;margin:0;padding:0;font-size:13px;line-height:1.3;height:70px;}
#page #deluxe .col_5 .content .progress_empty{width:75%;height:5px;border-radius:10px;background:#e1e1e1;margin:20px 0 20px 0;}
#page #deluxe .col_5 .content .progress{width:75%;height:5px;border-radius:10px;background:#e1e1e1;margin:20px 0 20px 0;}
#page #deluxe .col_5 .content .progress .green{height:5px;border-radius:10px 0 0 10px;background:#68b541;}
#page #deluxe .col_5 .content .bottom{overflow:hidden;}
#page #deluxe .col_5 .content .bottom .percent{width:40%;float:left;font-weight:700;font-size:13px;text-align:left;}
#page #deluxe .col_5 .content .bottom .time{width:100%;float:none;font-weight:700;font-size:12px;text-align:left;padding-bottom:3px;}
#page #deluxe .col_5 .content .bottom .time .icon{display:inline-block;margin:0 5px -4px 0;width:16px;height:16px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-160px 0;}
#page #deluxe .row5{position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto;}
#page #deluxe .slick-list{overflow:hidden;}
#page #deluxe ul.slick-dots{margin:50px auto 0 auto;list-style:none;padding:0;display:table;}
#page #deluxe ul.slick-dots li{border:2px solid #e1e1e1;background:#fff;border-radius:10px;width:14px;height:14px;display:inline-table;margin:0 8px;cursor:pointer;}
#page #deluxe ul.slick-dots li:hover{background:#e1e1e1;}
#page #deluxe ul.slick-dots li.slick-active{background:#e1e1e1;cursor:default;}

#page #browse{background:#fcfcfc;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;padding:40px;}
#page #browse h2{text-align:left;display:table;margin:0 0 30px 0;color:#5864b0;font-family:'Open Sans', sans-serif;font-size:18px;font-weight:700;}
#page #browse .row{overflow:hidden;}
#page #browse .row ul.categories{list-style:none;margin:0;padding:0;text-align:left;width:260px;float:left;}
#page #browse .row ul.categories li{padding:8px 0 8px 10px;border-left:3px solid #fcfcfc;font-size:14px;margin-bottom:2px;cursor:pointer;}
#page #browse .row ul.categories li:hover{border-left:3px solid #e1e1e1;}
#page #browse .row ul.categories li.selected{border-left:3px solid #5864b0;font-weight:700;cursor:default;}
#page #browse .row .ico_list{text-align:left;width:calc(100% - 260px);float:left;border-left:1px solid #e1e1e1;padding-left:60px;position:relative;}
#page #browse .row .ico_list .loader_area{background:rgba(252,252,252,0.85);position:absolute;top:0;left:0;bottom:0;right:0;z-index:100;display:none;}
#page #browse .row .ico_list .loader_area .ico_loader{width:150px;height:150px;background:url("../images/loader.gif") no-repeat;background-size:150px 150px;margin:170px auto 0 auto;}
#page #browse .row .ico_list .col_3{width:calc(33.33% - 40px);margin-right:60px;float:left;margin-bottom:60px;}
#page #browse .row .ico_list .col_3:nth-child(3n){margin-right:0;}
#page #browse .row .ico_list .col_3:nth-child(3n+1){clear:left;}
#page #browse .row .ico_list .col_3 a.image{text-decoration:none;}
#page #browse .row .ico_list .col_3 a.image{box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);background:#fff;border-radius:0px;height:140px;width:100%;background-repeat:no-repeat;background-position:center center;background-size:cover;display:block;position:relative;}
#page #browse .row .ico_list .col_3 a.image .cf{position:absolute;top:8px;left:8px;z-index:99;width:23px;height:35px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:0 -125px;}
#page #browse .row .ico_list .col_3 a.image .tags{position:absolute;top:8px;right:8px;z-index:100}
#page #browse .row .ico_list .col_3 a.image .premium{font-weight:700;font-size:12px;color:#fff;border-radius:0px;padding:3px 6px;margin-left:8px;text-transform:uppercase;background:#eab63d url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-323px -38px;text-indent: -9999px;display:table;float:right;width:22px;height:22px;}
#page #browse .row .ico_list .col_3 a.image .rate{font-weight:700;font-size:12px;background:#222;color:#fff;border-radius:0px;padding:5px 6px;margin-left:8px;height:22px;display:table;float:right;}
#page #browse .row .ico_list .col_3 a.image .color0{background:#ea5420;}
#page #browse .row .ico_list .col_3 a.image .color1{background:#ea5420;}
#page #browse .row .ico_list .col_3 a.image .color2{background:#ee7c17;}
#page #browse .row .ico_list .col_3 a.image .color3{background:#eeaa17;}
#page #browse .row .ico_list .col_3 a.image .color4{background:#a3bf43;}
#page #browse .row .ico_list .col_3 a.image .color5{background:#68b541;}
#page #browse .row .ico_list .col_3 a.image .trading{font-weight:700;font-size:12px;color:#fff;border-radius:0px;margin-left:8px;height:22px;display:table;float:right;background:#4c1cbc;text-transform:uppercase;padding:5px 6px 4px 6px;}
#page #browse .row .ico_list .col_3 a.image .ended{font-weight:700;font-size:12px;color:#fff;border-radius:0px;margin-left:8px;height:22px;display:table;float:right;background:#8a8686;text-transform:uppercase;padding:5px 6px 4px 6px;}
#page #browse .row .ico_list .col_3 .content{padding:20px 0 0 0;font-size:14px;}
#page #browse .row .ico_list .col_3 .content a{text-decoration:none;display:table;}
#page #browse .row .ico_list .col_3 .content a h3{font-weight:700;text-align:left;margin:0 0 5px 0;padding:0;font-size:16px;text-decoration:none;color:#3b3b3b;display:table;}
#page #browse .row .ico_list .col_3 .content a:hover h3, #page .col_4 .content a:visited:hover h3{color:#5864b0;}
#page #browse .row .ico_list .col_3 .content p{font-weight:400;text-align:left;margin:0 0 10px 0;padding:0;font-size:12px;line-height:1.3;height:46px;}
#page #browse .row .ico_list .col_3 .content .progress_empty{width:50%;height:3px;border-radius:10px;background:#e1e1e1;margin:0;}
#page #browse .row .ico_list .col_3 .content .progress{width:50%;height:3px;border-radius:10px;background:#e1e1e1;margin:0;}
#page #browse .row .ico_list .col_3 .content .progress .green{height:3px;border-radius:10px 0 0 10px;background:#68b541;}
#page #browse .row .ico_list .col_3 .content .bottom{overflow:hidden;margin-top:10px;}
#page #browse .row .ico_list .col_3 .content .bottom .percent{width:50%;float:left;font-weight:700;font-size:12px;text-align:left;}
#page #browse .row .ico_list .col_3 .content .bottom .raised{width:50%;float:left;font-weight:700;font-size:12px;text-align:left;}
#page #browse .row .ico_list .col_3 .content .bottom .time{width:1000%;float:none;font-weight:700;font-size:12px;text-align:left;padding-bottom:3px;}
#page #browse .row .ico_list .button_big{clear:both;float:right;border-radius:50px;padding:10px 15px 10px 15px;color:#fff;background:#bcbcbc;font-weight:700;font-size:13px;text-decoration:none;}
#page #browse .row .ico_list .button_big:hover{background:#5864b0;}

#page #numbers{padding:80px 0;}
#page #numbers .row{overflow:hidden;}
#page #numbers .row .col_3{width:calc(33.33% - 40px);margin-right:60px;float:left;font-size:36px;font-weight:600;font-family:'Karla', sans-serif;color:#313131;text-decoration:none;}
#page #numbers .row .col_3 sub{display:block;font-size:28px;font-weight:200;font-family:'Karla', sans-serif;color:#313131;line-height:1.3;}
#page #numbers .row .col_3:nth-child(3n){margin-right:0;}
#page #numbers .row .col_3:hover{color:#4c1cbc;}
#page #numbers .row .col_3:hover sub{color:#4c1cbc;}

#page #cta{background:url("../images/cta_background_1.svg") no-repeat top left, url("../images/cta_background_2.svg") no-repeat bottom right;background-color:#5864b0;text-align:center;padding:80px 0;}
#page #cta h2{font-family:'Karla', sans-serif;font-weight:200;font-size:48px;color:#fff;margin:0 0 10px 0;padding:0;line-height:1.15;}
#page #cta h3{font-family:'Karla', sans-serif;font-weight:200;font-size:28px;color:#c1c8ef;margin:0 0 50px 0;padding:0;line-height:1.15;}
#page #cta a.button_outline:link, #page #cta a.button_outline:visited, #page #cta a.button_outline:active{border:2px solid #fff;border-radius:40px;padding:12px 25px;font-weight:600;font-family:'Karla', sans-serif;color:#fff;text-decoration:none;text-transform:uppercase;font-size:18px;}
#page #cta a.button_outline:hover, #page #cta a.button_outline:visited:hover{background:#fff;color:#5864b0;}

#page #calendar{padding:80px 0 80px 0;}
#page #calendar h2{font-family:'Karla', sans-serif;font-weight:200;font-size:40px;color:#515151;margin:0 0 50px 0;padding:0;}
#page #calendar .row{overflow:hidden;}
#page #calendar .row .col_3{width:calc(33.33% - 40px);margin-right:60px;float:left;text-align:left;font-size:14px;}
#page #calendar .row .col_3 h2{text-align:left;display:table;margin:0 0 30px 0;color:#5864b0;font-family:'Open Sans', sans-serif;font-size:18px;font-weight:700;}
#page #calendar .row .col_3:nth-child(3n){margin-right:0;}
#page #calendar .row .col_3 .row{overflow:hidden;border-bottom:1px solid #e1e1e1;padding-bottom:15px;margin-bottom:15px;}
#page #calendar .row .col_3 .row .date{border:1px solid #e1e1e1;padding:10px 0;text-align:center;float:left;display:table;font-family:'Karla', sans-serif;font-weight:600;color:#333333;font-size:26px;width:72px;}
#page #calendar .row .col_3 .row .date sub{display:table;font-family:'Karla', sans-serif;font-weight:600;color:#333333;font-size:12px;margin:0 auto;text-align:center;}
#page #calendar .row .col_3 .row .name{width:calc(100% - 92px);float:left;margin-left:20px;display:table;text-align:left;}
#page #calendar .row .col_3 .row .name a:link, #page #calendar .row .col_3 .row .name a:visited, #page #calendar .row .col_3 .row .name a:active{font-weight:700;font-family:'Karla', sans-serif;color:#1a1a1a;font-size:20px;text-decoration:none;display:table;margin-top:10px;}
#page #calendar .row .col_3 .row .name a:hover, #page #calendar .row .col_3 .row .name a:visited:hover{color:#5864b0;}
#page #calendar .row .col_3 .row .name sub{font-size:14px;line-height:1.15;}
#page #calendar .row .col_3 .row:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0;}
#page #calendar .divider{border-top:1px solid #e1e1e1;padding-top:30px;margin-top:30px;}
#page #calendar .button_big{background:#5864b0;padding:15px 25px;border-radius:50px;margin:0 auto 0 auto;display:table;color:#fff;font-family:'Karla', sans-serif;font-weight:700;text-decoration:none;font-size:16px;}
#page #calendar .button_big:hover{opacity:0.7;}

@media (max-width: 1240px) {
    #page #browse .row ul.categories{width:210px;}
    #page #browse .row .ico_list{width:calc(100% - 210px);}
    #page #browse .row .ico_list .col_3{width:calc(50% - 30px);}
    #page #browse .row .ico_list .col_3:nth-child(3n){margin-right:60px;}
    #page #browse .row .ico_list .col_3:nth-child(3n+1){clear:none}
    #page #browse .row .ico_list .col_3:nth-child(2n){margin-right:0;}
    #page #browse .row .ico_list .col_3:nth-child(2n+1){clear:left;}
    #page #cta{background:url("../images/cta_background_1.svg") no-repeat top left;background-size:cover;background-color:#5864b0;}
    #page #calendar{padding:50px 0;}
}

@media (max-width: 960px) {
    .showcase .content{padding:120px 0;}
    .showcase h1{font-size:36px;}
    .showcase h2{font-size:26px;}
    .showcase .button_big{font-size:18px;}

    #page #trending, #page #numbers{padding:50px 0;}

    #page #trending h2{font-size:32px;}
    #page #calendar h2{font-size:32px;}

    #page #numbers .row .col_3{width:33.33%;margin-right:0;}
    #page #numbers .row .col_3{font-size:32px;}
    #page #numbers .row .col_3 sub{font-size:16px;font-family:'Karla', sans-serif;}

    #page #cta h2{font-size:32px;font-weight:600;margin-bottom:3px;}
    #page #cta h3{font-size:16px;font-family:'Karla', sans-serif;margin-bottom:35px;}
    #page #cta a.button_outline:link, #page #cta a.button_outline:visited, #page #cta a.button_outline:active{font-size:14px;font-family:'Karla', sans-serif;padding:8px 22px;}


    #page #calendar .row .col_3{width:calc(33.33% - 20px);margin-right:30px;font-size:13px;}
    #page #calendar .row .col_3:last-child{margin-right:0;}
    #page #calendar .row .col_3 .row .date{font-size:22px;width:60px;}
    #page #calendar .row .col_3 .row .date sub{font-size:11px;}
    #page #calendar .row .col_3 .row .name{width:calc(100% - 80px);}
    #page #calendar .row .col_3 .row .name a:link, #page #calendar .row .col_3 .row .name a:visited, #page #calendar .row .col_3 .row .name a:active{font-size:16px;margin-top:0;}
    #page #calendar .row .col_3 .row .name sub{font-size:13px;line-height:0.5;}
}

@media (max-width: 740px) {
    .showcase .content{padding:100px 0;}
    .showcase h1{font-size:30px;}
    .showcase h2{font-size:16px;font-family:'Karla', sans-serif;}
    .showcase .button_big{font-size:18px;font-family:'Karla', sans-serif;}

    #page #browse{padding:10px;}
    #page #browse h2{margin:20px 0 20px 0;}
    #page #browse .row ul.categories{width:100%;float:none;}
    #page #browse .row ul.categories li{border:1px solid #e1e1e1;padding:15px;text-align:center;font-weight:700;margin:0 0 10px 0;border-radius:0px;background:#fff;cursor:pointer;}
    #page #browse .row ul.categories li.selected{border-left:1px solid #e1e1e1;}
    #page #browse .row ul.categories li:hover{border:1px solid #4c1cbc;background:#4c1cbc;color:#fff;}
    #page #browse .row .ico_list{display:none;}

    #page #numbers .row .col_3{float:none;width:auto;margin-bottom:30px;display:block;}
    #page #numbers .row .col_3:last-child{margin-bottom:0;}

    #page #cta h2{font-size:26px;}

    #page #calendar{padding:30px 0;}
    #page #calendar h2{margin-bottom:30px;}
    #page #calendar .row .col_3{width:100%;float:none;margin-right:0;border-bottom:1px solid #e1e1e1;padding-bottom:30px;margin-bottom:30px;}
    #page #calendar .row .col_3:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0;}
    #page #calendar .divider{padding-top:20px;}
}
@media (max-width: 600px) {

}

/* ICO PROFILE */

#page .custom_notification{background:#fd6631;padding:15px;width:100%;color:#fff;font-size:16px;font-weight:bold;line-height:1.3;text-align:center;margin:20px auto -20px auto;border-radius:0px;}
#page #profile_header{background:#fcfcfc;border-bottom:1px solid #e1e1e1;padding:0 40px 40px 40px;position:relative;text-align:left;overflow:hidden;}
#page #profile_header .frame{position:relative;}
#page #profile_header .ico_information{float:left;width:calc(100% - 400px);text-align:left;margin-top:40px;}
#page #profile_header .ico_information .row{overflow:hidden;border-bottom:1px solid #e1e1e1;padding-bottom:20px;margin-bottom:15px;}
#page #profile_header .ico_information .row .image{border:1px solid #dbdbdb;border-radius:0px;background:#fff;padding:5px;width:97px;height:97px;float:left;}
#page #profile_header .ico_information .row .image img{width:85px;height:85px;}
#page #profile_header .ico_information .row .name{float:left;width:calc(100% - 120px);margin-left:20px;position:relative;}
#page #profile_header .ico_information .row .name.cfPadding{padding-right:60px;}
#page #profile_header .ico_information .row .name .premium{font-weight:700;font-size:12px;color:#fff;border-radius:0px;padding:3px 6px;margin:19px 10px 0 0;text-transform:uppercase;background:#eab63d url("../images/sprite.svg") no-repeat;background-size:600px 600px;background-position:-486px -58px;text-indent: -9999px;display:table;float:left;width:30px;height:30px;}
#page #profile_header .ico_information .row .name h1{font-size:36px;line-height:1;color:#222;font-family:'Karla', sans-serif;font-weight:600;margin:15px 0 2px 0;padding:0;float:left;width:calc(100% - 55px);}
#page #profile_header .ico_information .row .name h2{font-size:28px;line-height:1;color:#222;font-family:'Karla', sans-serif;font-weight:200;margin:0;padding:0;clear:both;}
#page #profile_header .ico_information .row .name .cf{position:absolute;top:18px;right:0;width:47px;height:70px;background:url("../images/sprite.svg") no-repeat;background-size:800px 800px;background-position:0 -250px;}
#page #profile_header .ico_information p{font-size:14px;line-height:1.5;color:#313131;margin:0 0 15px 0;text-align:left;}
#page #profile_header .ico_information .categories{margin:0 0 30px 0;text-align:left;}
#page #profile_header .ico_information .categories a:link, #page #profile_header .ico_information .categories a:active, #page #profile_header .ico_information .categories a:visited{border:1px solid #e1e1e1;background:#fff;padding:8px 15px;border-radius:30px;display:inline-block;margin:0 10px 10px 0;text-decoration:none;font-size:12px;line-height:1.1;color:#313131;}
#page #profile_header .ico_information .categories a:hover, #page #profile_header .ico_information .categories a:visited:hover{background:#5864b0;border:1px solid #5864b0;color:#fff;}
#page #profile_header .ico_information .video{width:100%;overflow:hidden;position:relative;cursor:pointer;}
#page #profile_header .ico_information .video img{width:100%;border-radius:0px;}
#page #profile_header .ico_information .video .likes{position:absolute;bottom:10px;left:10px;background:rgba(0,0,0,0.8);padding:8px 8px 8px 26px;border-radius:0px;font-size:10px;color:#fff;font-weight:bold;}
#page #profile_header .ico_information .video .likes .icon{background:url("../images/sprite.svg") no-repeat;background-position:-277px -70px;background-size:400px 400px;width:12px;height:12px;position:absolute;top:7px;left:8px;}
#page #profile_header .ico_information .video .play_image{border-radius:90px;background:url("../images/sprite.svg") no-repeat;background-position:-607px -170px;background-color:rgba(0,0,0,0.5);background-size:800px 800px;width:85px;height:85px;position:absolute;top:50%;left:50%;margin-left:-42.5px;margin-top:-42.5px;}
#page #profile_header .ico_information .video:hover .play_image{background-color:rgba(0,0,0,0.8);}

#page #profile_header .fixed_data{float:right;width:350px;height:auto;margin-top:40px;}
#page #profile_header .fixed_data .button.edit_profile{background:#6c84ce;border-radius:0px;font-size:16px;color:#fff;font-weight:bold;text-align:center;padding:15px 25px;display:block;text-decoration:none;margin:0 0 20px 0;}
#page #profile_header .fixed_data .button.edit_profile:hover{opacity:0.6;}
#page #profile_header .fixed_data .button.edit_profile .icon{width:26px;height:23px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-263px -132px;display:inline-block;margin-bottom:-8px;margin-right:10px;}

#page #profile_header .fixed_data .expert_rate{background:#4c1cbc url("../images/background.svg") no-repeat right bottom;background-size:cover;padding:25px;margin-bottom:30px;border-radius:0px;border:1px solid rgba(0,0,0,0.1);box-shadow:0 5px 10px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);}
#page #profile_header .fixed_data .expert_rate form{background:transparent;width:100%;border:0;border-radius:0;margin:0;padding:0;}
#page #profile_header .fixed_data .expert_rate .title{color:#fff;font-size:22px;font-weight:600;font-family:'Karla', sans-serif;text-align:center;margin-bottom:10px;}
#page #profile_header .fixed_data .expert_rate .row{overflow:hidden;}
#page #profile_header .fixed_data .expert_rate .row .col_1_3{width:calc(33.33% - 14px);float:left;margin-right:20px;}
#page #profile_header .fixed_data .expert_rate .row .col_1_3:last-child{margin-right:0;}
#page #profile_header .fixed_data .expert_rate .row .col_1_3 label{font-size:10px;color:#fff;text-transform:uppercase;display:block;margin:0 0 3px 0;font-weight:400;}
#page #profile_header .fixed_data .expert_rate .row .col_1_3 .select{background:#fff;border-radius:0px;box-shadow:3px 3px 0 rgba(0,0,0,0.05);padding:5px;width:100%;}
#page #profile_header .fixed_data .expert_rate .row .col_1_3 .select select{border:0;width:100%;}
#page #profile_header .fixed_data .expert_rate .row .textarea{background:#fff;border-radius:0px;margin-top:20px;box-shadow:3px 3px 0 rgba(0,0,0,0.05);padding:5px;width:100%;}
#page #profile_header .fixed_data .expert_rate .row .textarea textarea{padding:5px;border:0;width:100%;resize:vertical;font-size:13px;color:#555;line-height:1.2;height:150px;font-family:'Karla', sans-serif;}
#page #profile_header .fixed_data .expert_rate .row .button{background:#3fb9ec;padding:6px 20px;border-radius:50px;margin:20px auto 0 auto;display:table;box-shadow:3px 3px 0 rgba(0,0,0,0.05);color:#fff;font-family:'Karla', sans-serif;font-weight:600;text-decoration:none;font-size:16px;cursor:pointer;}
#page #profile_header .fixed_data .expert_rate .row .button.blue{background:#3fb9ec;}
#page #profile_header .fixed_data .expert_rate .row .button.blue:hover{background:#5fc6f1;}
#page #profile_header .fixed_data .expert_rate .row.reviewError {display: flex;}
#page #profile_header .fixed_data .expert_rate .row.reviewError span {flex: 1; color: white; margin-top: 20px; margin-right: 10px; font-size: 8pt;}
#page #profile_header .fixed_data .expert_rate .row.reviewError img{width: 20px; height: 20px; align-self: center; margin-top: 20px; margin-right: 10px;}
#page #profile_header .fixed_data .expert_rate .row .textarea.reviewError{border: 2px solid #EF6061; background-color: #fffbfb;}
#page #profile_header .fixed_data .expert_rate .row .textarea.reviewError textarea{background-color: #fffbfb;}

#page #profile_header .fixed_data .rating{border:1px solid #e1e1e1;background:#fff;border-radius:0px;margin:0 0 10px 0;padding:20px;text-align:center;}
#page #profile_header .fixed_data .rating .rate{font-size:48px;font-weight:bold;color:#222;text-align:center;display:inline-block;}
#page #profile_header .fixed_data .rating .raised{font-size:40px;font-weight:bold;color:#4c1cbc;text-align:center;padding-top:10px;}
#page #profile_header .fixed_data .rating .rate.color0{color:#ea5420;}
#page #profile_header .fixed_data .rating .rate.color1{color:#ea5420;}
#page #profile_header .fixed_data .rating .rate.color2{color:#ee7c17;}
#page #profile_header .fixed_data .rating .rate.color3{color:#eeaa17;}
#page #profile_header .fixed_data .rating .rate.color4{color:#a3bf43;}
#page #profile_header .fixed_data .rating .rate.color5{color:#68b541;}
#page #profile_header .fixed_data .rating small{text-align:center;font-size:14px;color:#a4a4a4;display:block;margin:6px 0 0 0;font-weight:400;}
#page #profile_header .fixed_data .rating .help{width:15px;height:15px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-49px -95px;display:inline-block;margin-bottom:20px;}
#page #profile_header .fixed_data .rating .help:hover{opacity:0.5;}
#page #profile_header .fixed_data .rating .divider{border-top:1px solid #dbdbdb;margin:20px 0;}
#page #profile_header .fixed_data .rating .distribution{overflow:hidden;/*border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;*/padding:20px 0;/*margin:20px 0 10px 0;*/}
#page #profile_header .fixed_data .rating .distribution .col_4, #page #profile_header .fixed_data .rating .distribution .col_3, #page #profile_header .fixed_data .rating .distribution .col_75 {float:left;width:25%;font-size:24px;font-weight:bold;color:#222;}
#page #profile_header .fixed_data .rating .distribution .col_4 label{font-size:10px;color:#a4a4a4;text-transform:uppercase;display:block;margin:2px 0 0 0;font-weight:400;}
#page #profile_header .fixed_data .rating .distribution .col_3 {width:33.33%;}
#page #profile_header .fixed_data .rating .distribution .col_75 {width:75%;}
#page #profile_header .fixed_data .rating .distribution .col_4 .wrapper, #page #profile_header .fixed_data .rating .distribution .col_75 .wrapper {
    border:1px solid #ededed;
    background:#fafafa;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding:10px 0;
    margin:0 2px;
}
#page #profile_header .fixed_data .rating .distribution .col_4 .wrapper .label_top, #page #profile_header .fixed_data .rating .distribution .col_75 .wrapper .label_top {
    font-size:10px;
    color:#4c1cbc;
    text-transform:uppercase;
    display: block;
    margin-bottom:6px;
    text-align:center;
}
#page #profile_header .fixed_data .rating .distribution .col_75 .wrapper .columns {overflow: hidden}
#page #profile_header .fixed_data .rating .view_rating{color:#4c1cbc;text-align:right;font-size:12px;text-decoration:underline;margin:0 auto 0 0;}
#page #profile_header .fixed_data .rating .view_rating:hover{opacity:0.6;}
#page #profile_header .fixed_data .rating .button_big{background:#68b541;border-radius:0px;padding:15px 20px;text-align:center;color:#fff;font-size:16px;font-weight:600;text-transform:uppercase;font-family:'Karla', sans-serif;cursor:pointer;text-decoration:none;display:block;}
#page #profile_header .fixed_data .rating .button_big.color0{background:#ea5420;}
#page #profile_header .fixed_data .rating .button_big.color1{background:#ea5420;}
#page #profile_header .fixed_data .rating .button_big.color2{background:#ee7c17;}
#page #profile_header .fixed_data .rating .button_big.color3{background:#eeaa17;}
#page #profile_header .fixed_data .rating .button_big.color4{background:#a3bf43;}
#page #profile_header .fixed_data .rating .button_big.color5{background:#68b541;}
#page #profile_header .fixed_data .rating .button_big:hover{background:#5864b0;}
#page #profile_header .fixed_data .financial_data{border:1px solid #e1e1e1;background:#fff;border-radius:0px;margin:0 0 20px 0;padding:20px;text-align:left;line-height:1.15;}
#page #profile_header .fixed_data .financial_data h3{font-size:24px;color:#222;font-family:'Karla', sans-serif;font-weight:600;margin:0 0 10px 0;padding:0;}
#page #profile_header .fixed_data .financial_data .divider{border-top:1px solid #dbdbdb;margin:20px 0;}
#page #profile_header .fixed_data .financial_data .divider-empty{height:20px;}
#page #profile_header .fixed_data .financial_data .row{overflow:hidden;margin:0;}
#page #profile_header .fixed_data .financial_data .row .col_2{width:50%;float:left;text-align:left;font-size:14px;}
#page #profile_header .fixed_data .financial_data .row .col_2.expand{width:100%;float:none;border-bottom:1px solid #dbdbdb;margin-bottom:20px;}
#page #profile_header .fixed_data .financial_data .row .col_2.expand:last-child{border-bottom:none;margin-bottom:0;}
#page #profile_header .fixed_data .financial_data .row .col_2.expand .number{font-size:20px;}
#page #profile_header .fixed_data .financial_data .row .col_2 label{font-size:10px;color:#a4a4a4;text-transform:uppercase;display:block;margin:0 0 5px 0;font-weight:400;}
#page #profile_header .fixed_data .financial_data .row .col_2 small{font-size:10px;color:#a4a4a4;text-transform:uppercase;display:block;margin:6px 0 0 0;font-weight:400;}
#page #profile_header .fixed_data .financial_data .row .col_2 .number{font-size:20px;font-weight:bold;color:#222;line-height:1.3;}
#page #profile_header .fixed_data .financial_data .row .col_2 .progress{width:75%;height:5px;border-radius:10px;background:#e1e1e1;margin:10px 0 10px 0;}
#page #profile_header .fixed_data .financial_data .row .col_2 .progress .green{height:5px;border-radius:10px 0 0 10px;background:#68b541;}

#page #profile_header .fixed_data .financial_data .row.row_trading{margin-bottom:20px;}
#page #profile_header .fixed_data .financial_data .row.row_trading .col_2:nth-child(2){text-align:right;}
#page #profile_header .fixed_data .financial_data .row.row_trading .col_2:nth-child(2) label{text-align:right;margin-bottom:0;}
#page #profile_header .fixed_data .financial_data .graph_box{padding:0;margin-bottom:0;position:relative;overflow:hidden;}
#page #profile_header .fixed_data .financial_data .graph_box .rate{position:absolute;top:10px;right:5px;border-radius:0px;background:#4c1cbc;padding:10px 10px;font-size:18px;font-weight:600;font-family:'Karla', sans-serif;color:#fff;}
#page #profile_header .fixed_data .financial_data .graph_box #graph{}
#page #profile_header .fixed_data .financial_data .graph_box small{color:#999;font-size:11px;margin:10px auto 0 auto;text-align:center;line-height:1.25;display:table;}
#page #profile_header .fixed_data .financial_data .graph_box small a{color:#999;text-decoration:underline;}
#page #profile_header .fixed_data .financial_data .graph_box small a:hover, #page #profile_header .fixed_data .financial_data .graph_box small a:visited:hover{color:#6e86cf;}
#page #profile_header .fixed_data .financial_data .data_row{overflow:hidden;margin:20px 0 0 0;}
#page #profile_header .fixed_data .financial_data .data_row:first-child{margin-top:0;}
#page #profile_header .fixed_data .financial_data .data_row .col_2{width:50%;float:left;text-align:left;font-size:14px;}
#page #profile_header .fixed_data .financial_data .data_row .col_2 a:link, #page #profile_header .fixed_data .financial_data .data_row .col_2 a:visited, #page #profile_header .fixed_data .financial_data .data_row .col_2 a:active{text-decoration:none;color:#524e4e;}
#page #profile_header .fixed_data .financial_data .data_row .col_2 a:hover, #page #profile_header .fixed_data .financial_data .data_row .col_2 a:visited:hover{color:#5864b0;}
#page #profile_header .fixed_data .financial_data .data_row .col_2 .icon_link{width:10px;height:10px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-375px -175px;display:inline-block;margin:0 0 0 5px;}
#page #profile_header .fixed_data .financial_data .data_row.bonus .col_2{width:100%;float:none;text-align:left;font-size:14px;}
#page #profile_header .fixed_data .financial_data .data_row.bonus .col_2 label{font-size:10px;color:#a4a4a4;text-transform:uppercase;display:block;margin:0 0 5px 0;font-weight:400;}
#page #profile_header .fixed_data .financial_data .data_row.bonus .col_2{font-weight:400;}
#page #profile_header .fixed_data .financial_data .data_row.bonus .col_2 p{line-height:1.3;margin-bottom:0;}
#page #profile_header .fixed_data .financial_data .data_row.bonus .col_2 table{border-collapse:collapse;margin:10px 0 0 0;width:100%;}
#page #profile_header .fixed_data .financial_data .data_row.bonus .col_2 table tr td{width:50%;padding-bottom:10px;}
#page #profile_header .fixed_data .financial_data .data_row.bonus .col_2 table tr:last-child td{padding-bottom:0;}
#page #profile_header .fixed_data .financial_data .button_big{background:#68b541;border-radius:0px;padding:15px 20px;text-align:center;color:#fff;font-size:16px;font-weight:600;text-transform:uppercase;font-family:'Karla', sans-serif;cursor:pointer;margin:0;text-decoration:none;display:block;}
#page #profile_header .fixed_data .financial_data .button_big.changelly{background:#10d078;}
#page #profile_header .fixed_data .financial_data .button_big:hover{background:#5864b0;}

#page #profile_header .fixed_data .socials{text-align:center;}
#page #profile_header .fixed_data .socials .twitter{width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-179px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#page #profile_header .fixed_data .socials .facebook{width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-197px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#page #profile_header .fixed_data .socials .vk{width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-302px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#page #profile_header .fixed_data .socials .slack{width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-218px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#page #profile_header .fixed_data .socials .reddit{width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-280px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#page #profile_header .fixed_data .socials .www{width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-240px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#page #profile_header .fixed_data .socials .bitcointalk{width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-259px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#page #profile_header .fixed_data .socials .github{width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-324px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#page #profile_header .fixed_data .socials .medium{width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-347px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#page #profile_header .fixed_data .socials .telegram{width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-366px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#page #profile_header .fixed_data .socials .discord{width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-366px -63px;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#page #profile_header .fixed_data .socials .bitcoinwiki{width:18px;height:18px;display:inline-block;background:url("../images/book.svg") no-repeat;text-decoration:none;text-indent:-99999px;margin-right:10px;}

#page #profile_header .fixed_data .button_report{background:#bfbfbf;color:#fff;padding:10px 20px;display:table;margin:20px auto;border-radius:50px;text-decoration:none;font-weight:bold;font-size:14px;}
#page #profile_header .fixed_data .button_report:hover{background:#f63b3b;}

#page #profile_header .fixed_data .socials .twitter:hover{opacity:0.5;}
#page #profile_header .fixed_data .socials .facebook:hover{opacity:0.5;}
#page #profile_header .fixed_data .socials .slack:hover{opacity:0.5;}
#page #profile_header .fixed_data .socials .reddit:hover{opacity:0.5;}
#page #profile_header .fixed_data .socials .www:hover{opacity:0.5;}
#page #profile_header .fixed_data .socials .bitcointalk:hover{opacity:0.5;}
#page #profile_header .fixed_data .socials .github:hover{opacity:0.5;}
#page #profile_header .fixed_data .socials .medium:hover{opacity:0.5;}
#page #profile_header .fixed_data .socials .telegram:hover{opacity:0.5;}
#page #profile_header .fixed_data .socials .discord:hover{opacity:0.5;}
#page #profile_header .fixed_data .socials .bitcoinwiki:hover{opacity:0.5;}

/* changelly */
#page #profile_header .changelly {
    display:inline-block;
    margin-top:15px;
    background:#e3ac0f;
    color:#fff;
    font-size:12px;
    text-decoration: none;
    padding:5px 25px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#page #profile_header .changelly > i {
    display:inline-block;
    width:30px;
    height:30px;
    background:url("../images/changelly.svg") no-repeat 0 0;
    background-size:30px 30px;
    vertical-align: middle;
    margin-right:5px;
}
#page #profile_header .changelly:hover {
    background-color:#d6a20c;
}
#page #profile_header .changelly-alone {
    text-align:center;
    margin:15px 0;
}
#page #profile_header .changelly-alone .changelly {
    margin-top:0;
}

#page #profile_content .bookmark{background:#6c84ce;border-radius:0px;margin:0 0 30px 0;padding:15px 25px;text-align:center;color:#fff;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;display:block;}
#page #profile_content .bookmark .icon{width:34px;height:24px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-152px -71px;display:inline-block;margin-bottom:-6px;margin-right:10px;}
#page #profile_content .bookmark:hover{opacity:0.6;}

#page #profile_content{padding:40px 0;text-align:left;}
#page #profile_content .frame{position:relative;overflow:hidden;}
#page #profile_content .content{float:left;width:calc(100% - 400px);}
#page #profile_content .tabs{margin:0;padding:0;width:auto;border-bottom:1px solid #dbdbdb;list-style:none;}
#page #profile_content .tabs a:link, #page #profile_content .tabs a:visited, #page #profile_content .tabs a:active{border-bottom:4px solid #fff;color:#979797;font-size:14px;display:inline-table;text-decoration:none;padding:15px 10px;margin-right:20px;}
#page #profile_content .tabs a:last-child{margin-right:0;}
#page #profile_content .tabs a:hover, #page #profile_content .tabs a:visited:hover{border-bottom:4px solid #e1e1e1;color:#979797;font-size:14px;}
#page #profile_content .tabs a.selected{color:#2f2f2f;font-weight:bold;border-bottom:4px solid #5864b0;cursor:default;}
#page #profile_content .tabs a.selected:hover, #page #profile_content .tabs a.selected:visited:hover{color:#2f2f2f;font-weight:bold;border-bottom:4px solid #5864b0;cursor:default;}
#page #profile_content .tabs .share{float:right;margin-top:8px;cursor:pointer;background:#aaa;color:#fff;font-size:12px;font-weight:bold;text-transform:uppercase;padding:8px 15px;border-radius:50px;}
#page #profile_content .tabs .share:hover{background:#5864b0;}
#page #profile_content .content_right{float:right;width:350px;}
#page #profile_content .content_right .legal_review{margin:0 0 30px 0;width:100%;}
#page #profile_content .content_right .legal_review .author{overflow:hidden;}
#page #profile_content .content_right .legal_review .author .image{width:60px;height:60px;border-radius:30px;overflow:hidden;float:left;margin:0 20px 0 0;}
#page #profile_content .content_right .legal_review .author .image img{width:100%;}
#page #profile_content .content_right .legal_review .author .data{float:left;width:calc(100% - 80px);}
#page #profile_content .content_right .legal_review .author .data .name{font-weight:600;font-size:20px;color:#2e2d2d;margin:0 0 5px 0;}
#page #profile_content .content_right .legal_review .author .data .title{font-weight:400;font-size:12px;color:#929292;margin:0 0 10px 0;line-height:1.15;}
#page #profile_content .content_right .legal_review .author .data .socials{display:block;width:90px;margin:0 0 0 0;text-align:left;}
#page #profile_content .content_right .legal_review .author .data .socials .linkedin{width:20px;height:20px;border-radius:20px;display:inline-block;background:#5864b0 url("../images/sprite.svg") no-repeat;background-size:320px 320px;background-position:-155px -14px;text-decoration:none;text-indent:-99999px;margin:0 5px 0 0;}
#page #profile_content .content_right .legal_review .author .data .socials .twitter{width:20px;height:20px;border-radius:20px;display:inline-block;background:#5864b0 url("../images/sprite.svg") no-repeat;background-size:320px 320px;background-position:-138px -14px;text-decoration:none;text-indent:-99999px;margin:0 5px 0 0;}
#page #profile_content .content_right .legal_review .author .data .socials .www{width:20px;height:20px;border-radius:20px;display:inline-block;background:#5864b0 url("../images/sprite.svg") no-repeat;background-size:320px 320px;background-position:-188px -14px;text-decoration:none;text-indent:-99999px;margin:0 5px 0 0;}
#page #profile_content .content_right .legal_review .author .data .socials .twitter:hover{opacity:0.5;}
#page #profile_content .content_right .legal_review .author .data .socials .linkedin:hover{opacity:0.5;}
#page #profile_content .content_right .legal_review .author .data .socials .www:hover{opacity:0.5;}
#page #profile_content .content_right .legal_review .review_box{background:#e7eaf8;padding:30px;border-radius:0px;position:relative;margin-top:10px;}
#page #profile_content .content_right .legal_review .review_box .arrow{position:absolute;top:-15px;left:-13px;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid #e7eaf8;transform:rotate(45deg);-webkit-transform: rotate(45deg);}
#page #profile_content .content_right .legal_review .review_box b{color:#5864b0;font-size:14px;}
#page #profile_content .content_right .legal_review .review_box p{color:#7a7f9e;font-size:13px;line-height:1.3;padding:0;margin:15px 0 0 0;}
#page #profile_content .content_right .legal_review .review_box form{width:100%;float:none;border:0;background:transparent;margin:0;padding:0;}
#page #profile_content .content_right .legal_review .review_box textarea{resize:vertical;border:1px solid #d4d8e9;background:#fff;padding:15px 20px;color:#444;font-size:13px;line-height:1.3;margin:15px 0 15px 0;display:block;width:100%;font-family:'Open Sans', sans-serif;min-height:220px;}
#page #profile_content .content_right .legal_review .review_box .button{background:#5864b0;border-radius:50px;padding:10px 15px;font-weight:bold;font-size:14px;display:table;margin:15px 0 0 0;color:#fff;text-decoration:none;}
#page #profile_content .content_right .legal_review .review_box .button.full{background:#5864b0;}
#page #profile_content .content_right .legal_review .review_box .button:hover{opacity:0.8;}
#page #profile_content .content_right .legal_review .review_box .notification{font-weight:bold;color:#444;font-size:13px;text-align:left;margin:15px 0;}
#page #profile_content .content_right .twitter_data{height:auto;min-height:700px;border:1px solid #e1e1e1;border-radius:0px;padding:10px;}
#page #profile_content .content_right .twitter_data h3{padding:0 10px 10px 10px;margin:0;font-size:18px;line-height:1.5;color:#313131;font-weight:bold;}
#page #profile_content .content_right #twitter-widget-holder{max-height:700px;max-width:350px;}
#page #profile_content .content_right .timeline-header, #page #profile_content .timeline-footer{display:none;}
#page #profile_content .content_right .missing{font-size:12px;color:#999;display:block;text-align:right;width:100%;line-height:1.3;margin:20px 0 0 0;}
#page #profile_content .content_right .missing a:link, #page #profile_content .missing a:visited, #page #profile_content .missing a:link{color:#999;}
#page #profile_content .content_right .missing a:hover, #page #profile_content .missing a:visited:hover{color:#5864b0;}

#page #profile_content .content_right .kyc_information{position:relative;border:1px solid #dbdbdb;border-radius:0px;padding:20px;}
#page #profile_content .content_right .kyc_information .kyc_result{overflow:hidden;}
#page #profile_content .content_right .kyc_information .kyc_result .icon{width:50px;height:50px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;float:left;margin-right:20px;}
#page #profile_content .content_right .kyc_information .kyc_result .icon.passed{background-position:-300px -250px;}
#page #profile_content .content_right .kyc_information .kyc_result .icon.failed{background-position:-300px -200px;}
#page #profile_content .content_right .kyc_information .kyc_result .icon.unavailable{background-position:-350px -200px;}
#page #profile_content .content_right .kyc_information .kyc_result .icon.ongoing{background-position:-350px -250px;}
#page #profile_content .content_right .kyc_information .kyc_result .text{float:left;width:calc(100% - 70px);text-align:left;}
#page #profile_content .content_right .kyc_information .kyc_result .text .title{font-size:22px;font-weight:600;font-family:'Karla', sans-serif;color:#3a3a3a;margin:5px 0 3px 0;}
#page #profile_content .content_right .kyc_information .kyc_result .text .subtitle{font-size:14px;color:#999;}
#page #profile_content .content_right .kyc_information .kyc_report{margin-top:20px;display:block;border-top:1px solid #dbdbdb;}
#page #profile_content .content_right .kyc_information .kyc_report .row{padding-top:20px;font-size:14px;overflow:hidden;display:block;}
#page #profile_content .content_right .kyc_information .kyc_report .row .col_1_2{width:50%;float:left;text-align:left;font-weight:bold;color:#3a3a3a;line-height:1.15;}
#page #profile_content .content_right .kyc_information .kyc_report .row .col_2_2{width:50%;float:right;text-align:right;color:#999;line-height:1.15;}
#page #profile_content .content_right .kyc_information .kyc_report .row .col_2_2.failed{font-weight:bold;color:#e44054;}
#page #profile_content .content_right .kyc_information .kyc_report .row .col_2_2.pending{font-weight:bold;color:#eeaa17;}
#page #profile_content .content_right .subtitle_kyc{margin:10px 0 0 0;overflow:hidden;}
#page #profile_content .content_right .subtitle_kyc .sumsub{float:left;background:url("../images/sumsub.svg") no-repeat;background-position:0 0;background-size:150px 18px;width:150px;height:18px;text-indent:-99999px;display:block;}
#page #profile_content .content_right .subtitle_kyc small{float:right;color:#999;font-size:11px;margin:5px 0 40px 0;line-height:1.25;text-align:right;display:block;}
#page #profile_content .content_right .subtitle_kyc small a:link, #page #profile_content .content_right .subtitle_kyc small a:visited, #page #profile_content .content_right .subtitle_kyc small a:active{color:#999;}
#page #profile_content .content_right .subtitle_kyc small a:hover, #page #profile_content .content_right .subtitle_kyc small a:visited:hover{color:#4c1cbc;}


#page #profile_content .tab_content{margin:0;padding:30px 0 0 0;}
#page #profile_content .tab_content h2{font-size:21px;line-height:1.5;color:#313131;font-weight:bold;padding:0;margin:0 0 10px 0;}
#page #profile_content .tab_content p{font-size:14px;line-height:1.5;color:#313131;margin:0 0 20px 0;padding:0;text-align:left;}
#page #profile_content .tab_content p.disclaimer{font-size:12px;line-height:1.2;color:#aaa;margin:0 0 20px 0;padding:0;text-align:left;}
#page #profile_content .tab_content table{font-size:14px;line-height:1.15;color:#313131;margin:0 0 20px 0;padding:0;text-align:left;border:1px solid #dbdbdb;width:100%;}
#page #profile_content .tab_content table tr td{padding:8px 15px;vertical-align:top;}
#page #profile_content .tab_content ul{font-size:14px;line-height:1.5;color:#313131;margin:0 0 20px 20px;padding:0;}
#page #profile_content .tab_content ol{font-size:14px;line-height:1.5;color:#313131;margin:0 0 20px 20px;padding:0;}
#page #profile_content .tab_content li{font-size:14px;line-height:1.5;color:#313131;margin:0 0 10px 0;padding:0;}

#page #profile_content .tab_content#about h3{font-size:18px;line-height:1.5;color:#313131;font-weight:bold;padding:0;margin:0;}

#page #profile_content .tab_content#team{position:relative;}
#page #profile_content .tab_content#team .button_apply{position:absolute;top:25px;right:0;padding:10px 15px;background:#4c1cbc;border-radius:50px;text-align:center;font-weight:bold;font-size:13px;color:#fff;text-decoration:none;}
#page #profile_content .tab_content#team .button_apply:hover{opacity:0.8;}
#page #profile_content .tab_content#team h3{font-size:14px;line-height:1.5;color:#313131;font-weight:bold;padding:0;margin:0 0 0 0;text-transform:uppercase;}
#page #profile_content .tab_content#team .box{display:table;border-collapse:separate;border-spacing:30px 30px;margin:-20px -30px 20px -30px;width:calc(100% + 60px);}
#page #profile_content .tab_content#team .row{display:flex;flex-wrap:wrap;flex-direction:row;width:100%;}
#page #profile_content .tab_content#team .row .col_3{float:left;width:calc(33.33% - 20px);margin:0 30px 30px 0;text-align:center;border:1px solid #e1e1e1;border-radius:0px;padding:20px 20px 54px 20px;position:relative;}
#page #profile_content .tab_content#team .row .col_3:nth-child(3n){margin-right:0;}
#page #profile_content .tab_content#team .row .col_3 .image{width:134px;height:134px;position:relative;background:#fff;border-radius:120px;margin:0 auto 5px auto;display:block;}
#page #profile_content .tab_content#team .row .col_3.iss .image{border:1px solid #7dcc5e;}
#page #profile_content .tab_content#team .row .col_3 .image .icon_iss{background:#7dcc5e url("../images/sprite.svg") no-repeat;background-position:-226px -65px;background-size:400px 400px;width:30px;height:30px;border-radius:25px;position:absolute;top:4px;right:4px;border:3px solid #fff;}
#page #profile_content .tab_content#team .row .col_3 .image_background{margin:6px;width:120px;height:120px;overflow:hidden;border-radius:120px;background-size:cover;}
#page #profile_content .tab_content#team .row .col_3 .image img{width:100%;height:auto;}
#page #profile_content .tab_content#team .row .col_3 h3{text-transform:none;font-size:18px;line-height:1;color:#313131;font-weight:bold;padding:0;margin:10px 0 5px 0;}
#page #profile_content .tab_content#team .row .col_3 h4{font-size:13px;line-height:1.15;color:#979797;font-weight:400;padding:0;margin:0 0 0 0;}
#page #profile_content .tab_content#team .row .col_3 p{font-size:13px;margin:20px 0 0 0;text-align:center;}
#page #profile_content .tab_content#team .row .col_3 .socials{display:table;position:absolute;bottom:20px;left:0;right:0;text-align:center;margin:0 auto;z-index:99;width:100%;}
#page #profile_content .tab_content#team .row .col_3 .socials .twitter{width:25px;height:25px;border-radius:25px;display:inline-block;background:#5864b0 url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-173px -18px;text-decoration:none;text-indent:-99999px;margin:0 2px;}
#page #profile_content .tab_content#team .row .col_3 .socials .linkedin{width:25px;height:25px;border-radius:25px;display:inline-block;background:#5864b0 url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-194px -18px;text-decoration:none;text-indent:-99999px;margin:0 2px;}
#page #profile_content .tab_content#team .row .col_3 .socials .facebook{width:25px;height:25px;border-radius:25px;display:inline-block;background:#5864b0 url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-215px -18px;text-decoration:none;text-indent:-99999px;margin:0 2px;}
#page #profile_content .tab_content#team .row .col_3 .socials .www{width:25px;height:25px;border-radius:25px;display:inline-block;background:#5864b0 url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-235px -18px;text-decoration:none;text-indent:-99999px;margin:0 2px;}
#page #profile_content .tab_content#team .row .col_3 .socials .twitter:hover{opacity:0.5;}
#page #profile_content .tab_content#team .row .col_3 .socials .linkedin:hover{opacity:0.5;}
#page #profile_content .tab_content#team .row .col_3 .socials .facebook:hover{opacity:0.5;}
#page #profile_content .tab_content#team .row .col_3 .socials .www:hover{opacity:0.5;}

#page #profile_content .tab_content#milestones .box{width:100%;}
#page #profile_content .tab_content#milestones .box .row{overflow:hidden;background:url("../images/line.gif") center top repeat-y;width:100%;}
#page #profile_content .tab_content#milestones .box .row:last-child{background:transparent;}
#page #profile_content .tab_content#milestones .box .row .number{border:2px solid #5864b0;background:#fff;width:auto;display:table;height:28px;text-align:center;color:#5864b0;font-weight:bold;font-size:16px;margin:0 auto;border-radius:0px;padding:4px 7px 0 7px;font-family:arial,sans-serif;}
#page #profile_content .tab_content#milestones .box .row .bubble{float:right;width:calc(50% - 30px);border:1px solid #dbdbdb;background:#fff;border-radius:0px;padding:20px;margin-top:-28px;position:relative;}
#page #profile_content .tab_content#milestones .box .row .bubble .arrow{position:absolute;top:6px;left:-6px;width:6px;height:12px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-162px -43px;}
#page #profile_content .tab_content#milestones .box .row:nth-child(2n) .bubble{float:left;}
#page #profile_content .tab_content#milestones .box .row:nth-child(2n) .bubble .arrow{position:absolute;top:10px;right:-6px;left:auto;width:6px;height:12px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-176px -43px;}
#page #profile_content .tab_content#milestones .box .row .bubble .condition{font-weight:700;color:#313131;font-size:18px;margin:0 0 10px 0;padding:0;}
#page #profile_content .tab_content#milestones .box .row .bubble p{font-size:14px;margin:0;padding:0;text-align:left;}

#page #profile_content .tab_content#ratings{overflow:hidden;width:100%;}
#page #profile_content .tab_content#ratings .ratings_list{width:100%;margin-top:30px;}
#page #profile_content .tab_content#ratings .ratings_list .row{overflow:hidden;border-bottom:1px solid #e1e1e1;padding-bottom:15px;margin-bottom:15px;position:relative;}
#page #profile_content .tab_content#ratings .ratings_list .row .image{float:left;width:55px;height:55px;border:1px solid #e1e1e1;border-radius:50px;padding:2px;margin-right:15px;}
#page #profile_content .tab_content#ratings .ratings_list .row .image img{width:100%;height:100%;border-radius:50px;}
#page #profile_content .tab_content#ratings .ratings_list .row .image:hover{opacity:0.6;}
#page #profile_content .tab_content#ratings .ratings_list .row .data{float:left;width:calc(100% - 76px - 150px - 70px - 20px);margin-right:20px;margin-top:0;}
#page #profile_content .tab_content#ratings .ratings_list .row .data .name{font-size:18px;font-weight:700;color:#000;margin-top:2px;text-decoration:none;}
#page #profile_content .tab_content#ratings .ratings_list .row .data .name:hover{opacity:0.6;}
#page #profile_content .tab_content#ratings .ratings_list .row .data .title{line-height:1.3;font-size:12px;font-weight:400;color:#999;margin-top:3px;margin-bottom:10px;}
#page #profile_content .tab_content#ratings .ratings_list .row .rate{float:left;width:150px;border-right:1px solid #dbdbdb;padding:5px 15px 5px 0;}
#page #profile_content .tab_content#ratings .ratings_list .row .rate .col_3{float:left;width:33.33%;font-weight:700;font-size:24px;color:#000;text-align:center;}
#page #profile_content .tab_content#ratings .ratings_list .row .rate .col_3 label{font-size:10px;color:#a4a4a4;text-transform:uppercase;display:block;margin:2px 0 0 0;font-weight:400;}
#page #profile_content .tab_content#ratings .ratings_list .row .rate .col_1{float:none;width:100%;font-weight:700;font-size:24px;color:#000;text-align:center;}
#page #profile_content .tab_content#ratings .ratings_list .row .rate .col_1 label{font-size:10px;color:#a4a4a4;text-transform:uppercase;display:block;margin:2px 0 0 0;font-weight:400;}
#page #profile_content .tab_content#ratings .ratings_list .row .distribution{float:right;width:70px;font-weight:700;font-size:24px;color:#000;text-align:center;margin-top:5px;}
#page #profile_content .tab_content#ratings .ratings_list .row .distribution.noReview{color:#a4a4a4;}
#page #profile_content .tab_content#ratings .ratings_list .row .distribution label{font-size:10px;color:#a4a4a4;text-transform:uppercase;display:block;margin:2px 0 0 0;font-weight:400;}
#page #profile_content .tab_content#ratings .ratings_list .row .clear{clear:both;}
#page #profile_content .tab_content#ratings .ratings_list .row .review{margin:5px 0 10px 70px;overflow:hidden;}
#page #profile_content .tab_content#ratings .ratings_list .row .review .line{width:170px;border-bottom:1px solid #dbdbdb;height:0;position:relative;}
#page #profile_content .tab_content#ratings .ratings_list .row .review .line .arrow{background:url("../images/sprite.svg") no-repeat;background-position:-198px -96px;background-size:400px 400px;width:18px;height:18px;position:absolute;top:-10px;left:25px;-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-o-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
#page #profile_content .tab_content#ratings .ratings_list .row .review p{margin:15px 0 20px 0;font-size:13px;line-height:1.3;}

#page #profile_content .tab_content#ratings .ratings_list .row .review.review-negative {
    opacity:.5;
}
#page #profile_content .tab_content#ratings .ratings_list .row .review.review-negative:hover {
    opacity:1;
}

#page #profile_content .tab_content#ratings .ratings_list .row .review .agree {
    float: left;
    display: block;
    border:1px solid #dbdbdb;
    min-width:30px;
    height:30px;
    line-height:30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position:relative;
    cursor:pointer;
    margin-right:10px;
    padding:0 8px;
    font-size:12px;
    color:#a1a1a1;
    white-space:nowrap;
}
#page #profile_content .tab_content#ratings .ratings_list .row .review .agree .icon{
    display: inline-block;
    background:url("../images/sprite.svg?2") no-repeat;
    background-position:-257px -70px;
    background-size:400px 400px;
    width:12px;
    height:12px;
}
#page #profile_content .tab_content#ratings .ratings_list .row .review .agree:hover .icon{background-position:-277px -70px;}
#page #profile_content .tab_content#ratings .ratings_list .row .review .agree.dis .icon{
    background-position:-257px -370px;
}
#page #profile_content .tab_content#ratings .ratings_list .row .review .agree.dis {
    /*padding-top:2px;*/
}
#page #profile_content .tab_content#ratings .ratings_list .row .review .agree.dis:hover .icon{background-position:-277px -370px;}

#page #profile_content .tab_content#ratings .ratings_list .row .review .agree:hover{border:1px solid #4c1cbc;background:#4c1cbc;color:#fff;}
#page #profile_content .tab_content#ratings .ratings_list .row .review .agree.selected{border:1px solid #4c1cbc;background:#4c1cbc;color:#fff;}
#page #profile_content .tab_content#ratings .ratings_list .row .review .agree.selected .icon{background-position:-277px -70px;}
#page #profile_content .tab_content#ratings .ratings_list .row .review .agree.dis.selected .icon{background-position:-277px -370px;}
/*#page #profile_content .tab_content#ratings .ratings_list .row .review .agree.selected:hover{opacity:0.7;}*/

#page #profile_content .tab_content#ratings .ratings_list .row .review .agree em {
    font-style: normal;
    margin-left:5px;
}

#page #profile_content .tab_content#ratings .ratings_list .row .review .agree span {
    display:none;
    margin-left:5px;
}
#page #profile_content .tab_content#ratings .ratings_list .row .review .agree.selected span {
    /*display: inline;*/
}

#page #profile_content .tab_content#ratings .ratings_list .row .review .agree_count{
    float:left;
    margin:10px 10px 10px 0;
    font-size:12px;
    color:#a1a1a1;
}
#page #profile_content .tab_content#ratings .ratings_list .row .review .agree_count.plus {
    color:#68b541;
}
#page #profile_content .tab_content#ratings .ratings_list .row .review .agree_count.minus {
    color:#ea5420;
}
#page #profile_content .tab_content#ratings .ratings_list .row .noReviewAlert{float:right;background-color: #f7f7f7;padding:10px;border:1px solid #dbdbdb;border-radius:0px;font-size:10px;width:250px;display:none;position:absolute;z-index:400;right:0;bottom:-1px;}

#page #profile_content .tab_content#ratings .ratings_list .row .review .report {
    float:right;
    background: #bfbfbf;
    color: #fff;
    padding: 9px 15px;
    border-radius: 0px;
    text-decoration: none;
    font-size:12px;
    margin-right:15px;
    display:none;
}
#page #profile_content .tab_content#ratings .ratings_list .row .review:hover .report {
    display: table;
}
@media (max-width: 992px) {
    #page #profile_content .tab_content#ratings .ratings_list .row .review .report{
        display:none !important;
    }
}
#page #profile_content .tab_content#ratings .ratings_list .row .review .report:hover {
    background:#f63b3b;
}

#page #profile_content .tab_content#ratings .ratings_list .row .review .shares {
    float:right;
}
#page #profile_content .tab_content#ratings .ratings_list .row .review .shares a {
    display:inline-block;
    width:20px;
    height:30px;
    padding-top:5px;
}
#page #profile_content .tab_content#ratings .ratings_list .row .review .shares a > i {
    display:block;
    width:20px;
    height:18px;
    background:url("../images/sprite_social.svg?7") no-repeat;
    background-size:40px 60px;
    background-position:0 0;
}
#page #profile_content .tab_content#ratings .ratings_list .row .review .shares a.twitter:hover > i {
    background-position:-19px 0;
}
#page #profile_content .tab_content#ratings .ratings_list .row .review .shares a.facebook > i {
    background-position:0 -20px;
}
#page #profile_content .tab_content#ratings .ratings_list .row .review .shares a.facebook:hover > i {
    background-position:-17px -20px;
}
#page #profile_content .tab_content#ratings .ratings_list .row .review .shares a.linkedin > i {
    background-position:0 -39px;
}
#page #profile_content .tab_content#ratings .ratings_list .row .review .shares a.linkedin:hover > i {
    background-position:-18px -39px;
}

#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply{clear:both;margin-top:10px;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .button_reply{float:right;display:table;padding:9px 15px 9px 30px;border-radius:50px;font-size:12px;position:relative;cursor:pointer;margin-right:10px;border:1px solid #4c1cbc;background:#4c1cbc;color:#fff;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .button_reply.button_up{margin-top:-42px;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .button_reply .icon{background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;width:15px;height:15px;position:absolute;top:9px;left:11px;background-position:-308px -68px;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .button_reply:hover{opacity:0.7;}

#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .reply{clear:both;margin:20px 0 0 67px;border-top:1px solid #dbdbdb;padding-top:20px;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .reply .image{width:40px;height:40px;border:1px solid #e1e1e1;border-radius:40px;padding:2px;margin-right:15px;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .reply  img{width:100%;height:100%;border-radius:50px;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .reply .image:hover{opacity:1.0;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .reply  .text{float:left;width:calc(100% - 55px);margin:10px 0 0 0;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .reply  .text .title{font-size:14px;margin-bottom:10px;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .reply  .text .title b{color:#222;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .reply  .text .area{border:1px solid #dbdbdb;padding:5px;border-radius:0px;margin-bottom:10px;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .reply  .text .area textarea{border:0;font-size:14px;font-family:'Karla', sans-serif;width:100%;height:120px;resize:vertical;padding:10px;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .reply  .text .area textarea::placeholder{font-size:14px;font-family:'Karla', sans-serif;font-style:normal;color:#999;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .reply  .text .button_reply{float:right;display:table;padding:9px 15px 9px 15px;border-radius:50px;font-size:13px;position:relative;cursor:pointer;border:1px solid #4c1cbc;background:#4c1cbc;color:#fff;font-weight:bold;margin:0;}

#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .posted_reply{border:1px solid #dbdbdb;border-radius:0px;padding:15px;background:#f8f8f8;overflow:hidden;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .posted_reply .text{margin:6px 0 0 0;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .posted_reply .text .title{font-weight:bold;color:#222;font-size:14px;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .posted_reply .text small{font-weight:normal;color:#999;font-size:12px;display:block;padding-top:2px;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .posted_reply .text .reply_message{border-top:1px solid #dbdbdb;margin-top:10px;padding-top:10px;font-size:13px;line-height:1.3;clear:both;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .posted_reply .button_delete{float:right;display:table;padding:9px 15px 9px 15px;border-radius:50px;font-size:13px;position:relative;cursor:pointer;border:1px solid #d83322;background:#d83322;color:#fff;font-weight:bold;margin:10px 0 0 0;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .posted_reply .button_delete:hover{opacity:0.7;}
#page #profile_content .tab_content#ratings .ratings_list .row .owners_reply form{border:0;padding:0;box-shadow:none;width:100%;display:table;margin:0;}

#page #profile_content .tab_content#financial{}
#page #profile_content .tab_content#financial h3{font-size:18px;line-height:1.5;color:#313131;font-weight:bold;padding:0;margin:0 0 10px 0;}
#page #profile_content .tab_content#financial .box{overflow:hidden;margin-bottom:30px;}
#page #profile_content .tab_content#financial .box .box_left{width:calc(50% - 15px);float:left;border:1px solid #dbdbdb;border-radius:0px;padding-bottom:10px;}
#page #profile_content .tab_content#financial .box .box_right{width:calc(50% - 15px);float:right;border:1px solid #dbdbdb;border-radius:0px;padding-bottom:10px;}
#page #profile_content .tab_content#financial .box h3{padding:20px 20px 10px 20px;color:#4c1cbc;font-weight:bold;font-size:18px;margin:0;}
#page #profile_content .tab_content#financial .box .divider{border-top:1px solid #dbdbdb;margin:10px 0 20px 0;}
#page #profile_content .tab_content#financial .box .divider:last-child{border:0;margin:0;}
#page #profile_content .tab_content#financial .box .row{overflow:hidden;padding:0 20px 10px 20px;}
#page #profile_content .tab_content#financial .box .row .label{width:50%;float:left;font-size:14px;line-height:1.15;}
#page #profile_content .tab_content#financial .box .row .value{width:50%;float:left;font-weight:bold;font-size:14px;line-height:1.15;}
#page #profile_content .tab_content#financial .box .row .value small{font-size:12px;color:#a4a4a4;display:block;margin:0;font-weight:400;line-height:1.3;}
#page #profile_content .tab_content#financial .box .row h4{font-size:12px;color:#a4a4a4;text-transform:uppercase;display:block;margin:18px 0 5px 0;font-weight:400;}
#page #profile_content .tab_content#financial .box .row .divider{margin:10px 0;}
#page #profile_content .tab_content#financial .box .row .bonus_text{color:#524e4e;line-height:1.5;font-size:14px;}
#page #profile_content .tab_content#financial .box .row .bonus_text p{color:#524e4e;margin:0 0 0 0;padding:0;}
#page #profile_content .tab_content#financial .box table{border:0;padding:0;margin:0;}
#page #profile_content .tab_content#financial .box table tr td:nth-child(n){padding:0;line-height:1.5;width:50%;text-align:left;color:#524e4e;}
#page #profile_content .tab_content#financial .box p{text-align:left;margin:0 20px;padding:0;font-size:14px;color:#999;}
#page #profile_content .tab_content#financial .box .roi{font-weight:700;font-size:12px;background:#aaa;color:#fff;border-radius:0px;padding:4px 6px;display:inline-block;}
#page #profile_content .tab_content#financial .box .roi.red{background:#ea5420;}
#page #profile_content .tab_content#financial .box .roi.green{background:#68b541;}

#page #profile_content .agencies_list{margin:20px 0 0 0;}
#page #profile_content .agencies_list .row{overflow:hidden;margin-bottom:15px;border-bottom:1px solid #dbdbdb;padding-bottom:15px;}
#page #profile_content .agencies_list .row:last-child{border-bottom:0;}
#page #profile_content .agencies_list .row .image{width:58px;height:58px;border:1px solid #dbdbdb;border-radius:0px;overflow:hidden;float:left;}
#page #profile_content .agencies_list .row .image:hover{opacity:0.5;}
#page #profile_content .agencies_list .row .image img{width:50px;height:50px;margin:3px;}
#page #profile_content .agencies_list .row .text{width:calc(100% - 80px);float:left;margin-left:10px;font-size:13px;color:#8a8a8a;line-height:1.3;margin-top:7px;}
#page #profile_content .agencies_list .row .text p{margin:0;padding:0;line-height:1.15;color:#999;}
#page #profile_content .agencies_list .row .text a:link, #page #profile_content .row .text a:visited, #page #profile_content .agencies_list .row .text a:active{font-weight:bold;color:#1e1d1d;font-size:16px;display:table;text-decoration:none;}
#page #profile_content .agencies_list .row .text a:hover, #page #profile_content .row .text a:visited:hover{color:#4c1cbc;}

#page #profile_content .exchanges_list{margin:20px 0 0 0;}
#page #profile_content .exchanges_list .row{overflow:hidden;margin-bottom:15px;border-bottom:1px solid #dbdbdb;padding-bottom:15px;}
#page #profile_content .exchanges_list .row:last-child{border-bottom:0;}
#page #profile_content .exchanges_list .row .image{width:58px;height:58px;border:1px solid #dbdbdb;border-radius:0px;overflow:hidden;float:left;}
#page #profile_content .exchanges_list .row .image:hover{opacity:0.5;}
#page #profile_content .exchanges_list .row .image img{width:50px;height:50px;margin:3px;}
#page #profile_content .exchanges_list .row .text{width:calc(100% - 180px);float:left;margin-left:10px;font-size:13px;color:#8a8a8a;line-height:1.3;margin-top:7px;}
#page #profile_content .exchanges_list .row .text p{margin:0;padding:0;line-height:1.15;color:#999;}
#page #profile_content .exchanges_list .row .text a:link, #page #profile_content .row .text a:visited, #page #profile_content .agencies_list .row .text a:active{font-weight:bold;color:#1e1d1d;font-size:16px;display:table;text-decoration:none;}
#page #profile_content .exchanges_list .row .text a:hover, #page #profile_content .row .text a:visited:hover{color:#4c1cbc;}
#page #profile_content .exchanges_list .row .price{width:100px;float:right;text-align:right;font-weight:bold;color:#1e1d1d;font-size:16px;margin-top:11px;}

#page .similar{border-top:1px solid #dbdbdb;padding:60px 0;}
#page .similar h4{font-family:'Karla', sans-serif;font-weight:200;font-size:30px;color:#515151;margin:0 0 50px 0;padding:0;}
#page .similar .row{overflow:hidden;}
#page .similar .col_4{width:calc(25% - 22.5px);margin-right:30px;float:left;border:1px solid #dbdbdb;border-radius:0px;}
#page .similar .col_4:last-child{margin-right:0;}
#page .similar .col_4 .image{height:140px;width:100%;background-repeat:no-repeat;background-position:center center;display:block;text-decoration:none;position:relative;background-size:cover;border-radius:0px 3px 0 0;}
#page .similar .col_4 .image .cf{position:absolute;top:8px;left:8px;z-index:99;width:23px;height:35px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:0 -125px;}
#page .similar .col_4 .image .tags{position:absolute;top:8px;right:8px;z-index:100}
#page .similar .col_4 .image .premium{font-weight:700;font-size:12px;color:#fff;border-radius:0px;padding:3px 6px;margin-left:8px;text-transform:uppercase;background:#eab63d url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-323px -38px;text-indent: -9999px;display:table;float:right;width:22px;height:22px;}
#page .similar .col_4 .image .rate{font-weight:700;font-size:12px;background:#222;color:#fff;border-radius:0px;padding:5px 6px;margin-left:8px;height:22px;display:table;float:right;}
#page .similar .col_4 .image .color0{background:#ea5420;}
#page .similar .col_4 .image .color1{background:#ea5420;}
#page .similar .col_4 .image .color2{background:#ee7c17;}
#page .similar .col_4 .image .color3{background:#eeaa17;}
#page .similar .col_4 .image .color4{background:#a3bf43;}
#page .similar .col_4 .image .color5{background:#68b541;}
#page .similar .col_4 .content{border-top:1px solid #dbdbdb;background:#fcfcfc;padding:20px;border-radius:0 0 4px 4px;font-size:14px;}
#page .similar .col_4 .content a{text-decoration:none;display:table;}
#page .similar .col_4 .content a h3{font-weight:700;text-align:left;margin:0 0 5px 0;padding:0;font-size:18px;text-decoration:none;color:#3b3b3b;display:table;}
#page .similar .col_4 .content a:hover h3, #page .col_4 .content a:visited:hover h3{color:#5864b0;}
#page .similar .col_4 .content p{font-weight:400;text-align:left;margin:0;padding:0;font-size:13px;line-height:1.3;height:50px;}
#page .similar .col_4 .content .progress_empty{width:75%;height:5px;border-radius:10px;background:#e1e1e1;margin:20px 0 20px 0;}
#page .similar .col_4 .content .progress{width:75%;height:5px;border-radius:10px;background:#e1e1e1;margin:20px 0 20px 0;}
#page .similar .col_4 .content .progress .green{height:5px;border-radius:10px 0 0 10px;background:#68b541;}
#page .similar .col_4 .content .bottom{overflow:hidden;}
#page .similar .col_4 .content .bottom .percent{width:40%;float:left;font-weight:700;font-size:13px;text-align:left;}
#page .similar .col_4 .content .bottom .time{width:100%;float:none;font-weight:700;font-size:13px;text-align:left;padding-bottom:0;margin-top:10px;min-height:18px;}
#page .similar .col_4 .content .bottom .time .icon{display:inline-block;margin:0 5px -4px 0;width:16px;height:16px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-160px 0;}

.popupbackground{position:fixed;left:0;right:0;top:0;bottom:0;z-index:105;background:rgba(0,0,0,0.4);display:none;}
.popup{position:fixed;z-index:106;background:#fff;width:600px;left:50%;margin-left:-300px;top:200px;border-radius:0px;padding:40px;text-align:center;box-shadow:0 0 20px rgba(0, 0, 0, 0.3);display:none;}
.popup .close{width:30px;height:30px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-211px -34px;position:absolute;top:10px;right:10px;cursor:pointer;}
.popup .title{line-height:1.15;font-size:20px;font-family:'Karla', sans-serif;font-weight:600;color:#222;margin:0;padding:0;}
.popup p{line-height:1.15;font-size:16px;font-family:'Karla', sans-serif;font-weight:400;color:#222;margin:20px 0 0 0;padding:0;}
.popup .social_buttons{margin:15px auto 0 auto;}

.loader,.loader:before,.loader:after{border-radius: 50%;width:1.1em;height:1.1em;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:load7 1.8s infinite ease-in-out;animation: load7 1.8s infinite ease-in-out;}
.loader{color:#313131;font-size: 10px;margin: 80px auto;position: relative;text-indent: -9999em;-webkit-transform: translateZ(0);-ms-transform: translateZ(0);transform: translateZ(0);  -webkit-animation-delay: -0.16s;animation-delay: -0.16s;}
.loader:before,.loader:after{content: '';position: absolute; top: 0;}
.loader:before {left: -3.5em; -webkit-animation-delay: -0.32s; animation-delay: -0.32s;}
.loader:after { left: 3.5em;}
@-webkit-keyframes load7 { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; } 40% { box-shadow: 0 2.5em 0 0; }}
@keyframes load7 { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; } 40% { box-shadow: 0 2.5em 0 0; }}

#page .claim_popup{position:fixed;bottom:20px;right:20px;background:#4c1cbc;border-radius:0px;padding:25px;box-shadow:5px 5px 30px rgba(0,0,0,0.1);z-index:105;color:#fff;display:block;max-width:250px;}
#page .claim_popup .close{background:transparent;border:0;width:30px;height:30px;position:absolute;right:10px;top:10px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-118px -85px;cursor:pointer;}
#page .claim_popup .logos{overflow:hidden;padding:0 30px;margin-bottom:20px;}
#page .claim_popup .logos .ico_logo{border:5px solid #5a68c0;float:left;width:80px;height:80px;border-radius:80px;overflow:hidden;}
#page .claim_popup .logos .ico_logo img{width:100%;}
#page .claim_popup .logos .user_logo{border:5px solid #5a68c0;float:left;width:80px;height:80px;border-radius:80px;overflow:hidden;margin-left:-20px;}
#page .claim_popup .logos .user_logo img{width:100%;}
#page .claim_popup p{line-height:1.3;font-size:14px;margin:0 0 20px 0;}
#page .claim_popup .button_claim{padding:13px 20px;background:#3fb9ec;border-radius:50px;text-align:center;font-weight:bold;font-size:14px;color:#fff;text-decoration:none;cursor:pointer;display:table;margin:0 auto 0 auto;}
#page .claim_popup .button_claim:hover{opacity:0.8;}
#page .claim_popup .result{font-weight:bold;text-align:center;display:none;}

@media (max-width: 1240px) {
    #page #profile_header{padding:0 0 20px 0;}
    #page #profile_header .ico_information{margin-top:30px;}
    #page #profile_header .fixed_data{margin-top:30px;}
    #page .custom_notification{margin-bottom:-10px;}
    #page .similar .col_4 .content p{height:65px;}
    #page #profile_content .tabs a:link, #page #profile_content .tabs a:visited, #page #profile_content .tabs a:active{margin-right:10px;}
    #page #profile_content .tabs a:link, #page #profile_content .tabs a:visited, #page #profile_content .tabs a:active{padding:15px 6px;}
}
@media (max-width: 1030px) {
    #page #profile_header .ico_information{width:100%;float:none;margin-bottom:30px;}
    #page #profile_header .ico_information .row .name .premium{margin-top:12px;}
    #page #profile_header .ico_information .row .name h1{font-size:30px;}
    #page #profile_header .ico_information .row .name h2{font-size:24px;}
    #page #profile_header .ico_information .row .name .cf{top:0;}
    #page #profile_header .fixed_data{width:100%;float:none;margin-bottom:30px;}
    #page #profile_content{padding:20px 0;}
    #page #profile_content .content{width:100%;float:none;}
    #page #profile_content #twitter-widget-holder{float:none;margin:30px auto 0 auto;}
    #page .similar{padding-bottom:0;}
    #page .similar .col_4{width:calc(50% - 15px);margin-bottom:30px;}
    #page .similar .col_4:nth-child(2n){margin-right:0;}
    #page .similar .col_4 .image{background-size:auto 140px;height:180px;background-position:center center;}
    #page #profile_content .content_right{float:none;width:100%;border-top:1px solid #dbdbdb;padding-top:0;}
    #page #profile_content .content_right .missing{text-align:center;}
    #page #profile_content .content_right .legal_review .review_box{margin-top:20px;}

}
@media (max-width: 740px) {
    #page #profile_header .ico_information{margin-top:20px;}
    #page #profile_header .fixed_data{margin-top:20px;}
    #page .custom_notification{margin-bottom:-5px;margin-top:15px;font-size:14px;}
    #page #profile_header .ico_information .video iframe{height:300px;}

    #page #profile_content .navigation_mobile{overflow:scroll;padding-bottom:10px;}
    #page #profile_content .tabs{width:100%;}
    #page #profile_content .tabs a:link, #page #profile_content .tabs a:visited, #page #profile_content .tabs a:active{margin-right:0;padding-left:10px;padding-right:10px;}
    #page #profile_content .tab_content{padding-top:15px;}

    #page #profile_content #milestones.tab_content .box .row{background:rgba(0, 0, 0, 0) url("../images/line.gif") repeat-y;background-position:12px 0;}
    #page #profile_content #milestones.tab_content .box .row .number{margin:0;}
    #page #profile_content #milestones.tab_content .box .row .bubble:nth-child(n){float:left;margin-left:45px;margin-bottom:20px;width:calc(100% - 60px);padding:15px;}
    #page #profile_content #milestones.tab_content .box .row .bubble:nth-child(n) .arrow{position:absolute;top:6px;left:-6px;width:6px;height:12px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-162px -43px;}
    #page #profile_content #milestones.tab_content .box .row .bubble .condition{font-size:16px;}

    #page #profile_content #team.tab_content .button_apply{top:8px;}

    #page #profile_content .agencies_list .row .text{margin-top:0;}

    .popup{left:0;right:0;margin-left:40px;margin-right:40px;width:calc(100% - 80px);}
}
@media (max-width: 680px) {
    #page #profile_content .tab_content#team .row .col_3{width:calc(50% - 15px);}
    #page #profile_content .tab_content#team .row .col_3:nth-child(3n){margin-right:30px;}
    #page #profile_content .tab_content#team .row .col_3:nth-child(2n){margin-right:0;}
    #page #profile_content .tab_content#financial .box .box_left{width:100%;float:none;margin:0 0 20px 0;}
    #page #profile_content .tab_content#financial .box .box_right{width:100%;float:none;margin:0;}
    #page .claim_popup{position:relative;margin:0;max-width:100%;width:100%;bottom:auto;right:auto;box-shadow:none;border-radius:0;}
    #page .claim_popup .logos{width:200px;display:table;margin:0 auto 20px auto;}
}
@media (max-width: 600px) {
    #page #profile_content .tabs{width:550px;}
    #page #profile_header .ico_information .row .name h1{margin-bottom:5px;}
    #page #profile_header .ico_information .row .name h2{font-size:18px;font-family:'Karla', sans-serif;font-weight:400;margin-top:5px;}
    #page .similar .col_4{width:100%;float:none;}
    #page .similar .col_4:nth-child(n){margin-right:0;margin-bottom:30px;}
    #page #profile_content #twitter-widget-holder{width:100% !important;max-width:100% !important;}
    #page #profile_content .twitter_data .twitter-timeline{width:100% !important;}
    #page #profile_content #twitter-widget-holder iframe{width:100% !important;}

    #page #profile_content .tab_content#ratings .ratings_list .row .image{}
    #page #profile_content .tab_content#ratings .ratings_list .row .data{width:calc(100% - 76px);margin-right:0;clear:right;}
    #page #profile_content .tab_content#ratings .ratings_list .row .rate{width:200px;margin-left:55px;clear:left;margin-top:5px;}
    #page #profile_content .tab_content#ratings .ratings_list .row .distribution{width:70px;float:left;margin-top:9px;}
    #page #profile_content .tab_content#ratings .ratings_list .row .review{margin:10px 0 0 66px;width:auto;}
    #page #profile_content .tab_content#ratings .ratings_list .row .review .line{width:100%;}
}
@media (max-width: 500px) {
    #page #profile_content .tab_content#team .row{display:block;}
    #page #profile_content .tab_content#team .row .col_3{float:none;display:table;width:100%;padding:20px 20px 20px 20px;margin-top:15px;}
}
@media (max-width: 400px) {
    #page #profile_content .tab_content#ratings .ratings_list .row .rate{margin-left:0;}
    #page #profile_content .tab_content#ratings .ratings_list .row .review{margin-left:0;}
    #page #profile_content .tab_content#ratings .ratings_list .row .owners_reply .reply{margin-left:0;}
}
/* CATEGORY */

#page #category{background:#fcfcfc;padding:40px;position:relative;}
#page #category .showMobile{display:none;}
#page #category .frame{position:relative;}
#page #category h2{text-align:left;display:table;margin:0 0 20px 0;color:#5864b0;font-family:'Open Sans', sans-serif;font-size:18px;font-weight:700;}
#page #category .not_found{background:#f4f4f4;border-radius:0px;padding:25px 25px;text-align:center;font-weight:bold;color:#bbb;box-shadow:inset 2px 2px 4px rgba(0,0,0,0.05), 1px 1px 0 rgba(255,255,255,1);font-size:14px;border:0;}
#page #category .search{position:absolute;top:-10px;right:0;border:1px solid #e1e1e1;background:#fff;border-radius:50px;padding:0;margin:0;width:auto;overflow:hidden;}
#page #category .search input{border:0;padding:3px 0 3px 15px;font-family:'Karla', sans-serif;font-size:13px;width:150px;float:left;margin-top:3px;}
#page #category .search .button_search{width:30px;height:30px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-298px -35px;cursor:pointer;margin-right:5px;float:right;}
#page #category .sorting_filter{display:none;}
#page #category .filter{border:1px solid #dbdbdb;background:#fff;border-radius:0px;width:100%;box-shadow:3px 3px 0 rgba(0,0,0,0.02);height:55px;}
#page #category .filter .button{float:left;cursor:pointer;position:relative;margin-right:10px;}
#page #category .filter .button::selection{background:transparent;color:inherit;}
#page #category .filter .button::-moz-selection{background:transparent;color:inherit;}
#page #category .filter .button .button_top{font-size:13px;color:#666;position:relative;padding:20px 25px 20px 20px;border-left:1px solid rgba(255,255,255,0);border-right:1px solid rgba(255,255,255,0);}
#page #category .filter .button .button_top::selection{background:transparent;color:inherit;}
#page #category .filter .button .button_top::-moz-selection{background:transparent;color:inherit;}
#page #category .filter .button .button_top .icon{background:transparent;border:0;width:20px;height:10px;position:absolute;right:0;top:23px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-92px -97px;cursor:pointer;}
#page #category .filter .button:hover .button_top{background:#f9f9f9;}
#page #category .filter .button .button_dropdown{display:none;position:absolute;left:0;top:45px;z-index:100;font-size:14px;color:#95969b;text-align:left;background:#fff;border:1px solid #dbdbdb;box-shadow:3px 3px 0 rgba(0,0,0,0.02);min-width:150px;}
#page #category .filter .button .button_dropdown#category_list{width:650px;}
#page #category .filter .button .button_dropdown#trading_list{width:452px;}
#page #category .filter .button .button_dropdown#accepting_list{width:362px;}
#page #category .filter .button .button_dropdown#platform_list{width:362px;}
#page #category .filter .button .button_dropdown#country_list{width:226px;max-height:280px;overflow-y:scroll;right:0;left:auto;}
#page #category .filter .button .button_dropdown#type_list{width:226px;}
#page #category .filter .button .button_dropdown#restrictions_list{width:226px;}
#page #category .filter .button .button_dropdown .option{padding:15px 20px;cursor:pointer;display:block;color:#95969b;text-decoration:none;}
#page #category .filter .button .button_dropdown .option::selection{background:transparent;color:inherit;}
#page #category .filter .button .button_dropdown .option::-moz-selection{background:transparent;color:inherit;}
#page #category .filter .button .button_dropdown .option:hover{background:#f9f9f9;}
#page #category .filter .button .button_dropdown#category_list .option{width:215px;float:left;}
#page #category .filter .button .button_dropdown#category_list .option:nth-child(3n+1){clear:both;}
#page #category .filter .button .button_dropdown#trading_list .option{width:150px;float:left;}
#page #category .filter .button .button_dropdown#trading_list .option:nth-child(3n+1){clear:both;}
#page #category .filter .button .button_dropdown#accepting_list .option{width:120px;float:left;}
#page #category .filter .button .button_dropdown#accepting_list .option:nth-child(3n+1){clear:both;}
#page #category .filter .button .button_dropdown#platform_list .option{width:120px;float:left;}
#page #category .filter .button .button_dropdown#platform_list .option:nth-child(3n+1){clear:both;}
#page #category .filter .button .button_dropdown#country_list .option{width:100%}
#page #category .filter .button .button_dropdown#type_list .option{width:100%}
#page #category .filter .button .button_dropdown#restrictions_list .option{width:100%}
#page #category .filter .button.selected{}
#page #category .filter .button.selected .color{border-bottom:7px solid #222;position:absolute;top:-1px;left:-1px;right:-1px;width:calc(100% + 2px);height:1px;display:table;z-index:103;}
#page #category .filter .button.selected .color.category{border-color:#6f78c6;}
#page #category .filter .button.selected .color.status{border-color:#6fc6a8;}
#page #category .filter .button.selected .color.accepting{border-color:#f7a467;}
#page #category .filter .button.selected .color.trading{border-color:#57b2e7;}
#page #category .filter .button.selected .color.restrictions{border-color:#57b2e7;}
#page #category .filter .button.selected .color.platform{border-color:#f6629a;}
#page #category .filter .button.selected .color.country{border-color:#5b96e6;}
#page #category .filter .button.selected .color.type{border-color:#6fc6a8;}
#page #category .filter .button.selected .button_top{z-index:101;background:#fff;border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb;padding-top:20px;padding-bottom:13px;}
#page #category .filter .button.selected .button_dropdown{}
#page #category .filter .button.selected .button_dropdown .option{}
#page #category .filter .clear{clear:both;}
#page #category .filter_results{overflow:hidden;width:100%;margin:20px 0 0 0;}
#page #category .filter_results button.delete{background:transparent;border:0;width:30px;height:30px;position:absolute;right:0;top:0;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-118px -85px;cursor:pointer;}
#page #category .filter_results .fil_category, #page #category .filter_results .fil_status, #page #category .filter_results .fil_platform, #page #category .filter_results .fil_accepting, #page #category .filter_results .fil_trading, #page #category .filter_results .fil_country, #page #category .filter_results .fil_search, #page #category .filter_results .fil_type, #page #category .filter_results .fil_restrictions{border-radius:0px;padding:9px 34px 11px 12px;font-weight:bold;color:#fff;font-size:13px;display:table;float:left;margin:0 10px 10px 0;position:relative;}
#page #category .filter_results .fil_category{background:#6f78c6;}
#page #category .filter_results .fil_status{background:#6fc6a8;}
#page #category .filter_results .fil_platform{background:#f6629a;}
#page #category .filter_results .fil_accepting{background:#f7a467;}
#page #category .filter_results .fil_trading{background:#57b2e7;}
#page #category .filter_results .fil_restrictions{background:#57b2e7;}
#page #category .filter_results .fil_country{background:#5b96e6;}
#page #category .filter_results .fil_search{background:#aaa;}
#page #category .filter_results .fil_type{background:#6fc6a8;}

#page #category .no_data{padding:30px;font-size:15px;line-height:1.15;text-align:center;border:1px solid #dbddf4;background:#eceef9;color:#4d5069;border-radius:0px;width:100%;margin-top:5px;}
#page #category .no_data .button{background:#4c1cbc;font-weight:bold;padding:10px 20px;border-radius:30px;color:#fff;font-size:14px;cursor:pointer;text-decoration:none;display:table;margin:20px auto 0 auto;}
#page #category .no_data .button:hover{opacity:0.7;}

#page #category .row{overflow:hidden;margin-bottom:30px;}
#page #category .row:last-child{margin-bottom:0;}
#page #category .row #filter_bubbles{overflow:hidden;}
#page #category .row .bubble{cursor:pointer;border-radius:0px;padding:9px 35px 10px 10px;font-weight:bold;color:#fff;font-size:13px;display:table;float:left;margin:0 10px 10px 0;position:relative;background:#8b93ca;}
#page #category .row .bubble .delete{background:transparent;border:0;width:30px;height:30px;position:absolute;right:0;top:0;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-118px -85px;cursor:pointer;}
#page #category .row .filter_box{text-align:left;width:280px;float:left;margin-right:40px;border:1px solid #dbdbdb;background:#fff;border-radius:0px;padding:20px;box-shadow:3px 3px 0 rgba(0,0,0,0.02);position:relative;}
#page #category .row .filter_box .close{width:30px;height:30px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-211px -34px;position:absolute;top:0;right:0;cursor:pointer;}
#page #category .row .filter_box .search{margin:0;padding:0;border:0;width:100%;box-shadow:none;}
#page #category .row .filter_box .sorting_filter{display:none;}
#page #category .row .filter_box .row{margin-bottom:20px;}
#page #category .row .filter_box .row label{font-size:14px;margin:0 0 8px 0;display:block;font-weight:bold;}
#page #category .row .filter_box .row .border{border:1px solid #dbdbdb;border-radius:0px;padding:2px;display:block;position:relative;}
#page #category .row .filter_box .row .border .search_icon{width:30px;height:30px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-298px -35px;cursor:pointer;position:absolute;top:1px;right:2px;}
#page #category .row .filter_box .row .border .search_icon:hover{opacity:0.6;}
#page #category .row .filter_box .row .border input{width:100%;border:0;padding:5px;font-family:'Karla', sans-serif;}
#page #category .row .filter_box .row .border select{width:100%;border:0;padding:5px;font-family:'Karla', sans-serif;}
#page #category .row .filter_box .row .border select option{}
#page #category .row .filter_box .row .col_1_2{width:calc(50% - 10px);margin-right:20px;float:left;}
#page #category .row .filter_box .row .col_1_2:last-child{margin-right:0;}
#page #category .row .filter_box .row .checboxgroup{overflow:hidden;margin-top:5px;}
#page #category .row .filter_box .row .checboxgroup input{width:20px;float:left;margin:0;}
#page #category .row .filter_box .row .checboxgroup label{width:calc(100% - 22px);float:right;font-size:14px;font-weight:400;}
#page #category .row .filter_box .row .col_1_2 .checboxgroup label{font-weight:400;}
#page #category .row .filter_box .row .row{margin-bottom:0;}
#page #category .row .filter_box .save_filter{width:auto;display:table;;border-radius:50px;padding:8px 25px;background:#20b555;color:#fff;font-weight:bold;font-size:14px;margin:0 auto 10px auto;text-align:center;line-height:1.3;cursor:pointer;}
#page #category .row .filter_box .save_filter:hover{opacity:0.6;}
#page #category .row .filter_box .reset_filter{font-size:12px;color:#999;text-decoration:underline;margin:-3px auto 0 auto;text-align:right;cursor:pointer;}
#page #category .row .filter_box .reset_filter:hover{opacity:0.6;}
#page #category .row .filter_box .divider{border-top:1px solid #dbdbdb;margin-bottom:20px;}
#page #category .row .ico_list{text-align:left;width:calc(100% - 320px);float:left;}
#page #category .row .ico_list.full_width{width:100%;float:none;margin-top:0;}
#page #category .row .ico_list table{border-collapse:collapse;width:100%;}
#page #category .row .ico_list table tr{width:100%;}
#page #category .row .ico_list table tr th{border-bottom:1px solid #e1e1e1;padding:0 10px 10px 10px;font-size:12px;font-family:'Karla', sans-serif;color:#524e4e;text-transform:uppercase;letter-spacing:1px;}
#page #category .row .ico_list.full_width table tr th{padding-top:10px;}
#page #category .row .ico_list table tr th .sort{width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;margin-bottom:-4px;cursor:pointer;}
#page #category .row .ico_list table tr th .none{background-position:-238px -39px;}
#page #category .row .ico_list table tr th .asc{background-position:-257px -39px;}
#page #category .row .ico_list table tr th .desc{background-position:-280px -39px;}
#page #category .row .ico_list table tr td{border-bottom:1px solid #e1e1e1;padding:10px 10px;font-size:13px;}
#page #category .row .ico_list table tr td.ico_data{width:60%;}
#page #category .row .ico_list table tr th:last-child, #page #category .row .ico_list table tr td:last-child{padding-right:0;text-align:right;}
#page #category .row .ico_list table tr th:first-child, #page #category .row .ico_list table tr td:first-child{padding-left:0;text-align:left;}

#page #category .row .ico_list table tr td .button{display:inline-block;padding:10px 12px;border-radius:0px;color:#fff;font-weight:bold;font-size:13px;margin:10px 0 10px 10px;cursor:pointer;text-decoration:none;}
#page #category .row .ico_list table tr td .button.green{background:#20b555;}
#page #category .row .ico_list table tr td .button.red{background:#e44054;}
#page #category .row .ico_list table tr td .button.purple{background:#4c1cbc;}
#page #category .row .ico_list table tr td .button:hover{opacity:0.8;}
#page #category .row .ico_list table tr td .image_box{float:left;width:56px;height:56px;padding:2px;border:1px solid #e1e1e1;background:#fff;border-radius:0px;overflow:hidden;}
#page #category .row .ico_list table tr td .image_box_people{float:left;width:56px;height:56px;padding:2px;border:1px solid #e1e1e1;background:#fff;border-radius:50px;overflow:hidden;}
#page #category .row .ico_list table tr td .image_box_people.user_click{border:1px solid #7dcc5e;}
#page #category .row .ico_list table tr td .content{float:left;width:calc(100% - 66px);margin-left:10px;}
#page #category .row .ico_list table tr td .content.people_content{margin-top:6px;}
#page #category .row .ico_list table tr td .content.people_content.unclaimed{margin-top:15px;}
#page #category .row .ico_list table tr td .premium{font-weight:700;font-size:12px;color:#fff;border-radius:0px;padding:3px 6px;margin:-1px 5px 0 0;text-transform:uppercase;background:#eab63d url("../images/sprite.svg") no-repeat;background-size:300px 300px;background-position:-243px -29px;text-indent: -9999px;display:table;float:left;width:15px;height:15px;}
#page #category .row .ico_list table tr td .image_box .image{text-decoration:none;height:50px;width:50px;border-radius:0px;background-repeat:no-repeat;background-position:center center;display:block;position:relative;background-size:50px 50px;image-rendering: -webkit-optimize-contrast;}
#page #category .row .ico_list table tr td .image_box_people .image{text-decoration:none;height:50px;width:50px;border-radius:50px;background-repeat:no-repeat;background-position:center center;display:block;position:relative;background-size:50px 50px;image-rendering: -webkit-optimize-contrast;}
#page #category .row .ico_list table tr td a.name:link, #page #category .row .ico_list table tr td a.name:visited, #page #category .row .ico_list table tr td a.name:active{font-weight:700;text-align:left;margin:5px 0 0 0;padding:0;font-size:14px;text-decoration:none;color:#3b3b3b;display:inline;}
#page #category .row .ico_list table tr td .name{font-weight:700;text-align:left;margin:5px 0 0 0;padding:0;font-size:14px;text-decoration:none;color:#3b3b3b;display:table;}
#page #category .row .ico_list table tr td .changelly {
    margin-top:5px;
}
#page #category .row .ico_list table tr td .changelly a {
    font-size:10px;
    color:#dcac3d;
    border:1px solid #dcac3d;
    padding:2px 4px;
    border-radius: 0px;
    text-decoration: none;
    margin-top:5px;
}
#page #category .row .ico_list table tr td .changelly a:hover {
    color:#fff;
    background:#dcac3d;
}
#page #category .row .ico_list table tr td p{font-size:13px;line-height:1.0;padding:0;margin:3px 0 0 0;text-align:left;}
#page #category .row .ico_list table tr td p b{color:#3b3b3b;}
#page #category .row .ico_list table tr td p .line{color:#c1c1c1;}
#page #category .row .ico_list table tr td .progress{float:left;width:80px;height:5px;border-radius:10px;background:#e1e1e1;margin:5px 0 0 0}
#page #category .row .ico_list table tr td .progress .green{height:5px;border-radius:10px 0 0 10px;background:#68b541;}
#page #category .row .ico_list table tr td .percent{width:35px;float:left;font-size:13px;text-align:left;margin:0 0 0 10px}
#page #category .row .ico_list table tr td .rate{font-weight:700;font-size:12px;background:#222;color:#fff;border-radius:0px;padding:4px 6px;display:inline-block;}
#page #category .row .ico_list table tr td .color0{background:#ea5420;}
#page #category .row .ico_list table tr td .color1{background:#ea5420;}
#page #category .row .ico_list table tr td .color2{background:#ee7c17;}
#page #category .row .ico_list table tr td .color3{background:#eeaa17;}
#page #category .row .ico_list table tr td .color4{background:#a3bf43;}
#page #category .row .ico_list table tr td .color5{background:#68b541;}
#page #category .row .ico_list table tr td .trading{background:#4c1cbc;text-transform:uppercase;padding:5px 4px 4px 6px;}
#page #category .row .ico_list table tr td .ended{background:#8a8686;text-transform:uppercase;padding:5px 4px 4px 6px;}
#page #category .row .ico_list table tr td .iss_score{background:#7dcc5e;text-transform:uppercase;padding:5px 6px 4px 6px;}
#page #category .row .ico_list table tr td .iss_score_blank{background:#ccc;text-transform:uppercase;padding:5px 8px 4px 8px;}
#page #category .row .ico_list table tr td .shw{display:none;}
#page #category .row .ico_list table tr td a:hover, #page #category .row .ico_list table tr td a:visited:hover{opacity:0.6;}
#page #category .row .ico_list table tr td .tags{}
#page #category .row .ico_list table tr td .tags .tag{background:#fff;border:1px solid #dbdbdb;color:#524e4e;text-decoration:none;border-radius:40px;padding:5px 10px 6px 10px;font-size:11px;margin:8px 8px 0 0;display:block;float:left;}
#page #category .row .ico_list table tr td .tags .tag:hover{background:#4c1cbc;border:1px solid #4c1cbc;color:#fff;text-decoration:none;opacity:1.0;}
#page #category .row .ico_list table tr td .associated{width:264px;float:right;}
#page #category .row .ico_list table tr td .associated .icoImage{width:56px;height:56px;display:inline-block;margin-left:10px;border:1px solid #dbdbdb;border-radius:0px;overflow:hidden;text-decoration:none;background:#fff;}
#page #category .row .ico_list table tr td .associated .icoImage img{width:50px;height:50px;border-radius:0px;margin:2px;image-rendering:-webkit-optimize-contrast;}
#page #category .row .ico_list table tr td .associated .icoImage .text{text-align:center;font-size:18px;color:#313131;font-weight:bold;padding:12px 0;}
#page #category .row .ico_list table tr td .associated .icoImage .text small{display:block;margin:0 0 0 0;font-size:12px;color:#999;font-weight:normal;}
#page #category .row .ico_list table tr td .associated .icoImage:hover{opacity:0.7;}

#page #category .row .ico_list table tr .ico_roi{width:60%;}
#page #category .row .ico_list table tr .roi_col{width:120px;text-align:center;}
#page #category .row .ico_list table tr th.roi_col:last-child, #page #category .row .ico_list table tr td.roi_col:last-child{text-align:center;}
#page #category .row .ico_list table tr .roi_yellow{font-weight:700;color:#eeaa17;font-size:14px;display:inline;}
#page #category .row .ico_list table tr .roi_gray{font-weight:700;color:#bbb;font-size:14px;display:inline;}
#page #category .row .ico_list table tr .roi_red{font-weight:700;color:#ea5420;font-size:14px;display:inline;}
#page #category .row .ico_list table tr .roi_green{font-weight:700;color:#68b541;font-size:14px;display:inline;}

#page #category .pages{text-align:right;margin:20px 0 20px auto;overflow:hidden;}
#page #category .pages .num{display:inline-block;padding:6px 8px;font-size:12px;cursor:pointer;color:#524e4e;text-decoration:none;margin:0 2px;}
#page #category .pages .num:hover{background:#e1e1e1;border-radius:0px;}
#page #category .pages .num.selected{color:#fff;font-weight:bold;background:#5864b0;border-radius:0px;cursor:default;}
#page #category .pages .num.selected:hover{background:#5864b0;}
#page #category .pages .dots{display:inline-block;padding:6px 8px;font-size:12px;color:#524e4e;text-decoration:none;}
#page #category .pages .back{display:inline-block;padding:6px 8px;font-size:12px;cursor:pointer;color:#524e4e;text-decoration:none;}
#page #category .pages .back:hover{background:#e1e1e1;border-radius:0px;}
#page #category .pages .back.disabled{color:#bbb;cursor:default;}
#page #category .pages .back.disabled:hover{background:transparent;}
#page #category .pages .next{display:inline-block;padding:6px 8px;font-size:12px;cursor:pointer;color:#524e4e;text-decoration:none;}
#page #category .pages .next:hover{background:#e1e1e1;border-radius:0px;}
#page #category .pages .next.disabled{color:#bbb;cursor:default;}
#page #category .pages .next.disabled:hover{background:transparent;}

@media (max-width: 1240px) {
    #page #category{padding:30px 0;}
    #page #category .row .ico_list table tr td.ico_data{width:50%;}
    #page #category .row .ico_list table tr .ico_roi{width:50%;}
}

@media (max-width: 960px) {
    #page #category .search{top:-5px;}
    #page #category .filter .button #category_list.button_dropdown{width:220px;max-height:280px;overflow-y:scroll;}
    #page #category .filter .button #status_list.button_dropdown{width:140px;max-height:280px;overflow-y:scroll;}
    #page #category .filter .button #platform_list.button_dropdown{width:140px;max-height:280px;overflow-y:scroll;}
    #page #category .filter .button #accepting_list.button_dropdown{width:140px;max-height:280px;overflow-y:scroll;}
    #page #category .filter .button #trading_list.button_dropdown{width:140px;max-height:280px;overflow-y:scroll;left:0;right:auto;}
    #page #category .filter .button #category_list.button_dropdown .option:nth-child(n){width:100%;float:none;}
    #page #category .filter .button #status_list.button_dropdown .option:nth-child(n){width:100%;float:none;}
    #page #category .filter .button #platform_list.button_dropdown .option:nth-child(n){width:100%;float:none;}
    #page #category .filter .button #accepting_list.button_dropdown .option:nth-child(n){width:100%;float:none;}
    #page #category .filter .button #trading_list.button_dropdown .option:nth-child(n){width:100%;float:none;}
    #page #category .filter .button .button_dropdown .option{padding:12px 20px;}
    #page #category .row .ico_list table tr .rmv1{display:none;}
    #page #category .row .ico_list table tr .ico_roi{width:35%;}

    #page #category .mobile_filter{display:block;position:absolute;top:-5px;border-radius:0px;right:0;background:#fff;border:1px solid #dbdbdb;box-shadow:3px 3px 0 rgba(0,0,0,0.02);width:30px;height:30px;cursor:pointer;}
    #page #category .mobile_filter .icon{width:30px;height:30px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-299px -36px;cursor:pointer;}
    #page #category .mobile_filter:hover .icon{opacity:0.6;}
    #page #category .showMobile{display:block;}
    #page #category .row .filter_box{display:none;z-index:200;position:fixed;top:0;right:0;bottom:0;overflow-y:scroll;background:#fff;border:0;box-shadow:-300px 0 0 rgba(50,50,50,0.5),-600px 0 0 rgba(50,50,50,0.5),-900px 0 0 rgba(50,50,50,0.5), -5px 0 20px rgba(0,0,0,0.2);width:300px;margin:0;border-radius:0;}
    #page #category .row .filter_box .reset_filter{margin-top:8px;display:table;float:right;}
    #page #category .row .filter_box .search_filter{margin-bottom:20px;display:table;float:left;background:#20b555;border-radius:0px;padding:10px 14px;color:#fff;font-weight:bold;font-size:14px;cursor:pointer;}
    #page #category .row .filter_box .search_filter:hover{opacity:0.6;}
    #page #category .row .ico_list{float:none;width:100%;}

}

@media (max-width: 740px) {
    #page #category{padding:20px 0;}
    #page #category h2{margin-bottom:15px;}
    #page #category .sorting_filter{display:block;width:100%;background:#fff;border:1px solid #e1e1e1;border-radius:0px;margin:25px 0 0 0;padding:15px;overflow:hidden;}
    #page #category .sorting_filter .col_2{width:calc(50% - 15px);float:left;margin-right:30px;text-align:left;}
    #page #category .sorting_filter .col_2:last-child{margin-right:0;}
    #page #category .sorting_filter.people_filter .col_2{width:100%;float:none;}
    #page #category .sorting_filter .col_2 label{font-family:'Karla', sans-serif;font-size:10px;text-transform:uppercase;margin:0 0 10px 0;display:block;font-weight:700;}
    #page #category .sorting_filter .col_2 select{display:block;width:100%;border:1px solid #e1e1e1;background:#fff;border-radius:0px;padding:5px;font-family:'Karla', sans-serif;font-size:13px;}
    #page #category .sorting_filter .col_2 select option{font-family:'Karla', sans-serif;font-size:13px;}
    #page #category .row .ico_list table tr .rmv{display:none;}
    #page #category .row .ico_list table tr th{display:none;}
    #page #category .row .ico_list table tr td{padding-top:20px;padding-bottom:20px;}
    #page #category .row .ico_list table tr:last-child td{border-bottom:0;padding-bottom:0;}
    #page #category .row .ico_list table tr td a.name:link, #page #category .row .ico_list table tr td a.name:visited, #page #category .row .ico_list table tr td a.name:active{font-size:16px;}
    #page #category .row .ico_list table tr td p{line-height:1.3;}
    #page #category .row .ico_list table tr td .shw{display:block;clear:both;padding-top:5px;padding-left:67px;}
    #page #category .row .ico_list table tr td .shw .row{display:block;padding:10px 0 0 0;margin-bottom:0;line-height:1.3;}
    #page #category .row .ico_list table tr td .shw .row .button{margin:10px 10px 10px 0;}
    #page #category .row .ico_list table tr td .shw .row b{color:#3b3b3b;}
    #page #category .row .ico_list table tr td .shw .row .progress{display:inline-block;float:none;margin:0 0 2px 6px;}
    #page #category .row .ico_list table tr td .shw .row .percent{display:inline-block;float:none;}
    #page #category .filter{display:none;}
    #page #category .filter_results{display:none;}
}
@media (max-width: 600px) {
    #page #category .search input{width:100px;}
    #page #category .row .filter_box{width:calc(100% - 30px);box-shadow:-30px 0 0 rgba(50,50,50,0.5), -5px 0 20px rgba(0,0,0,0.2);}
}

/* STATIC PAGES */

#page #contact,#page #experts,#page #agencies,#page #ratings,#page #tos,#page #privacy,#page #join,#page #join_expert, #page #login, #page #widget, #page #media, #page #premium, #page #stats, #page #services, #page #roi_calculator, #page #register, #page #developer, #page #welcome{padding:80px 0;}

#page #contact h1,#page #experts h1,#page #agencies h1,#page #ratings h1,#page #tos h1,#page #privacy h1,#page #publish h1,#page #join h1,#page #join_expert h1, #page #login h1, #page #widget h1, #page #media h1, #page #premium h1, #page #stats h1, #page #services h1, #page #roi_calculator h1, #page #register h1, #page #developer h1{text-align:center;display:table;margin:0 auto 30px auto;color:#222;font-family:'Montserrat', sans-serif;font-size:36px;font-weight:200;}
#page #contact p,#page #experts p,#page #agencies p,#page #ratings p,#page #tos p,#page #privacy p,#page #publish p,#page #join p,#page #join_expert p, #page #login p, #page #widget p, #page #media p, #page #premium p, #page #stats p, #page #services p, #page #roi_calculator p, #page #register p, #page #developer p{font-weight:400;text-align:center;margin:0;padding:0;font-size:14px;line-height:1.3;}
#page .g-recaptcha{margin-bottom: 10px;}
#page .notify{background:#999;border-radius:0px;padding:20px;text-align:center;font-weight:400;color:#fff;min-width:340px;width:auto;margin:20px auto 20px auto;display:none;line-height:1.5;}
#page .green{background:#68b541;}
#page .red{background:#df3c3c;}
#page .notify a:link, #page .notify a:visited, #page .notify a:active{text-decoration:underline;color:#fff;font-weight:bold;}
#page .notify a:hover, #page .notify a:visited:hover{opacity:0.7;}
#page #publish .notify.gray{background:#f8f8f8;color:#222;font-weight:normal;width:50%;border-radius:0px;font-size:14px;}

#page #publish .logos { margin:0 0 25px 0; }
#page #publish .logos .row { overflow:hidden }
#page #publish .logos label span { font-weight:400 }
#page #publish .logos .col_2 {
    float:left;
    width:calc(50% - 30px);
    margin-right:60px;
}
#page #publish .logos .col_2 + .col_2 {
    margin-right:0;
}
#page #publish .logos .col_2 .field {
    border:1px solid #e0e0e0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding:15px;
}

#page #publish {
    padding-bottom:80px;
}
#page #publish .frame {
    width:auto !important;
    margin:0 !important;
}
#page #publish form {
    padding:0;
    margin:0;
    width:auto;
    border:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#page #publish form .row > label, #page #publish form .col_2 > label {
    /*font-size:18px;*/
}

#page #publish .publish-block {
    border:1px solid #e5e5e5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding:30px;
    max-width:730px;
    margin:0 auto;
}
#page #publish .publish-block.first {
    margin:20px auto;
}
#page #publish p {
    color:#000;
}
#page #publish .publish-blue {
    padding-top:50px;

    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}
#page #publish .publish-blue .publish-blue-text {
    font-size:14px;
    text-align:left;
    line-height:20px;
    display:none;
}
#page #publish .publish-blue.active {
    background:#6767C3;
    padding:50px 0 15px 0;
    margin-bottom:35px;
    color:#fff !important;
}
#page #publish .publish-blue.active h1, #page #publish .publish-blue.active p {
    color:#fff !important;
}
#page #publish .publish-blue.active label {
    color:#fff;
}
#page #publish .publish-blue.active .publish-blue-text {
    /*display:block;*/
}
#page #publish .publish-blue.active select, #page #publish .publish-blue.active select option {
    background:#6767C3;
    color:#fff;
}

#page form{border:1px solid #e1e1e1;background:#fff;border-radius:0px;padding:20px;width:50%;margin:30px auto 0 auto;box-shadow:3px 3px 0 rgba(0,0,0,0.02);}
#page form .row{width:100%;clear:both;}
#page form .row label{text-align:left;font-weight:700;font-size:14px;color:#222;letter-spacing:0;text-transform:none;margin:0 0 10px 0;display:block;}
#page form .row .border{border:1px solid #e1e1e1;border-radius:0px;padding:2px;margin-bottom:20px;position:relative;}
#page form .row .border input{border:0;font-size:14px;width:100%;padding:10px;}
#page form .row .border select{border:0;font-size:14px;width:calc(100% - 10px);margin:5px;}
#page form .row .border option{border:0;font-size:14px;width:100%;padding:5px;}
#page form .row .border textarea{border:0;font-size:14px;font-family:'Karla', sans-serif;width:100%;height:200px;resize:vertical;padding:10px;}
#page form .row .border textarea::placeholder{font-size:14px;font-family:'Karla', sans-serif;font-style:normal;color:#999;}
#page form .row .border #show{position:absolute;top:10px;right:10px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-337px -41px;width:25px;height:20px;display:block;text-indent:-9999px;cursor:pointer;}
#page form .row .border .checkbox_group{overflow:hidden;padding:10px;}
#page form .row .border .checkbox_group .checkbox{overflow:hidden;width:50%;float:left;text-align:left;margin-bottom:10px;}
#page form .row .border .checkbox_group .checkbox:nth-child(2n+1){clear:left;}
#page form .row .border .checkbox_group .checkbox:last-child{margin-bottom:0;}
#page form .row .border .checkbox_group .checkbox:nth-last-child(2){margin-bottom:0;}
#page form .row .border .checkbox_group .checkbox input{float:left;width:auto;margin:3px 10px 0 0;}
#page form .row .border .checkbox_group .checkbox label{float:left;text-align:left;font-weight:400;font-size:14px;color:#222;letter-spacing:0;text-transform:none;margin:0;display:table;line-height:1.3;}
#page form .notice{font-size:12px;width:100%;text-align:left;color:#999;margin:-12px 0 20px 0;}
#page form input[type="submit"]{border:0;background:#20b555;padding:10px 20px;border-radius:0px;color:#fff;font-weight:700;font-family:'Karla', sans-serif;font-size:14px;cursor:pointer;}
#page form input[type="submit"]:hover{background:#4c1cbc;}
#page form #submitButton{border:0;background:#20b555;padding:12px 20px;border-radius:0px;color:#fff;font-weight:700;font-family:'Karla', sans-serif;font-size:14px;cursor:pointer;display:table;margin:0 auto;}
#page form #submitButton:hover{background:#4c1cbc;}
#page form .queue{font-size:14px;line-height:1.3;margin:0 0 20px 0;text-align:left;}
#page form .row .checkbox{float:left;width:20px;}
#page form .row .text{float:left;text-align:left;font-weight:400;font-size:14px;color:#222;letter-spacing:0;text-transform:none;margin:0 0 20px 5px;display:table;line-height:1.3;width:calc(100% - 50px);}
#page form .row .text a:link, #page form .row .text a:visited, #page form .row .text a:active{color:#4458ca;}
#page form .row .text a:hover, #page form .row .text a:visited:hover{opacity:0.6;}
#page form .row .asterix{color:#eeaa17;}
#page form .row small.required{text-align:left;margin:0 auto 10px 0;display:table;}

#page #login{background:#f8f8f8;}
#page #login form{width:340px;box-shadow:3px 3px 0 rgba(0,0,0,0.04);}
#page #login .below_form{width:340px;margin:10px auto 0 auto;overflow:hidden;}
#page #login .below_form a.small_text{color:#aaa;text-decoration:underline;font-size:12px;margin:0;display:table;line-height:1.15;}
#page #login .below_form a.small_text:hover{color:#4c1cbc;}
#page #login .below_form .left{float:left;}
#page #login .below_form .right{float:right;}
#page #login form .socials{border-top:1px solid #dbdbdb;padding-top:20px;margin-top:20px;}
#page #login form .socials .button_facebook{background:#4267b2;border-radius:0px;margin:20px auto 0 auto;padding:15px 30px;color:#fff;font-weight:bold;display:block;text-align:center;text-decoration:none;position:relative;font-size:14px;}
#page #login form .socials .button_facebook .icon{position:absolute;top:15px;left:20px;width:10px;height:16px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-224px -24px;}
#page #login form .socials .button_linkedin{background:#0077b5;border-radius:0px;margin:20px auto 0 auto;padding:15px 30px;color:#fff;font-weight:bold;display:block;text-align:center;text-decoration:none;position:relative;font-size:14px;}
#page #login form .socials .button_linkedin .icon{position:absolute;top:15px;left:20px;width:14px;height:17px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-200px -23px;}
#page #login form .socials .button_vk{background:#4a76a8;border-radius:0px;margin:20px auto 0 auto;padding:15px 30px;color:#fff;font-weight:bold;display:block;text-align:center;text-decoration:none;position:relative;font-size:14px;}
#page #login form .socials .button_vk .icon{position:absolute;top:16px;left:18px;width:20px;height:16px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-156px -24px;}
#page #login form .socials .button_facebook:hover, #page #login form .socials .button_linkedin:hover, #page #login form .socials .button_vk:hover{opacity:0.6;}

#page #register{background:#f8f8f8;}
#page #register .register_form{background:#fff;border:1px solid #dbdbdb;box-shadow:3px 3px 0 rgba(0,0,0,0.04);display:flex;width:760px;margin:0 auto;border-radius:0px;position:relative;}
#page #register .register_form .left{float:left;width:calc(50% - 1px);border-right:1px solid #dbdbdb;padding:30px 30px 62px 30px;text-align:left;position:relative;}
#page #register .register_form .left form{border:0;box-shadow:none;margin:0;padding:0;width:100%;}
#page #register .register_form .left .checkbox{border:1px solid #dbdbdb;background-color:#fff;border-radius:0px;display:table;width:20px;height:20px;float:left;cursor:pointer;}
#page #register .register_form .left .checkbox.check{background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-237px -93px;}
#page #register .register_form .left .text{font-size:14px;color:#616060;float:left;margin:3px 0 20px 10px;width:calc(100% - 30px);}
#page #register .register_form .right{float:right;width:50%;padding:30px;font-size:14px;text-align:left;border-radius:0 5px 5px 0;}
#page #register .register_form .right .button_facebook{background:#4267b2;border-radius:0px;margin:20px auto 0 auto;padding:15px 30px;color:#fff;font-weight:bold;display:block;text-align:center;text-decoration:none;position:relative;}
#page #register .register_form .right .button_facebook .icon{position:absolute;top:15px;left:20px;width:10px;height:16px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-224px -24px;}
#page #register .register_form .right .button_linkedin{background:#0077b5;border-radius:0px;margin:20px auto 0 auto;padding:15px 30px;color:#fff;font-weight:bold;display:block;text-align:center;text-decoration:none;position:relative;}
#page #register .register_form .right .button_linkedin .icon{position:absolute;top:15px;left:20px;width:14px;height:17px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-200px -23px;}
#page #register .register_form .right .button_vk{background:#4a76a8;border-radius:0px;margin:20px auto 0 auto;padding:15px 30px;color:#fff;font-weight:bold;display:block;text-align:center;text-decoration:none;position:relative;}
#page #register .register_form .right .button_vk .icon{position:absolute;top:16px;left:18px;width:20px;height:16px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-156px -24px;}
#page #register .register_form .right .button_facebook:hover, #page #register .register_form .right .button_linkedin:hover, #page #register .register_form .right .button_vk:hover{opacity:0.6;}
#page #register .register_form .below_form{color:#969696;border-top:1px solid #dbdbdb;background:#fbfbfb;padding:15px 30px;font-size:12px;position:absolute;line-height:1.3;bottom:0;left:0;right:0;border-radius:0 0 5px 5px;}
#page #register .register_form .below_form a:link, #page #register .register_form .below_form a:visited, #page #register .register_form .below_form a:active{color:#969696;text-decoration:underline;}
#page #register .register_form .below_form a:hover, #page #register .register_form .below_form a:visited:hover{color:#4c1cbc;text-decoration:underline;}

#page #welcome{background:#f8f8f8;padding:120px 0;}
#page #welcome .title{color:#333;font-weight:600;font-family:'Karla', sans-serif;font-size:30px;margin:0 0 10px 0;padding:0;}
#page #welcome p{color:#333;font-weight:400;font-family:'Karla', sans-serif;font-size:18px;line-height:1.3;margin:0;padding:0;}
#page #welcome .button{background:#20b555;font-size:18px;color:#fff;font-weight:bold;padding:12px 28px;border-radius:30px;display:table;margin:30px auto;line-height:1.15;cursor:pointer;}
#page #welcome .button.violet{background:#4c1cbc;}
#page #welcome .button:hover{opacity:0.6;}
#page #welcome .button.disabled{background:#d6d6d6;cursor:default;}
#page #welcome .button.disabled:hover{opacity:1.0;}
#page #welcome p.notice{color:#a4a4a4;font-weight:400;font-family:'Karla', sans-serif;font-size:14px;line-height:1.3;margin:0;padding:0;}
#page #welcome p.notice a:link, #page #welcome p.notice a:visited, #page #welcome p.notice a:active{color:#a4a4a4;text-decoration:underline;}
#page #welcome p.notice .link{color:#a4a4a4;text-decoration:underline;cursor:pointer;}
#page #welcome p.notice a:hover, #page #welcome p.notice a:visited:hover{color:#4c1cbc;text-decoration:underline;}

#page #welcome .input_box{border:1px solid #dbdbdb;background:#fff;border-radius:100px;padding:12px 20px 12px 200px;position:relative;width:100%;max-width:500px;margin:30px auto;overflow:hidden;}
#page #welcome .input_box .fixed{background:#fdfdfd;border-right:1px solid #dbdbdb;position:absolute;top:0;left:0;bottom:0;border-radius:60px 0 0 60px;padding:16px 12px 16px 20px;font-size:14px;}
#page #welcome .input_box .input{float:left;width:calc(100% - 120px);}
#page #welcome .input_box .input input{font-family:'Karla', sans-serif;font-size:14px;color:#333;width:100%;border:0;}
#page #welcome .input_box .response{float:right;width:100px;text-align:right;}
#page #welcome .input_box .response .text_green{font-weight:bold;text-transform:uppercase;font-size:14px;color:#20b555;margin-top:4px;}
#page #welcome .input_box .response .text_red{font-weight:bold;text-transform:uppercase;font-size:14px;color:#e62e2e;margin-top:4px;}
#page #welcome .input_box .response .check_button{font-weight:bold;text-transform:uppercase;font-size:14px;color:#fff;padding:10px 18px;margin:-6px -12px -6px auto;display:table;border-radius:20px;background:#4c1cbc;text-align:center;cursor:pointer;}
#page #welcome .input_box .response .check_button:hover{opacity:0.6;}

#page #welcome .icos{width:100%;max-width:650px;margin:60px auto 0 auto;}
#page #welcome .icos .row{border-bottom:1px solid #dbdbdb;padding-bottom:15px;margin-bottom:15px;overflow:hidden;}
#page #welcome .icos .row:first-child{border-top:1px solid #dbdbdb;padding-top:15px;}
#page #welcome .icos .row .image{width:105px;float:left;}
#page #welcome .icos .row .image .user_image{width:54px;height:54px;overflow:hidden;border-radius:54px;float:left;border:4px solid #f8f8f8;}
#page #welcome .icos .row .image .user_image img{width:100%;}
#page #welcome .icos .row .image .ico_image{width:54px;height:54px;overflow:hidden;border-radius:54px;float:left;border:4px solid #f8f8f8;margin-left:-15px;}
#page #welcome .icos .row .image .ico_image img{width:100%;}
#page #welcome .icos .row .content{float:left;width:calc(100% - 305px);text-align:left;}
#page #welcome .icos .row .content .ico_name{font-weight:bold;color:#333;text-decoration:none;font-size:18px;display:block;margin:10px 0 0 0;padding:0;}
#page #welcome .icos .row .content .ico_name:hover{color:#4c1cbc;}
#page #welcome .icos .row .content .tagline{font-weight:400;color:#333;text-decoration:none;font-size:14px;display:block;margin:0;padding:0;}
#page #welcome .icos .row .buttons{float:right;width:200px;margin-top:12px;}
#page #welcome .icos .row .buttons .button_accept{background:#20b555;font-size:13px;color:#fff;font-weight:bold;padding:8px 15px;border-radius:30px;display:table;margin:0;float:right;line-height:1.15;cursor:pointer;}
#page #welcome .icos .row .buttons .button_accept:hover{opacity:0.6;}
#page #welcome .icos .row .buttons .button_decline{background:#f8f8f8;border:2px solid #989898;font-size:13px;color:#989898;font-weight:bold;padding:6px 13px;border-radius:30px;display:table;margin:0 10px 0 0;float:right;line-height:1.15;cursor:pointer;}
#page #welcome .icos .row .buttons .button_decline:hover{opacity:0.6;}

#page #welcome form{border:0;background:transparent;border-radius:0;padding:0;width:auto;margin:0;box-shadow:none;}
#page #welcome .settings_box{border:1px solid #dbdbdb;background:#fff;padding:20px;border-radius:0px;margin:60px auto 0 auto;width:100%;max-width:500px;box-shadow:3px 3px 0 rgba(0,0,0,0.02);}
#page #welcome .settings_box .row{display:table;width:100%;text-align:left;margin-bottom:0;}
#page #welcome .settings_box .row label{font-size:14px;margin:0 0 5px 0;display:block;color:#979797;width:100%;font-weight:400;text-transform:none;letter-spacing:0;}
#page #welcome .settings_box .row .input{border:1px solid #e1e1e1;background:#fff;padding:5px;border-radius:0px;display:block;margin-bottom:20px;width:100%;position:relative;}
#page #welcome .settings_box .row:last-child .input{margin-bottom:0;}
#page #welcome .settings_box .row .input input{border:0;font-family:'Karla', sans-serif;font-size:14px;width:100%;padding:5px;line-height:1.5;}
#page #welcome .settings_box .row .input.disabled input{padding:10px;}
#page #welcome .settings_box .row .input input:disabled{background:#f8f8f8;color:#999;}
#page #welcome .settings_box .row .input input::-webkit-input-placeholder{font-size:14px;color:#ccc; }
#page #welcome .settings_box .row .input input::-moz-placeholder{font-size:14px;color:#ccc;}
#page #welcome .settings_box .row .input input:-ms-input-placeholder{font-size:14px;color:#ccc;}
#page #welcome .settings_box .row .input input:-moz-placeholder{font-size:14px;color:#ccc;}
#page #welcome .settings_box .row .input select{border:0;font-family:'Karla', sans-serif;font-size:14px;width:100%;padding:5px;}
#page #welcome .settings_box .row .input textarea{border:0;font-family:'Karla', sans-serif;font-size:14px;width:100%;height:150px;resize:vertical;padding:5px;}
#page #welcome .settings_box h2{text-align:left;font-size:16px;margin:0 0 10px 0;padding:0;color:#333;}
#page #welcome .settings_box p{font-size:13px;margin:0 0 10px 0;padding:0;text-align:left;}

#page #welcome .steps{margin:120px auto 0 auto;display:table;width:100%;max-width:650px;position:relative;padding-bottom:42px;}
#page #welcome .steps .step{position:absolute;width:120px;top:-6px;}
#page #welcome .steps .step.s1{left:0;}
#page #welcome .steps .step.s2{left:33.33%;}
#page #welcome .steps .step.s3{left:66.66%;}
#page #welcome .steps .step.s4{right:0;text-align:right;}
#page #welcome .steps .step .bullet{background:#f8f8f8;width:15px;height:15px;border-radius:12px;border:3px solid #dbdbdb;}
#page #welcome .steps .step.active .bullet{background:#4c1cbc;border-color:#4c1cbc;}
#page #welcome .steps .step .text{font-size:14px;color:#4c1cbc;font-weight:bold;width:120px;margin:5px 0 0 -55px;line-height:1.2;}
#page #welcome .steps .step.s4 .bullet{margin-left:auto;margin-right:0;}
#page #welcome .steps .step.s4 .text{margin:5px 0 0 55px;text-align:center;}
#page #welcome .line{width:100%;background:#d6d6d6;height:3px;position:relative;}
#page #welcome .progress{background:#4c1cbc;height:3px;}

#page #join_expert{background:#f8f8f8;}
#page #join_expert p a:link, #page #join_expert p a:visited, #page #join_expert p a:active{color:#524e4e;}
#page #join_expert .row{margin-bottom:15px;position:relative;border-bottom:1px solid #f8f8f8;padding-bottom:5px;}
#page #join_expert .row:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0;}
#page #join_expert .row label{font-size:14px;letter-spacing:0;text-transform:none;}
#page #join_expert .row .tick{position:absolute;width:18px;height:14px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-256px -96px;top:1px;right:0;}
#page #join_expert .row .cross{position:absolute;width:18px;height:14px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-274px -96px;top:1px;right:0;}
#page #join_expert .row .update_link{color:#ff3333;font-size:13px;font-weight:bold;position:absolute;right:22px;top:-1px;}
#page #join_expert .row .update_link:hover{opacity:0.5;}
#page #join_expert form .disabled{border:0;padding:10px 20px;border-radius:0px;color:#fff;font-weight:700;font-family:'Karla', sans-serif;font-size:14px;background:#ddd;cursor:default;}
#page #join_expert form .disabled:hover{background:#ddd;}

#page #experts{background:#f8f8f8;}
#page #experts .button_big{background:#4c1cbc;padding:15px 25px;border-radius:50px;color:#fff;font-weight:bold;font-size:14px;text-decoration:none;display:table;margin:20px auto 50px auto;}
#page #experts .button_big:hover{opacity:0.8;}
#page #experts p a:link, #page #experts p a:visited, #page #experts p a:active{color:#5864b0;text-decoration:underline;}
#page #experts p a:hover, #page #experts p a:visited:hover{opacity:0.7;}
#page #experts .box{display:table;width:100%;margin:30px auto 0 auto;border:1px solid #dbdbdb;border-radius:0px;box-shadow:3px 3px 0 rgba(0, 0, 0, 0.02);background:#fff;}
#page #experts .row{display:table;width:100%;/*overflow:hidden;*/border-bottom:1px solid #e2e2e2;padding:15px;margin:0;}
#page #experts .row:last-child{border-bottom:0;}
#page #experts .row .expert_image{width:60px;height:60px;overflow:hidden;border-radius:80px;margin:0 0 0 0;float:left;background:#e1e1e1;}
#page #experts .row .expert_image img{width:100%;height:auto;}
#page #experts .row .expert_data {width:calc(100% - 385px);max-width:500px;float:left;margin:10px 0 0 20px;}
#page #experts .row .expert_data h3{text-transform:none;font-size:18px;line-height:1.3;color:#313131;font-weight:bold;padding:0;margin:0;text-align:left;}
#page #experts .row .expert_data h3 a:link, #page #experts .row .expert_data h3 a:visited, #page #experts .row .expert_data h3 a:active{color:#313131;text-decoration:none;}
#page #experts .row .expert_data h3 a:hover, #page #experts .row .expert_data h3 a:visited:hover{color:#4c1cbc;}
#page #experts .row .expert_data h4{font-size:13px;line-height:1.15;color:#979797;font-weight:400;padding:0;margin:0 0 0 0;text-align:left;}
#page #experts .row .expert_data p{font-size:14px;margin:10px 0 0 0;text-align:left;}
#page #experts .row .rate_stats{float:right;width:185px;text-align:center;overflow:hidden;}
#page #experts .row .rate_stats .rate{font-family:'Karla', sans-serif;font-size:38px;color:#222;text-align:center;margin:0;padding:0;font-weight:600;width:100px;display:inline-block;line-height:1;}
#page #experts .row .rate_stats .rate sub{font-size:12px;color:#999;font-family:'Karla', sans-serif;display:block;font-weight:400;line-height:1.25;}
#page #experts .row .rate_stats .graphs{display:inline-block;width:80px;padding:9px 0;}
#page #experts .row .rate_stats .graphs .color0{height:3px;border-radius:0px;margin-bottom:3px;background:#ea5420;min-width:2px;}
#page #experts .row .rate_stats .graphs .color1{height:3px;border-radius:0px;margin-bottom:3px;background:#ea5420;min-width:2px;}
#page #experts .row .rate_stats .graphs .color2{height:3px;border-radius:0px;margin-bottom:3px;background:#ee7c17;min-width:2px;}
#page #experts .row .rate_stats .graphs .color3{height:3px;border-radius:0px;margin-bottom:3px;background:#eeaa17;min-width:2px;}
#page #experts .row .rate_stats .graphs .color4{height:3px;border-radius:0px;margin-bottom:3px;background:#a3bf43;min-width:2px;}
#page #experts .row .rate_stats .graphs .color5{height:3px;border-radius:0px;margin-bottom:3px;background:#68b541;min-width:2px;}
#page #experts .row .socials{display:block;float:left;width:90px;margin:20px 0 0 20px;text-align:left;}
#page #experts .row .socials .twitter{width:25px;height:25px;border-radius:25px;display:block;float:left;background:#5864b0 url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-173px -18px;text-decoration:none;margin:0 5px 0 0;}
#page #experts .row .socials .linkedin{width:25px;height:25px;border-radius:25px;display:block;float:left;background:#5864b0 url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-194px -18px;text-decoration:none;margin:0 5px 0 0;}
#page #experts .row .socials .facebook{width:25px;height:25px;border-radius:25px;display:block;float:left;background:#5864b0 url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-215px -18px;text-decoration:none;margin:0 5px 0 0;}
#page #experts .row .socials .www{width:25px;height:25px;border-radius:25px;display:block;float:left;background:#5864b0 url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-235px -18px;text-decoration:none;;margin:0 5px 0 0;}
#page #experts .row .socials .twitter:hover{opacity:0.5;}
#page #experts .row .socials .linkedin:hover{opacity:0.5;}
#page #experts .row .socials .facebook:hover{opacity:0.5;}
#page #experts .row .socials .www:hover{opacity:0.5;}

#page #agencies{background:#f8f8f8;}

#page #widget .box{border:1px solid #e1e1e1;border-radius:0px;margin:30px auto 0 auto;display:table;width:100%;}
#page #widget .box .settings{padding:30px;display:table-cell;width:300px;text-align:left;}
#page #widget .box .settings .row{overflow:hidden;margin:0 0 30px 0;}
#page #widget .box .settings label{font-family:'Karla', sans-serif;font-weight:600;font-size:16px;color:#222;text-align:left;display:table;margin:0 0 10px 0;}
#page #widget .box .settings .select{border:1px solid #e1e1e1;border-radius:0px;width:100%;padding:5px;}
#page #widget .box .settings .select select{border:0;border-radius:0px;width:100%;padding:0;font-size:14px;color:#524e4e;font-family:'Karla', sans-serif;}
#page #widget .box .settings .radiogroup{overflow:hidden;margin:10px 0 0 0;}
#page #widget .box .settings .radiogroup .radio{border:1px solid #e1e1e1;border-radius:50%;width:16px;height:16px;float:left;cursor:pointer;position:relative;}
#page #widget .box .settings .radiogroup .radio.selected .bullet{background:#4c1cbc;position:absolute;top:3px;left:3px;width:8px;height:8px;border-radius:50%;}
#page #widget .box .settings .radiogroup label{font-size:14px;color:#524e4e;font-family:'Karla', sans-serif;margin:-1px 0 0 10px;line-height:1.3;font-weight:400;float:left;}
#page #widget .box .preview{padding:30px;display:table-cell;border-left:1px solid #e1e1e1;width:calc(100% - 300px);text-align:left;}
#page #widget .box .preview label{font-family:'Karla', sans-serif;font-weight:600;font-size:16px;color:#222;text-align:left;display:table;margin:0 0 10px 0;}
#page #widget .box .preview .preview_box{}
#page #widget .box .preview .preview_box .image{margin:0 0 30px 0;}
#page #widget .box .preview .code_box{}
#page #widget .box .preview .code_box textarea{width:100%;height:90px;resize:none;border:1px solid #e1e1e1;border-radius:0px;padding:10px;font-size:14px;color:#524e4e;font-family:'Karla', sans-serif;line-height:1.3;font-weight:400;}

#page #media{background:#f8f8f8;}
#page #media .row{margin:0 0 0 0;text-align:center;}
#page #media .col_4{width:calc(25% - 22.5px);margin-right:30px;margin-bottom:60px;float:left;border:1px solid #dbdbdb;background:#fff;box-shadow:2px 2px 2px rgba(0,0,0,0.05);border-radius:0px;padding:40px 20px 20px 20px;}
#page #media .col_4:last-child{margin-right:0;}
#page #media .col_4 .small_light{width:82px;height:82px;padding:20px;background:#ffffff;margin:0 auto 20px auto;border-radius:0px;}
#page #media .col_4 .small_dark{width:82px;height:82px;padding:20px;background:#4c1cbc;margin:0 auto 20px auto;border-radius:0px;}
#page #media .col_4 .big_light{width:180px;height:82px;padding:20px;background:#ffffff;margin:0 auto 20px auto;border-radius:0px;}
#page #media .col_4 .big_dark{width:180px;height:82px;padding:20px;background:#4c1cbc;margin:0 auto 20px auto;border-radius:0px;}

#page #media .col_4 .small_light .logo{width:42px;height:42px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:0 -42px;}
#page #media .col_4 .small_dark .logo{width:42px;height:42px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:0 0;}
#page #media .col_4 .big_light .logo{width:140px;height:42px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:0 -42px;}
#page #media .col_4 .big_dark .logo{width:140px;height:42px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:0 0;}

#page #media .col_4 a:link, #page #media .col_4 a:visited, #page #media .col_4 a:active{color:#4c1cbc;font-size:14px;display:block;text-align:center;margin:0 auto 10px auto;}

#page #media h2{text-align:center;color:#777;font-family:'Karla', sans-serif;font-size:14px;font-weight:600;margin:60px auto 30px auto;text-transform:uppercase;clear:both;}
#page #media p{text-align:center;margin:0 0 0 0;line-height:1.5;}
#page #media p a:link, #page #media p a:active, #page #media p a:visited{color:#4c1cbc;}

#page #media .color1{background:#4c1cbc;font-weight:bold;font-size:14px;color:#fff;padding:10px 20px;border-radius:40px;display:inline-block;margin:0 5px;box-shadow:2px 2px 2px rgba(0,0,0,0.05);}
#page #media .color2{background:#4c1cbc;font-weight:bold;font-size:14px;color:#fff;padding:10px 20px;border-radius:40px;display:inline-block;margin:0 5px;box-shadow:2px 2px 2px rgba(0,0,0,0.05);}
#page #media .color3{background:#2b2a2a;font-weight:bold;font-size:14px;color:#fff;padding:10px 20px;border-radius:40px;display:inline-block;margin:0 5px;box-shadow:2px 2px 2px rgba(0,0,0,0.05);}
#page #media .color4{background:#3fb9ec;font-weight:bold;font-size:14px;color:#fff;padding:10px 20px;border-radius:40px;display:inline-block;margin:0 5px;box-shadow:2px 2px 2px rgba(0,0,0,0.05);}

#page #media .background{width:calc(25% - 22.5px);margin-right:30px;margin-bottom:60px;float:left;border:1px solid #dbdbdb;background:#fff;box-shadow:2px 2px 2px rgba(0,0,0,0.05);border-radius:0px;padding:5px;line-height:0;font-size:0;}
#page #media .background:last-child{margin-right:0;}
#page #media .background img{width:100%;height:auto;}

#page #privacy h1{text-align:left;margin:0 auto 30px 0;}
#page #privacy p{text-align:left;margin:0 0 30px 0;line-height:1.5;}
#page #privacy h2{text-align:left;color:#000;font-family:'Karla', sans-serif;font-size:18px;font-weight:600;margin:0 0 30px 0;}
#page #privacy h3{text-align:left;color:#000;font-family:'Karla', sans-serif;font-size:12px;font-weight:600;margin:0 0 0 0;text-transform:uppercase;}

#page #ratings h1{text-align:left;margin:0 auto 30px 0;}
#page #ratings p{text-align:left;margin:0 0 30px 0;line-height:1.5;}
#page #ratings h2{text-align:left;color:#000;font-family:'Karla', sans-serif;font-size:18px;font-weight:600;margin:0 0 30px 0;}
#page #ratings h3{text-align:left;color:#000;font-family:'Karla', sans-serif;font-size:12px;font-weight:600;margin:0 0 0 0;text-transform:uppercase;}

#page #tos h1{text-align:left;margin:0 auto 30px 0;}
#page #tos p{text-align:left;margin:0 0 30px 0;line-height:1.5;}
#page #tos h2{text-align:left;color:#000;font-family:'Karla', sans-serif;font-size:18px;font-weight:600;margin:0 0 30px 0;}
#page #tos h3{text-align:left;color:#000;font-family:'Karla', sans-serif;font-size:12px;font-weight:600;margin:0 0 0 0;text-transform:uppercase;}
#page #tos a:link, #page #tos a:active, #page #tos a:visited{color:#4c1cbc;}

#page #premium{}
#premium_loader,#premium_loader:before,#premium_loader:after{border-radius:50%;width:2.5em;height:2.5em;-webkit-animation-fill-mode:both;animation-fill-mode:both;  -webkit-animation:premiumload 1.8s infinite ease-in-out;animation:premiumload 1.8s infinite ease-in-out;}
#premium_loader {color:#4c1cbc;font-size:10px;margin:80px auto 0 auto;position:relative;text-indent:-9999em;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-0.16s;animation-delay:-0.16s;}
#premium_loader:before,#premium_loader:after{content: '';position:absolute;top:0;}
#premium_loader:before{left:-3.5em;-webkit-animation-delay:-0.32s;animation-delay:-0.32s;}
#premium_loader:after{left:3.5em;}
@-webkit-keyframes premiumload{0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; } 40% { box-shadow: 0 2.5em 0 0; }}
@keyframes premiumload {0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; } 40% { box-shadow: 0 2.5em 0 0; }}

#page #premium h1{text-align:center;display:table;margin:0 auto 50px auto;color:#eab63d;font-family:'Montserrat', sans-serif;font-size:36px;font-weight:600;}
#page #premium p{text-align:center;display:table;margin:0 auto 80px auto;color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:24px;font-weight:400;width:auto;max-width:870px;}
#page #premium p b{color:#363636;}
#page #premium .star{font-weight:700;font-size:12px;color:#fff;border-radius:0px;padding:3px 6px;margin:0 10px -2px 0;text-transform:uppercase;background:#eab63d url("../images/sprite.svg") no-repeat;background-size:600px 600px;background-position:-486px -58px;text-indent: -9999px;display:inline-block;width:30px;height:30px;}
#page #pricing .star{font-weight:700;font-size:12px;color:#fff;border-radius:0px;padding:3px 6px;margin:0 10px -2px 0;text-transform:uppercase;background:#eab63d url("../images/sprite.svg") no-repeat;background-size:840px 840px;background-position:-680px -81px;text-indent: -9999px;display:inline-block;width:42px;height:42px;border: 1px solid white;vertical-align: middle;}
#page #premium .premium_image{width:600px;height:300px;background:url("../images/premium_image.png") no-repeat;background-size:600px 300px;background-position:0 0;margin:80px auto;}
#page #premium .row{overflow:hidden;}
#page #premium .row .col_3{width:calc(33.33% - 20px);float:left;margin-right:30px;}
#page #premium .row .col_3:last-child{margin-right:0;}
#page #premium .row .col_3 h2{text-align:center;display:table;margin:0 auto 20px auto;color:#363636;font-family:'Open Sans', sans-serif;font-size:24px;font-weight:bold;}
#page #premium .row .col_3 p{text-align:center;display:table;margin:0 auto 0 auto;color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:18px;font-weight:400;width:auto;}
#page #pricing{padding:100px 0 140px 0;border-top:1px solid #dbdbdb;margin-top:30px;background:#f8f8f8;}
#page #pricing h2{text-align:center;display:table;margin:0 auto 20px auto;color:#363636;font-family:'Montserrat', sans-serif;font-size:34px;font-weight:600;width:auto;}
#page #pricing p{text-align:center;display:table;margin:0 auto 40px auto;color:#5b5a5a;font-family:'Open lans', sans-serif;font-size:20px;font-weight:400;width:auto;}
#page #pricing .row{overflow:visible;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: stretch;align-content: stretch;}
#page #pricing .row .col_5{background:#fff;border:1px solid #dbdbdb;border-radius:10px;box-shadow:3px 3px 0 rgba(0, 0, 0, 0.02);position:relative;padding-bottom:35px;margin:0 10px;flex:0 1 auto;width:30%;margin-bottom:60px;}
#page #pricing .row .col_5:last-child{margin-bottom:0;}
#page #pricing .row .col_5:nth-last-child(2){margin-bottom:0;}
#page #pricing .row .col_5:nth-last-child(3){margin-bottom:0;}
#page #pricing .row .col_5 .header{background:#4c1cbc;color:#fff;font-weight:bold;font-size:18px;text-align:center;margin:-1px;padding:25px 0;border-radius:10px 10px 0 0;}
#page #pricing .row .col_5 .header.deluxe{padding: 14px 0;}
#page #pricing .row .col_5 .price{color:#3d3d3d;font-size:36px;margin:40px 0 0 0;text-align:center;font-weight:600;}
#page #pricing .row .col_5 .price.crossed_price{text-decoration:line-through;color:#e34159;font-size:20px;margin:40px 0 0 0;text-align:center;font-weight:400;}
#page #pricing .row .col_5 .new_price{color:#3d3d3d;font-size:36px;margin:5px 0 0 0;text-align:center;font-weight:600;}
#page #pricing .row .col_5 .line{width:38px;border-top:1px solid #d4d4d4;margin:25px auto 25px auto;}
#page #pricing .row .col_5 ul{text-align:left;margin:0 30px;list-style-image:url("../images/tick.png");}
#page #pricing .row .col_5 ul li{color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:400;text-align:left;line-height:1.15;margin-bottom:20px;}
#page #pricing .row .col_5 p{color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:400;text-align:center;line-height:1.5;margin:0 30px 30px 30px;}
#page #pricing .row .col_5 a:link, #page #pricing .row .col_5 a:visited, #page #pricing .row .col_5 a:active{color:#4458ca; text-decoration: none;}
#page #pricing .row .col_5 .button{position:absolute;background:#4c1cbc;padding:15px 25px;width:200px;left:50%;margin-left:-100px;bottom:-20px;border-radius:50px;font-size:16px;font-weight:bold;color:#fff;cursor:pointer;}
#page #pricing .row .col_5 .button:hover{background:#eab63d;}
#page #pricing .row .col_5.exposed .mark {overflow:hidden;top:-1px;right:-1px;position:absolute;height:100%;width:100%;}
#page #pricing .row .col_5.exposed .mark div{width: 50px;height: 100px;background-color: #40b9cd;position: absolute;transform: skewX(50deg);right: 0px;}
#page #pricing .row .col_5 h3 {overflow: hidden;text-align: center;margin-left: 40px;margin-right:40px;color:#4c1cbc;font-family:'Open Sans', sans-serif;font-size:15px;font-weight:bold;line-height:1.15;}
#page #pricing .row .col_5 h3:before {background-color: #d4d4d4;content: "";display: inline-block;height: 1px;position: relative;vertical-align: middle;width: 50%;}
#page #pricing .row .col_5 h3:after  {background-color: #d4d4d4;content: "";display: inline-block;height: 1px;position: relative;vertical-align: middle;width: 50%;}
#page #pricing .row .col_5 h3:before {right: 0.5em;margin-left: -50%;}
#page #pricing .row .col_5 h3:after {left: 0.5em;margin-right: -50%;}
#page #pricing small.disclaimer{color:#aaa;padding-top:35px;display:table;text-align:center;margin:0 auto;font-size:11px;}
#page #pricing .submission_form{margin:60px 0 0 0;padding:60px 0 0 0;border-top:1px solid #dbdbdb;}
#page #pricing .submission_form .box{width:auto;max-width:50%;background:#fff;border:1px solid #dbdbdb;border-radius:10px;box-shadow:3px 3px 0 rgba(0, 0, 0, 0.02);position:relative;padding:40px;margin:0 auto;}
#page #pricing .submission_form .box .row{overflow:hidden;margin-bottom:20px;display:table;width:100%;}
#page #pricing .submission_form .box .row:last-child{margin-bottom:0;}
#page #pricing .submission_form .box .row label{width:100%;font-weight:700;font-size:12px;color:#222;letter-spacing:1px;text-transform:uppercase;text-align:left;display:block;margin:0 0 7px 0;}
#page #pricing .submission_form .box .row .text{font-family:'Open Sans', sans-serif;font-size:14px;font-weight:400;padding:7px 0;display:block;text-align:left;}
#page #pricing .submission_form .box .row .input{border:1px solid #dbdbdb;border-radius:0px;width:100%;padding:7px;display:block;}
#page #pricing .submission_form .box .row .input input{border:0;width:100%;padding:0;color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:400;}
#page #pricing .submission_form .box .row .input select{border:0;width:100%;padding:0;color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:400;}
#page #pricing .submission_form .box .row .input textarea{border:0;width:100%;padding:0;color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:400;resize:vertical;height:200px;}
#page #pricing .submission_form .box .row .button{background:#68b541;padding:12px 30px;width:auto;margin:0 auto;border-radius:50px;font-size:16px;font-weight:bold;color:#fff;font-family:'Karla', sans-serif;cursor:pointer;border:0;}
#page #pricing .submission_form .box .row .button:hover{background:#eab63d;}
#page #pricing .submission_form .box .row .left{width:calc(100% - 77px);float:left;}
#page #pricing .submission_form .box .row .right{width:57px;float:right;}
#page #pricing .submission_form .box .row .right .image img{width:57px;}
#page #pricing .submitted_form{margin:60px 0 0 0;padding:60px 0 0 0;border-top:1px solid #dbdbdb;}
#page #pricing .submitted_form .box{width:auto;max-width:50%;background:#fff;border:1px solid #dbdbdb;border-radius:10px;box-shadow:3px 3px 0 rgba(0, 0, 0, 0.02);position:relative;padding:40px;margin:0 auto;font-family:'Open Sans', sans-serif;font-size:16px;font-weight:400;line-height:1.5;}
#page #pricing .submission_form .box .row .checkbox_group{overflow:hidden;padding:0;}
#page #pricing .submission_form .box .row .checkbox_group .checkbox{overflow:hidden;width:50%;float:left;text-align:left;margin-bottom:10px;}
#page #pricing .submission_form .box .row .checkbox_group .checkbox:nth-child(2n+1){clear:left;}
#page #pricing .submission_form .box .row .checkbox_group .checkbox:last-child{margin-bottom:0;}
#page #pricing .submission_form .box .row .checkbox_group .checkbox:nth-last-child(2){margin-bottom:0;}
#page #pricing .submission_form .box .row .checkbox_group .checkbox input{float:left;width:auto;margin:3px 10px 0 0;}
#page #pricing .submission_form .box .row .checkbox_group .checkbox label{float:left;text-align:left;font-weight:400;font-size:14px;color:#222;letter-spacing:0;text-transform:none;;margin:0;display:table;line-height:1.3;width:auto;}

#page #pricing .custom_services{padding:140px 0 0 0;margin:0 auto;width:auto;max-width:700px;}
#page #pricing .custom_services h2{text-align:center;display:table;margin:0 auto 20px auto;color:#363636;font-family:'Montserrat', sans-serif;font-size:28px;font-weight:600;width:auto;}
#page #pricing .custom_services p{text-align:center;display:table;margin:0 auto 40px auto;color:#5b5a5a;line-height:1.5;font-family:'Open Sans', sans-serif;font-size:20px;font-weight:400;width:auto;}
#page #pricing .custom_services .button{background:#4c1cbc;padding:15px 25px;width:auto;display:table;margin:0 auto;border-radius:50px;font-size:16px;font-weight:bold;color:#fff;cursor:pointer;text-decoration:none;}
#page #pricing .custom_services .button:hover{background:#eab63d;}

#page #pricing .logo_cf{vertical-align: middle;margin-right: 10px;height: 40px;}

@media (max-width: 700px){
  #page #pricing #ddeluxe{display: flex; flex-direction: column; align-items: center;}
  #page #pricing #ddeluxe .logo_cf{margin-bottom: 10px;}
}

#page #stats{position:relative;padding-bottom:170px}
#page #stats h1{text-align:center;display:table;margin:0 auto 50px auto;color:#303030;font-family:'Montserrat', sans-serif;font-size:36px;font-weight:600;}
#page #stats p{text-align:center;display:table;margin:0 auto 50px auto;color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:24px;font-weight:400;width:auto;max-width:870px;}
#page #stats p b{color:#363636;}
#page #stats .stats_image{z-index:10;position:absolute;bottom:-140px;width:345px;height:290px;left:50%;margin-top:80px;margin-left:-172.5px;background:url("../images/stats_image.png") no-repeat;background-size:345px 290px;background-position:0 0;}
#page #stats_content{padding:160px 0 140px 0;border-top:1px solid #dbdbdb;margin-top:30px;background:#f8f8f8;position:relative;background-image:url("../images/background_lines.png"), url("../images/background_circles.png"), url("../images/background_circles.png");background-position: left top, calc(50% + 450px) 335px, calc(50% - 350px) calc(100% - 1060px);background-repeat:no-repeat, no-repeat;}
#page #stats_content h2{text-align:center;display:table;margin:0 auto 20px auto;color:#363636;font-family:'Montserrat', sans-serif;font-size:30px;font-weight:600;width:auto;}
#page #stats_content p{text-align:center;display:table;margin:0 auto 40px auto;color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:16px;font-weight:400;width:auto;max-width:800px;line-height:1.5;}
#page #stats_content p a:link, #page #stats_content p a:visited, #page #stats_content p a:active{color:#5b5a5a;text-decoration:underline;}
#page #stats_content p a:hover, #page #stats_content p a:visited:hover{color:#4c1cbc;}
#page #stats_content .row{width:100%;}
#page #stats_content .top_data{z-index:10;width:100%;max-width:1000px;margin:0 auto 100px auto;display:flex;}
#page #stats_content .top_data .col_3{width:calc(33.33% - 30px);float:left;margin-right:45px;}
#page #stats_content .top_data .col_3:last-child{margin-right:0;}
#page #stats_content .top_data .col_3 .stats_header{background:#5965c6;border-radius:0px 5px 0 0;padding:15px;color:#fff;font-weight:bold;font-size:16px;text-align:center;}
#page #stats_content .top_data .col_3 .stats_header small{color:#b0b8f3;font-weight:400;font-size:13px;display:block;margin:5px auto 0 auto;}
#page #stats_content .top_data .col_3 .stats_body{border:1px solid #dbdbdb;border-top:0;border-radius:0 0 5px 5px;box-shadow:3px 3px 0 rgba(0, 0, 0, 0.05);background:#fff;}
#page #stats_content .top_data .col_3 .stats_body .row{border-bottom:1px solid #e2e2e2;padding:22px;overflow:hidden;}
#page #stats_content .top_data .col_3 .stats_body .row .name{width:50%;float:left;text-align:left;font-weight:bold;}
#page #stats_content .top_data .col_3 .stats_body .row .name a:link, #page #stats_content .top_data .col_3 .stats_body .row .name a:visited, #page #stats_content .top_data .col_3 .stats_body .row .name a:active{color:#524e4e;text-decoration:none;}
#page #stats_content .top_data .col_3 .stats_body .row .name a:hover, #page #stats_content .top_data .col_3 .stats_body .row .name a:visited:hover{opacity:0.7;}
#page #stats_content .top_data .col_3 .stats_body .row .value{width:50%;float:right;text-align:right;}
#page #stats_content .top_data .col_3 small{color:#bebebe;font-size:12px;text-align:center;display:block;margin-top:10px;}
#page #stats_content .industries_graph{z-index:10;width:100%;max-width:1000px;margin:0 auto 100px auto;padding:0 45px 0 0;}
#page #stats_content .industries_graph .row{clear:both;width:640px;margin:0 auto 0 auto;padding-bottom:28px;}
#page #stats_content .industries_graph .row label{font-size:14px;float:left;text-align:right;width:140px;line-height:1.3;}
#page #stats_content .industries_graph .row label a:link, #page #stats_content .industries_graph .row label a:visited, #page #stats_content .industries_graph .row label a:active{color:#524e4e;text-decoration:none;}
#page #stats_content .industries_graph .row label a:hover, #page #stats_content .industries_graph .row label a:visited:hover{opacity:0.7;}
#page #stats_content .industries_graph .row .data_line_box{width:480px;display:block;float:left;margin:0 0 0 10px;}
#page #stats_content .industries_graph .row .data_line_box .data_line{border-radius:0px;background:#5965c6;height:10px;display:block;float:left;margin-top:5px;position:relative;}
#page #stats_content .industries_graph .row .data_line_box .data_line .value{width:40px;text-align:left;color:#5965c6;font-weight:bold;font-size:14px;position:absolute;right:-45px;top:-4px;line-height:1.3;}
#page #stats_content .icos_graph{z-index:10;width:100%;max-width:450px;margin:0 auto 100px auto;padding:0;overflow:hidden;}
#page #stats_content .icos_graph .col{width:calc(20% - 30px);margin:0 15px;float:left;}
#page #stats_content .icos_graph .col .data_line_box{width:100%;height:200px;display:block;margin:0 0 10px 0;position:relative;}
#page #stats_content .icos_graph .col .data_line_box .data_line{border-radius:0px;background:#5965c6;display:block;margin:0 auto;position:absolute;bottom:0;left:0;right:0;}
#page #stats_content .icos_graph .col .value{color:#5965c6;font-weight:bold;font-size:18px;line-height:1.2;}
#page #stats_content .icos_graph .col label{font-size:12px;text-align:center;line-height:1.2;margin-top:6px;}
#page #stats_content .funds_graph{z-index:10;width:100%;max-width:1000px;margin:0 auto 100px auto;padding:0;}
#page #stats_content .funds_graph .row{clear:both;width:578px;margin:0 auto 0 auto;padding-bottom:48px;}
#page #stats_content .funds_graph .row label{font-size:14px;float:left;text-align:right;width:78px;line-height:1;margin-top:6px;}
#page #stats_content .funds_graph .row label a:link, #page #stats_content .funds_graph .row label a:visited, #page #stats_content .funds_graph .row label a:active{color:#524e4e;text-decoration:none;}
#page #stats_content .funds_graph .row label a:hover, #page #stats_content .funds_graph .row label a:visited:hover{opacity:0.7;}
#page #stats_content .funds_graph .row .data_line_box{width:480px;display:block;float:left;margin:0 0 0 10px;padding-right:120px;}
#page #stats_content .funds_graph .row .data_line_box .data_line{border-radius:0px;background:#5965c6;height:8px;display:block;float:left;margin-top:10px;position:relative;}
#page #stats_content .funds_graph .row .data_line_box .data_line.data_count{background:#f560aa;}
#page #stats_content .funds_graph .row .data_line_box .data_line .value{width:120px;text-align:left;color:#5965c6;font-weight:bold;font-size:14px;position:absolute;right:-125px;top:-5px;line-height:1.3;}
#page #stats_content .funds_graph .row .data_line_box .data_line.data_count .value{color:#f560aa;}
#page #stats_content .funds_graph small{clear:both;color:#bebebe;font-size:12px;text-align:center;display:block;padding-top:20px;}

#page #stats_content .pie_chart{width:240px;margin:0 auto 30px auto;}
#page #stats_content .pie_legend{width:100%;margin:0 auto 100px auto;text-align:center;}
#page #stats_content .pie_legend .row{width:auto;display:inline-block;margin:0 10px;}
#page #stats_content .pie_legend .row .square{width:14px;height:14px;border-radius:0px;float:left;margin:0 5px 0 0;}
#page #stats_content .pie_legend .row .square.dataset1{background:#e8e8e8;}
#page #stats_content .pie_legend .row .square.dataset2{background:#20b555;}
#page #stats_content .pie_legend .row .square.dataset3{background:#e44054;}
#page #stats_content .pie_legend .row label{float:left;font-size:14px;color:#5b5a5a;}

#page #stats_content .ratings_data{z-index:10;width:100%;max-width:700px;margin:0 auto 100px auto;display:flex;}
#page #stats_content .ratings_data .col_2{width:calc(50% - 30px);float:left;margin-right:60px;}
#page #stats_content .ratings_data .col_2:last-child{margin-right:0;}
#page #stats_content .ratings_data .col_2 .stats_header{background:#5965c6;border-radius:0px 5px 0 0;padding:15px;color:#fff;font-weight:bold;font-size:16px;text-align:center;}
#page #stats_content .ratings_data .col_2 .stats_header small{color:#b0b8f3;font-weight:400;font-size:13px;display:block;margin:5px auto 0 auto;}
#page #stats_content .ratings_data .col_2 .stats_body{border:1px solid #dbdbdb;border-top:0;border-radius:0 0 5px 5px;box-shadow:3px 3px 0 rgba(0, 0, 0, 0.05);background:#fff;padding:22px;}
#page #stats_content .ratings_data .col_2 .stats_body .row{padding-bottom:12px;overflow:hidden;}
#page #stats_content .ratings_data .col_2 .stats_body .row:last-child{padding-bottom:0;}
#page #stats_content .ratings_data .col_2 .stats_body .row .rating{width:calc(100% - 60px);float:left;display:block;overflow:hidden;}
#page #stats_content .ratings_data .col_2 .stats_body .row .rating .color5{border-radius:0px;background:#68b541;height:7px;display:block;margin:4px 0 0 0;}
#page #stats_content .ratings_data .col_2 .stats_body .row .rating .color4{border-radius:0px;background:#a3bf43;height:7px;display:block;margin:4px 0 0 0;}
#page #stats_content .ratings_data .col_2 .stats_body .row .rating .color3{border-radius:0px;background:#eeaa17;height:7px;display:block;margin:4px 0 0 0;}
#page #stats_content .ratings_data .col_2 .stats_body .row .rating .color2{border-radius:0px;background:#ee7c17;height:7px;display:block;margin:4px 0 0 0;}
#page #stats_content .ratings_data .col_2 .stats_body .row .rating .color1{border-radius:0px;background:#ea5420;height:7px;display:block;margin:4px 0 0 0;}
#page #stats_content .ratings_data .col_2 .stats_body .row .value{width:60px;float:right;text-align:right;font-size:14px;}
#page #stats_content .pob_data{z-index:10;width:100%;max-width:700px;margin:0 auto 0 auto;}
#page #stats_content .pob_data .box{border:1px solid #dbdbdb;box-shadow:3px 3px 0 rgba(0, 0, 0, 0.05);background:#fff;border-radius:0px;}
#page #stats_content .pob_data .box .row{padding:22px;border-bottom:1px solid #e2e2e2;overflow:hidden;}
#page #stats_content .pob_data .box .row .image{width:75px;height:75px;border-radius:75px;float:left;overflow:hidden;}
#page #stats_content .pob_data .box .row .image img{width:100%;border-radius:100px;}
#page #stats_content .pob_data .box .row .image.link{border:1px solid #7dcc5e;padding:5px;width:80px;height:80px;margin:-5px 0 0 -5px;}
#page #stats_content .pob_data .box .row .data{width:calc(100% - 105px - 140px);float:left;margin:18px 20px 0 20px;text-align:left;}
#page #stats_content .pob_data .box .row .data .name{color:#363636;font-family:'Montserrat', sans-serif;font-size:20px;font-weight:600;margin:0 auto 0 0;display:block;text-align:left;text-decoration:none;}
#page #stats_content .pob_data .box .row .data .title{color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:400;margin:5px auto 0 0;display:block;text-align:left;}
#page #stats_content .pob_data .box .row .score{width:120px;float:right;color:#7dcc5e;font-family:'Montserrat', sans-serif;font-size:26px;font-weight:600;margin-top:17px;text-align:center;}
#page #stats_content .pob_data .box .row .score small{color:#b9b9b9;font-size:11px;font-weight:400;font-family:'Karla', sans-serif;text-align:center;margin:2px auto 0 auto;display:block;}
#page #stats_content .pob_data .box .row a:hover, #page #stats_content .pob_data .box .row a:visited:hover{opacity:0.7;}
#page #stats_content .button_more{background:#4c1cbc;padding:15px 25px;border-radius:50px;color:#fff;font-weight:bold;font-size:18px;text-decoration:none;display:table;margin:40px auto 0 auto;}
#page #stats_content .button_more:hover{opacity:0.8;}

#page #services{padding-left:40px;padding-right:40px;}
#page #services h1{text-align:center;display:table;margin:0 auto 50px auto;color:#4c1cbc;font-family:'Montserrat', sans-serif;font-size:36px;font-weight:600;}
#page #services p{text-align:center;display:table;margin:0 auto 40px auto;color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:24px;font-weight:400;width:auto;max-width:880px;}
#page #services p b{color:#363636;}
#page #services .button_big{background:#4c1cbc;padding:15px 25px;border-radius:50px;color:#fff;font-weight:bold;font-size:18px;text-decoration:none;display:table;margin:0 auto 80px auto;}
#page #services .button_big:hover{opacity:0.8;}
#page #services .box{width:100%;max-width:880px;margin:0 auto;border:1px solid #dbdbdb;border-radius:0px;box-shadow:3px 3px 0 rgba(0,0,0,0.02);position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;}
#page #services .box ul#services_list{border-right:1px solid #dbdbdb;margin:0;padding:0;width:530px;flex: 1 auto;}
#page #services .box ul#services_list li{border-bottom:1px solid #dbdbdb;padding:20px;color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:16px;font-weight:600;list-style:none;text-align:left;cursor:pointer;background:#f8f8f8;}
#page #services .box ul#services_list li.selected{background:#fff;border-right:1px solid #fff;margin-right:-1px;cursor:default;}
#page #services .box ul#services_list li:first-child{border-radius:0px 0 0 0;}
#page #services .box ul#services_list li:last-child{border-radius:0 0 0 5px;border-bottom:0;}
#page #services .box ul#services_list li:hover{color:#aaa;}
#page #services .box ul#services_list li.selected:hover{color:#5b5a5a;}
#page #services .box .content{text-align:left;padding:30px 40px;flex: 1 auto;width:100%;}
#page #services .box .content p{text-align:left;display:table;margin:0 auto 20px auto;color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:16px;font-weight:400;}
#page #services .box .content ul{text-align:left;display:table;margin:0 0 0 24px;padding:0;color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:16px;font-weight:400;list-style-image:url("../images/tick.png");}
#page #services .box .content ul li{padding: 0 0 15px 5px;line-height:1.3;}
#page #services .box .content ul li:last-child{padding-bottom:0;}

#page #services_contact{background:#f8f8f8;border-top:1px solid #dbdbdb;padding:40px 40px 80px 40px;}
#page #services_contact .notify{background:#999;border-radius:0px;padding:15px;text-align:center;font-weight:bold;color:#fff;min-width:340px;width:100%;max-width:880px;margin:30px auto 10px auto;display:none;line-height:1.5;}
#page #services_contact .green{background:#68b541;}
#page #services_contact .red{background:#df3c3c;}
#page #services_contact form{border:1px solid #e1e1e1;background:#fff;border-radius:0px;padding:20px;width:100%;max-width:880px;margin:30px auto 0 auto;box-shadow:3px 3px 0 rgba(0,0,0,0.02);}
#page #services_contact form .row{width:100%;}
#page #services_contact form .row .col_2{width:calc(50% - 15px);margin-right:30px;float:left;}
#page #services_contact form .row .col_2:nth-child(2n){margin-right:0;}
#page #services_contact form .row label{text-align:left;font-weight:700;font-size:12px;color:#222;letter-spacing:1px;text-transform:uppercase;margin:0 0 10px 0;display:block;}
#page #services_contact form .row .border{border:1px solid #e1e1e1;border-radius:0px;padding:2px;margin-bottom:20px;position:relative;}
#page #services_contact form .row .border input{border:0;font-size:14px;width:100%;padding:10px;}
#page #services_contact form .row .border select{border:0;font-size:14px;width:calc(100% - 10px);margin:5px;}
#page #services_contact form .row .border option{border:0;font-size:14px;width:100%;padding:5px;}
#page #services_contact form .row .border textarea{border:0;font-size:14px;font-family:'Karla', sans-serif;width:100%;height:200px;resize:vertical;padding:10px;}
#page #services_contact form .row .border textarea::placeholder{font-size:14px;font-family:'Karla', sans-serif;font-style:normal;color:#999;}
#page #services_contact form .row .border #show{position:absolute;top:10px;right:10px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-337px -41px;width:25px;height:20px;display:block;text-indent:-9999px;cursor:pointer;}
#page #services_contact form .row .border .checkbox_group{overflow:hidden;padding:10px;}
#page #services_contact form .row .border .checkbox_group .checkbox{overflow:hidden;width:50%;float:left;text-align:left;margin-bottom:10px;}
#page #services_contact form .row .border .checkbox_group .checkbox:nth-child(2n+1){clear:left;}
#page #services_contact form .row .border .checkbox_group .checkbox:last-child{margin-bottom:0;}
#page #services_contact form .row .border .checkbox_group .checkbox:nth-last-child(2){margin-bottom:0;}
#page #services_contact form .row .border .checkbox_group .checkbox input{float:left;width:auto;margin:3px 10px 0 0;}
#page #services_contact form .row .border .checkbox_group .checkbox label{float:left;text-align:left;font-weight:400;font-size:14px;color:#222;letter-spacing:0;text-transform:none;margin:0;display:table;line-height:1.3;}
#page #services_contact form .notice{font-size:12px;width:100%;text-align:center;color:#999;margin:0 auto 20px auto;}
#page #services_contact form input[type="submit"]{border:0;background:#68b541;padding:12px 25px;border-radius:30px;color:#fff;font-weight:700;font-family:'Karla', sans-serif;font-size:16px;cursor:pointer;}
#page #services_contact form input[type="submit"]:hover{background:#4c1cbc;}
#page #services_contact form .queue{font-size:14px;line-height:1.3;margin:0 0 20px 0;text-align:left;}

#page #roi_calculator{background:#f8f8f8;}
#page #roi_calculator form .row .border{position:relative;}
#page #roi_calculator form .row .border input{line-height:1.3;}
#page #roi_calculator form .row .border .unit{position:absolute;display:table;right:14px;top:14px;font-size:14px;font-weight:bold;}
#page #roi_calculator form .row{overflow:hidden;}
#page #roi_calculator form .row .col_2{width:calc(50% - 10px);margin-right:20px;float:left;}
#page #roi_calculator form .row .col_2:nth-child(2n){margin-right:0;}
#page #roi_calculator form .row .button.add{border:2px dashed #e9e9e9;padding:15px;text-align:center;color:#cccccc;font-size:13px;font-weight:bold;text-transform:uppercase;margin-bottom:20px;cursor:pointer;}

#page #roi_calculator .results{border:1px solid #e1e1e1;background:#fff;border-radius:0px;padding:20px;width:50%;margin:30px auto 0 auto;box-shadow:3px 3px 0 rgba(0,0,0,0.02);}
#page #roi_calculator .results .row{display:flex;margin-bottom:15px;}
#page #roi_calculator .results .row:last-child{margin-bottom:0;border-top:1px solid #dbdbdb;padding-top:20px;}
#page #roi_calculator .results .row .unit{width:40%;float:left;text-align:left;}
#page #roi_calculator .results .row .value{width:60%;float:left;text-align:right;font-weight:bold;}
#page #roi_calculator .results .row .value.green{background:transparent;color:#68b541;}
#page #roi_calculator .results .row .value .green_roi{background:#68b541;color:#fff;display:inline-table;padding:7px 5px 6px 5px;line-height:0.6;border-radius:0px;margin-right:10px;font-size:12px;}
#page #roi_calculator .results .row .value .red_roi{background:#df3c3c;color:#fff;display:inline-table;padding:7px 5px 6px 5px;line-height:0.6;border-radius:0px;margin-right:10px;font-size:12px;}

#page #roi_calculator small{color:#aaa;font-size:12px;margin:0 auto 0 auto;padding:10px 0 0 0;display:block;}

#page #analyzer{padding:100px 0 100px 0;background:#4c1cbc url("../images/background.svg") no-repeat right bottom;background-size:cover;text-align:center;position:relative;}
#page #analyzer h1{text-align:center;display:table;margin:0 auto 10px auto;color:#fff;font-family:'Montserrat', sans-serif;font-size:36px;font-weight:600;}
#page #analyzer h1 a:link, #page #analyzer h1 a:visited, a:active{color:#4c1cbc;text-decoration:none;}
#page #analyzer h1 a:hover, #page #analyzer h1 a:visited:hover{opacity:0.7;}
#page #analyzer p{text-align:center;display:table;margin:0 auto 40px auto;color:#fff;font-family:'Montserrat', sans-serif;font-size:22px;font-weight:200;width:auto;}
#page #analyzer .search{background:#fff;border-radius:50px;width:600px;position:relative;margin:0 auto;box-shadow:3px 3px 0 rgba(0,0,0,0.05);}
#page #analyzer .search input{width:calc(100% - 20px);margin:10px;padding:8px 180px 8px 20px;border:0;font-family:'Open Sans', sans-serif;font-size:16px;}
#page #analyzer .search button{background:#3fb9ec;color:#fff;font-weight:bold;font-size:18px;padding:15px 35px;border-radius:50px;border:0;position:absolute;right:-1px;bottom:0;top:0;cursor:pointer;}
#page #analyzer .search button:hover{background:#5fc6f1;}
#page #analyzer .search #dropdown{position:absolute;left:0;top:72px;right:0;background:#fff;box-shadow:0 0 15px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0,0,0,0.2);border-radius:15px;width:100%;display:none;z-index:101;}
#page #analyzer .search #dropdown .arrow{background:url("../images/sprite.svg") no-repeat;background-position:-198px -73px;background-size:400px 400px;width:18px;height:18px;position:absolute;top:-10px;left:40px;}
#page #analyzer .search #dropdown .option{width:100%;overflow:hidden;margin:0;color:#222;text-decoration:none;padding:15px;display:block;}
#page #analyzer .search #dropdown .option:nth-child(2){border-top-left-radius:15px;border-top-right-radius:15px;}
#page #analyzer .search #dropdown .option:last-child{border-bottom-left-radius:15px;border-bottom-right-radius:15px;}
#page #analyzer .search #dropdown .option:hover{background:#fcfcfc;}
#page #analyzer .search #dropdown .option .image{width:40px;height:40px;float:left;}
#page #analyzer .search #dropdown .option .image img{width:40px;height:40px;}
#page #analyzer .search #dropdown .option .name{width:calc(100% - 45px);float:right;text-align:left;padding-top:3px;padding-left:5px;}
#page #analyzer .search #dropdown .option .name .title{text-align:left;font-weight:bold;font-size:16px;margin-top:3px;}
#page #analyzer .search #dropdown .option .name .tag{font-size:12px;color:#999;margin-top:3px;}
#page .not_found{padding:30px;font-size:15px;line-height:1.15;text-align:center;border:1px solid #dbddf4;background:#eceef9;color:#4d5069;border-radius:0px;width:100%;margin-top:30px;}
#page .not_found .button{background:#4c1cbc;font-weight:bold;padding:10px 20px;border-radius:30px;color:#fff;font-size:14px;cursor:pointer;text-decoration:none;display:table;margin:20px auto 0 auto;}
#page .not_found .button:hover{opacity:0.7;}


.ui-menu{background:#fff;border:1px solid #dbdbdb;border-radius:15px;box-shadow:3px 3px 0 rgba(0, 0, 0, 0.02);width:600px;padding:0;margin:0;}
.ui-menu:before{background:url("../images/sprite.svg") no-repeat;background-position:-198px -96px;background-size:400px 400px;width:18px;height:18px;position:absolute;top:-10px;left:40px;}
.ui-menu .ui-menu-item{width:100%;overflow:hidden;margin:0;padding:10px;display:block;}
.ui-menu .ui-menu-item:first-child{border-radius:15px 15px 0 0;}
.ui-menu .ui-menu-item:last-child{margin:0 0 0 0;border-radius:0 0 15px 15px;}
.ui-menu .ui-menu-item:hover{background:#fcfcfc;}
.ui-menu .ui-menu-item .image{width:40px;height:40px;float:left;}
.ui-menu .ui-menu-item .image img{width:40px;height:40px;}
.ui-menu .ui-menu-item .name{width:calc(100% - 45px);float:right;text-align:left;padding-left:10px;}
.ui-menu .ui-menu-item .name .title{text-align:left;font-weight:bold;font-size:16px;margin-top:3px;}
.ui-menu .ui-menu-item .name .tag{font-size:12px;color:#999;margin-top:3px;}

#page #analyzer_profile{margin-top:-40px;position:relative;}
#page #analyzer_profile .image{padding:10px;width:107px;height:107px;background:#fff;margin:0 auto;border:1px solid #dbdbdb;border-radius:10px;box-shadow:3px 3px 0 rgba(0, 0, 0, 0.02);display:block;}
#page #analyzer_profile .image img{width:85px;height:85px;}
#page #analyzer_profile h2{text-align:center;display:table;margin:20px auto 5px auto;color:#3d3d3d;font-family:'Montserrat', sans-serif;font-size:32px;font-weight:600;}
#page #analyzer_profile h2 a:link, #page #analyzer_profile h2 a:visited, #page #analyzer_profile h2 a:active{color:#3d3d3d;text-decoration:none;}
#page #analyzer_profile h2 a:hover, #page #analyzer_profile h2 a:visited:hover{color:#4c1cbc;text-decoration:none;}
#page #analyzer_profile p{text-align:center;display:table;margin:0 auto 40px auto;color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:18px;font-weight:400;width:auto;}
#page #analyzer_profile .line{border-top:1px solid #dbdbdb;width:100px;margin:0 auto 40px auto;}
#page #analyzer_profile .analyze_result{max-width:840px;margin:0 auto 40px auto;border:1px solid #dbdbdb;box-shadow:3px 3px 0 rgba(0, 0, 0, 0.02);}
#page #analyzer_profile .analyze_result .top{border-bottom:1px solid #dbdbdb;padding:30px;overflow:hidden;}
#page #analyzer_profile .analyze_result .top .icon{width:120px;height:92px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;float:left;}
#page #analyzer_profile .analyze_result .top .icon.team{background-position:-2px -172px;}
#page #analyzer_profile .analyze_result .top .icon.ico{background-position:-133px -172px;}
#page #analyzer_profile .analyze_result .top .icon.product{background-position:-2px -281px;height:80px;}
#page #analyzer_profile .analyze_result .top .icon.social{background-position:-134px -288px;height:80px;}
#page #analyzer_profile .analyze_result .top .text{float:right;width:calc(100% - 150px);margin-top:10px;}
#page #analyzer_profile .analyze_result .top h3{text-align:left;display:table;margin:0 0 10px 0;color:#3d3d3d;font-family:'Open Sans', sans-serif;font-size:22px;font-weight:bold;}
#page #analyzer_profile .analyze_result .top p{text-align:left;display:table;margin:0 0 0 0;color:#999;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:400;width:auto;line-height:1.3;}
#page #analyzer_profile .analyze_result .bottom{background:#fcfcfc;display:table;margin:0 auto;width:100%;padding:30px;}
#page #analyzer_profile .analyze_result .bottom .text{display:table-cell;width:50%;vertical-align:top;text-align:right;padding-right:40px;}
#page #analyzer_profile .analyze_result .bottom .text .row{margin:0 0 15px 0;border-bottom:1px solid #dbdbdb;padding-bottom:15px;display:table;width:100%;}
#page #analyzer_profile .analyze_result .bottom .text .row:last-child{border-bottom:0;margin:0;padding:0;}
#page #analyzer_profile .analyze_result .bottom .text .row label{width:calc(100% - 75px);margin-right:10px;text-align:left;font-size:16px;float:left;display:block;line-height:1.15;}
#page #analyzer_profile .analyze_result .bottom .text .row label.result{width:55px;margin-right:0;margin-left:10px;text-align:center;font-weight:bold;}
#page #analyzer_profile .analyze_result .bottom .text .row label.result .failed{color:#e44054;}
#page #analyzer_profile .analyze_result .bottom .text .row label.result .passed{color:#20b555;}
#page #analyzer_profile .analyze_result .bottom .text .row label.result .pending{font-weight:normal;color:#c5c5c5;}
#page #analyzer_profile .analyze_result .bottom .text .row label.result .tick{background:url("../images/sprite.svg") no-repeat;background-position:-258px -96px;background-size:400px 400px;width:18px;height:12px;margin:4px auto 0 auto;display:inline-block;}
#page #analyzer_profile .analyze_result .bottom .text .row label.result .tick.gray{-webkit-filter: grayscale(100%);opacity:0.3;}
#page #analyzer_profile .analyze_result .bottom .graph{display:table-cell;width:50%;padding-left:40px;vertical-align:middle;text-align:center;}
#page #analyzer_profile .analyze_result .bottom .graph .chart-text{font:8px "Open Sans", sans-serif;font-weight:bold;fill: #4c1cbc;-moz-transform:translateY(0.35em);-ms-transform:translateY(0.35em);-webkit-transform:translateY(0.35em);transform:translateY(0.35em);}
#page #analyzer_profile .analyze_result .bottom .graph .chart-number{font-size:8px;font-weight:bold;line-height:1;text-anchor:middle;}
#page #analyzer_profile .row{width:auto;max-width:840px;margin:0 auto 90px auto;display:flex;}
#page #analyzer_profile .share{width:50%;float:left;text-align:center;}
#page #analyzer_profile .contact{width:50%;float:left;text-align:center;}
#page #analyzer_profile .contact .button{background:#4c1cbc;color:#fff;font-weight:bold;font-size:18px;padding:15px 35px;border-radius:50px;border:0;margin:0 auto;text-align:center;cursor:pointer;display:table;text-decoration:none;}
#page #analyzer_profile .contact .button:hover{background:#4c1cbc;}

#page #analyzer_first{padding:90px 0;overflow:hidden;background:#fcfcfc;}
#page #analyzer_first .frame{max-width:1000px;margin:0 auto;}
#page #analyzer_first .standard{width:100%;text-align:center;}
#page #analyzer_first .standard h2{text-align:center;display:table;margin:0 auto 10px auto;color:#3d3d3d;font-family:'Montserrat', sans-serif;font-size:34px;font-weight:600;}
#page #analyzer_first .standard p{text-align:center;display:table;margin:0 auto 0 auto;color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:18px;font-weight:400;width:auto;line-height:1.3;}
#page #analyzer_first .features{width:100%;margin-top:90px;}
#page #analyzer_first .features .col_3{width:calc(33.33% - 30px);float:left;margin-right:45px;position:relative;}
#page #analyzer_first .features .col_3:last-child{margin-right:0;}
#page #analyzer_first .features .col_3 .icon{position:absolute;left:0;top:0;width:36px;height:28px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;color:#3d3d3d;font-family:'Montserrat', sans-serif;font-size:40px;font-weight:600;text-align:right;}
#page #analyzer_first .features .col_3 .icon.decisions{background-position:0 -368px;}
#page #analyzer_first .features .col_3 .icon.trust{background-position:-33px -368px;width:30px;margin-left:3px;}
#page #analyzer_first .features .col_3 .icon.ranking{background-position:-64px -368px;}
#page #analyzer_first .features .col_3 h4{text-align:left;display:table;margin:0 0 0 48px;color:#3d3d3d;font-family:'Montserrat', sans-serif;font-size:20px;font-weight:600;padding-top:3px;}
#page #analyzer_first .features .col_3 p{text-align:left;display:table;margin:15px 0 0 48px;color:#5b5a5a;font-family:'Open Sans', sans-serif;font-size:16px;font-weight:400;width:auto;line-height:1.3;}

@media (max-width: 1240px) {
    #page #media .col_4{width:calc(50% - 15px);margin-bottom:30px;}
    #page #media .col_4:nth-child(2n){margin-right:0;}

    #page #pricing .row .col_5:nth-child(n){flex:0 1 auto;width:40%;margin-bottom:60px;}
    #page #pricing .row .col_5:last-child{margin-bottom:0;}
  #page #pricing .row .col_5:nth-last-child(2){margin-bottom:0;}
  #page #pricing .row.cf .col_5:nth-last-child(2){margin-bottom:60px;}
  
    #page #welcome{padding:60px 0;}
    #page #welcome .steps{margin-top:60px;}
    #page #welcome .icos{margin-top:60px;}
}

@media (max-width: 960px) {
    #page .notify{width:100%;}
    #page form{width:100%;}
    #page #publish .notify.gray{width:100%;}
    #page #roi_calculator .results{width:100%;}

    #page #stats_content{background-position: left top, calc(50% + 150px) 435px, calc(50% - 350px) calc(100% - 1060px);}
    #page #stats_content .top_data .col_3{width:100%;max-width:400px;margin:0 auto 30px auto;float:none;}
    #page #stats_content .top_data .col_3:last-child{margin:0 auto;}
    #page #stats_content .top_data, #page #stats_content .industries_graph, #page #stats_content .funds_graph, #page #stats_content .ratings_data, #page #stats_content .pie_legend{margin-bottom:50px;}
    #page #stats_content .industries_graph .row{width:calc(100% - 20px);margin:0 10px 10px 10px;}
    #page #stats_content .industries_graph .row .data_line_box{width:calc(100% - 150px);}
    #page #stats_content .funds_graph .row{width:calc(100% - 20px);margin:0 10px 10px 10px;}
    #page #stats_content .funds_graph .row .data_line_box{width:calc(100% - 90px);}
    #page #stats_content .ratings_data .col_2{margin-right:20px;width:calc(50% - 10px);}
    #page #stats_content .ratings_data .col_2:last-child{margin-right:0;}

    #page #widget .box .settings{display:table;width:100%;padding-bottom:0;}
    #page #widget .box .preview{display:table;width:100%;border-left:0;border-top:1px solid #e1e1e1;}
    #page #widget .box .preview .preview_box .image img{max-width:100%;height:auto;}
    #page #pricing{padding:50px 0;}
    #page #pricing h2{font-size:26px;}
    #page #pricing p{font-size:18px;}
    #page #contact, #page #experts, #page #ratings, #page #tos, #page #privacy, #page #publish, #page #join, #page #login, #page #widget, #page #media, #page #premium, #page #roi_calculator, #page #register, #page #join_expert{padding:50px 0;}
    #page #media .background{width:calc(50% - 15px);margin-bottom:30px;}
    #page #media .background:nth-child(2n){margin-right:0;}
}
@media (max-width: 840px) {
    #page #premium p{font-size:18px;margin-left:30px;margin-right:30px;}
    #page #premium .row .col_3{width:100%;float:none;margin-right:0;margin-bottom:60px;}
    #page #premium .row .col_3:last-child{width:100%;float:none;margin-right:0;margin-bottom:0;}
    #page #premium .premium_image{width:300px;height:150px;background:url("../images/premium_image.png") no-repeat;background-size:300px 150px;background-position:0 0;margin:40px auto;}

    #page #stats{padding-bottom:70px;}
    #page #stats h1{margin-bottom:20px;}
    #page #stats p{font-size:18px;margin-left:30px;margin-right:30px;width:calc(100% - 60px);padding-bottom:30px;}
    #page #stats .stats_image{z-index:10;position:absolute;bottom:-140px;width:258px;height:217px;left:50%;margin-top:80px;margin-left:-129px;background:url("../images/stats_image.png") no-repeat;background-size:258px 217px;background-position:0 0;}
    #page #stats_content .industries_graph .row{padding-bottom:12px;}
    #page #stats_content .funds_graph .row{padding-bottom:30px;}
    #page #stats_content .funds_graph .row label{margin-top:0;font-size:12px;}
    #page #stats_content .funds_graph .row .data_line_box .data_line{height:6px;margin-top:6px;}
    #page #stats_content .funds_graph .row .data_line_box .data_line .value{font-size:12px;}
    #page #register .register_form .right{width:100%;float:none;display:block;}
    #page #register .register_form .left{width:100%;float:none;display:block;border:0;border-bottom:1px solid #dbdbdb;padding-bottom:30px;}
    #page #register .register_form{width:100%;max-width:350px;display:block;}
    #page #register .register_form .below_form{position:relative;}

    #page #analyzer_first{padding:50px 0;}
    #page #analyzer_first .standard{padding:0 50px;}
    #page #analyzer_first .standard h2{font-size:26px;}
    #page #analyzer_first .features{margin-top:50px;padding:0 50px;}
    #page #analyzer_first .features .col_3{width:100%;float:none;margin:0 0 50px 0;}
    #page #analyzer_first .features .col_3:last-child{margin:0;}

    #page #welcome .title{font-size:22px;}
    #page #welcome p{font-size:14px;}
    #page #welcome .button{font-size:14px;}
    #page #welcome .steps{margin:60px 60px 0 60px;width:calc(100% - 120px);}
    #page #welcome .icos{margin-top:30px;}

}
@media (max-width: 740px) {
    #page #contact,#page #experts,#page #ratings,#page #tos,#page #privacy,#page #publish,#page #join, #page #login, #page #media, #page #premium, #page #stats, #page #services{padding:40px 0;}
    #page #media .col_4{width:100%;float:none;}
    #page #media .col_4:nth-child(n){margin-right:0;}

    #page #experts .row{position:relative;}
    #page #experts .row .expert_data{margin-top:0;width:calc(100% - 280px);}
    #page #experts .row .expert_data h4{margin-bottom:20px;}
    #page #experts .row .socials{clear:left;margin:-12px 0 0 80px;}
    #page #experts .row .rate_stats{position:absolute;top:16px;right:0;}

    #page #pricing .submission_form .box{max-width:calc(100% - 60px);}
    #page #pricing .submitted_form .box{max-width:calc(100% - 60px);}

    #page #premium h1{margin-bottom:20px;font-size:32px;}
    #page #premium p{margin-bottom:40px;}

    #page #stats_content{padding-bottom:20px;}
    #page #stats h1{margin-bottom:20px;font-size:32px;}
    #page #stats p{margin-bottom:40px;}
    #page #stats_content .button_more{margin-top:20px;}
    #page #stats_content h2{font-size:24px;}

    #page #services h1{margin-bottom:20px;}
    #page #services p{margin-bottom:40px;font-size:20px;}
    #page #services .button_big{margin-bottom:40px;}
    #page #services_contact form .row .col_2:nth-child(n){width:100%;margin-right:0;float:none;}

    #page #analyzer{padding:80px 0;}
    #page #analyzer p{font-size:19px;}
    #page #analyzer h1{margin:0 auto 5px auto;font-size:32px;}
    #page #analyzer .search{width:500px;}
    #page #analyzer_profile .analyze_result{width:100%;}
    #page #analyzer_profile .analyze_result .bottom .text{padding-right:0;width:calc(100% - 200px);}
    #page #analyzer_profile .analyze_result .bottom .graph{padding-left:40px;width:200px;}
    #page #analyzer_profile .share{float:none;width:100%;margin-bottom:60px;}
    #page #analyzer_profile .contact{float:none;width:100%;margin-bottom:0;}

    #page #welcome .icos .row{width:calc(50% - 15px);background:#fff;border:1px solid #dbdbdb;border-radius:0px;padding:20px;margin-right:30px;float:left;margin-bottom:30px;}
    #page #welcome .icos .row:nth-child(2n){margin-right:0;}
    #page #welcome .icos .row:nth-child(2n+1){clear:left;}
    #page #welcome .icos .row .image{width:100%;float:none;text-align:center;}
    #page #welcome .icos .row .image .user_image{display:inline-table;float:none;}
    #page #welcome .icos .row .image .ico_image{display:inline-table;float:none;}
    #page #welcome .icos .row .content{width:100%;float:none;text-align:center;}
    #page #welcome .icos .row .buttons{width:100%;float:none;text-align:center;}
    #page #welcome .icos .row .buttons .button_accept{display:inline-table;float:none;}
    #page #welcome .icos .row .buttons .button_decline{display:inline-table;float:none;background:#fff;}

}
@media (max-width: 640px) {
    #page #pricing .row .col_5:nth-child(n){width:100%;margin:0 20px 60px 20px;}
    #page #pricing .row .col_5:last-child{margin-bottom:0;}

    #page #stats_content .ratings_data .col_2{float:none;margin:0 auto 30px auto;width:100%;max-width:360px;}
    #page #stats_content .ratings_data .col_2:last-child{margin:0 auto 0 auto;}

    #page #stats_content .pob_data .box .row .data{width:calc(100% - 115px);}
    #page #stats_content .pob_data .box .row .data .title{margin-bottom:10px;}
    #page #stats_content .pob_data .box .row .score{float:none;text-align:left;margin:0 0 0 94px;clear:both;}
    #page #stats_content .pob_data .box .row .score small{float:none;text-align:left;}

    #page #services .box ul#services_list{display:none;}
    #page #services .box .content .inner{display:table !important;border-bottom:1px solid #dbdbdb;margin-bottom:30px;padding-bottom:30px;}
    #page #services .box .content .inner:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0;}

    #page #analyzer .search{width:auto;margin:0 30px;}
    #page #analyzer .search input{padding:5px 125px 5px 10px;}

    #page #welcome{padding:30px 0;}
    #page #welcome .settings_box{margin-top:30px;}
    #page #welcome .icos .row{width:100%;margin-right:0;float:none;margin-bottom:20px;}
    #page #welcome .icos .row:nth-child(n){margin-right:0;clear:left;}
    #page #welcome .steps{margin:60px 30px 0 30px;width:calc(100% - 60px);}
    #page #welcome .steps .step{width:95px;}
    #page #welcome .steps .step .text{width:95px;margin:5px 0 0 -38px;}
    #page #welcome .steps .step.s4 .text{margin:5px 0 0 38px;}
}
@media (max-width:500px) {
    #page #roi_calculator form .row .col_2:nth-child(n){width:100%;margin-right:0;float:none;}

    #page #services_contact{padding:20px 20px 40px 20px;}

    #page #media .color1,#page #media .color2,#page #media .color3,#page #media .color4{display:table;margin:0 auto 10px auto;}

    #page #analyzer{padding:60px 0 80px 0;}
    #page #analyzer h1{font-size:28px;}
    #page #analyzer p{font-size:16px;}
    #page #analyzer .search{width:auto;margin:0;}
    #page #analyzer .search button{padding:15px 30px;}
    #page #analyzer_profile h2{font-size:26px;}
    #page #analyzer_profile p{font-size:16px;}
    #page #analyzer_profile .analyze_result .top .icon{float:none;margin:0 auto 30px auto;}
    #page #analyzer_profile .analyze_result .top .text{float:none;margin:0 auto 0 auto;text-align:center;width:100%;}
    #page #analyzer_profile .analyze_result .top .text h3{margin:0 auto 10px auto;text-align:center;}
    #page #analyzer_profile .analyze_result .top .text p{margin:0 auto 0 auto;text-align:center;}
    #page #analyzer_profile .analyze_result .bottom .text{width:100%;display:table;padding:0;}
    #page #analyzer_profile .analyze_result .bottom .text .row:last-child{border-bottom:1px solid #dbdbdb;padding-bottom:15px;}
    #page #analyzer_profile .analyze_result .bottom .graph{width:100%;display:table;padding:30px 0 0 0;}
    #page #analyzer_first .standard{padding:0 20px;}
    #page #analyzer_first .standard h2{font-size:22px;}
    #page #analyzer_first .standard p{font-size:16px;}
    #page #analyzer_first .features{margin-top:50px;padding:0 20px;}
    #page #analyzer_first .features .col_3{width:100%;float:none;margin:0 0 50px 0;}
    #page #analyzer_first .features .col_3:last-child{margin:0;}
    #page #welcome .input_box{padding-left:20px;overflow:visible;}
    #page #welcome .input_box .fixed{display:none;}
    #page #welcome .input_box .input{width:100%;float:none;}
    #page #welcome .input_box .response{position:absolute;float:none;width:100%;left:0;bottom:-23px;right:0;text-align:center;}
    #page #stats_content .icos_graph .col{width:calc(20% - 4px);margin:0 2px;}
    #page #stats_content .icos_graph .col .data_line_box{width:100%;max-width:50px;margin:0 auto 10px auto;}
    #page #stats_content .pie_legend .row{display:table;margin:0 auto 20px auto;}
    #page #stats_content .pie_legend .row:last-child{margin:0 auto 0 auto;}
}
@media (max-width: 450px) {
    #page #experts .row .expert_data{width:calc(100% - 85px);}
    #page #experts .row .rate_stats{position:relative;top:0;margin:10px auto 5px 58px;float:left;}
    #page #media .background{width:100%;float:none;display:block;}
    #page #media .background:nth-child(n){margin-right:0;}
    #page #welcome .steps .step .text{font-size:11px;}
}

/* USER PROFILE */
header.logedin .frame{position:relative;}
header #profile{float:right;margin-top:10px;}
header #profile .arrow{float:right;background:url("../images/sprite.svg") no-repeat;background-position:-158px -95px;background-size:400px 400px;width:15px;height:15px;cursor:pointer;margin:20px 0 0 10px;}
header #profile .image{width:50px;height:50px;border-radius:50px;float:right;position:relative;}
header #profile .image img{width:50px;height:50px;border-radius:50px;}
header #profile .image .notifications{background:#f6497a;text-align:center;font-weight:bold;color:#fff;font-size:12px;position:absolute;top:-5px;right:-5px;padding:5px 9px 7px 10px;border-radius:20px;box-shadow:2px 2px 0 rgba(0,0,0,0.2);}
header #profile .data{float:right;text-align:right;margin:10px 10px 0 0;}
header #profile .data .name{color:#fff;font-weight:bold;font-size:14px;margin-bottom:5px;}
header #profile .data .title{color:#fff;font-weight:normal;font-size:12px;}
header #profile_dropdown{display:none;position:absolute;right:0;top:76px;background:#fff;border-radius:0px;box-shadow:3px 3px 0 rgba(0,0,0,0.02);border:1px solid #dbdbdb;min-width:180px;z-index:101;}
header #profile_dropdown .arrow{background:url("../images/sprite.svg") no-repeat;background-position:-198px -96px;background-size:400px 400px;width:18px;height:18px;position:absolute;top:-10px;right:10px;}
header #profile_dropdown .link{display:block;border-bottom:1px solid #e8e8e8;padding:15px 20px;text-align:left;text-decoration:none;color:#524e4e;font-size:14px;}
header #profile_dropdown .link:last-child{border-bottom:0;}
header #profile_dropdown .link:hover{color:#aaa;}
nav#bottom_menu{background:#fff;box-shadow:0 1px 0 rgba(0,0,0,0.10), 3px 3px 0 rgba(0, 0, 0, 0.02);overflow:visible;position:relative;z-index:10;}
nav#bottom_menu .frame{overflow:hidden;}
nav#bottom_menu .link{color:#666;font-size:13px;display:block;text-decoration:none;border-bottom:3px solid #fff;padding:20px 0 17px 0;}
nav#bottom_menu .left{float:left;margin-right:25px;}
nav#bottom_menu .right{float:right;margin-left:25px;}
nav#bottom_menu .link.selected{border-bottom:3px solid #7e88d0;}
nav#bottom_menu .link:hover{border-bottom:3px solid #7e88d0;}
nav#bottom_menu .link.rblue {
    color:#fff;
    background:#4c1cbc !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
    font-size:14px;
    border:none !important;
    display:inline-block;
    padding:12px 25px;
    margin-top:7px;
}

nav#bottom_menu .link > .counter {
    font-size:10px;
    background:#f00;
    color:#fff;
    padding:1px 4px;
    border-radius:0px;
    margin-left:5px;
}

#settings{background:#fcfcfc;padding:30px 0;}
#settings .notification{background:#fa3f68;border-radius:0px;padding:20px 0;text-align:center;font-weight:bold;color:#fff;font-size:14px;margin-bottom:30px;}
#settings h1{text-align:left;display:table;margin:0 0 20px 0;color:#5864b0;font-family:'Open Sans', sans-serif;font-size:18px;font-weight:700;}
#settings .row{width:100%;clear:both;margin-bottom:20px;}
#settings .row:last-child{margin-bottom:0;}
#settings .row form{width:100%;}
#settings .row .col_1_2{width:350px;float:left;background:#fff;box-shadow:3px 3px 0 rgba(0,0,0,0.02);border:1px solid #dbdbdb;border-radius:0px;}
#settings .row .col_1_2 .image{width:170px;height:170px;border-radius:170px;margin:20px auto;overflow:hidden;}
#settings .row .col_1_2 .image img{width:100%;}
#settings .row .col_1_2 .input{border-top:1px solid #e1e1e1;width:100%;text-align:left;}
#settings .row .col_1_2 .input input{border:0;font-family:'Karla', sans-serif;font-size:12px;padding:20px 0 0 0;margin:0 20px 20px 20px;}
#settings .row .col_1_2 .row_button{border-top:1px solid #e1e1e1;width:100%;text-align:left;padding:20px;}
#settings .row .col_2_2{width:calc(100% - 380px);float:right;background:#fff;box-shadow:3px 3px 0 rgba(0,0,0,0.02);border:1px solid #dbdbdb;border-radius:0px;padding:20px;}
#settings .row .col_2_2 .row{display:table;width:100%;text-align:left;margin-bottom:0;}
#settings .row .col_2_2 .row label{font-size:14px;margin:0 0 5px 0;display:block;color:#979797;width:100%;}
#settings .row .col_2_2 .row .input{border:1px solid #e1e1e1;background:#fff;padding:5px;border-radius:0px;display:block;margin-bottom:20px;width:100%;position:relative;}
#settings .row .col_2_2 .row .input.disabled{padding:0;}
#settings .row .col_2_2 .row .input #show1, #settings .row .col_2_2 .row .input #show2{position:absolute;top:10px;right:10px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-337px -41px;width:25px;height:20px;display:block;text-indent:-9999px;cursor:pointer;}
#settings .row .col_2_2 .row .input input{border:0;font-family:'Karla', sans-serif;font-size:14px;width:100%;padding:5px;line-height:1.5;}
#settings .row .col_2_2 .row .input.disabled input{padding:10px;}
#settings .row .col_2_2 .row .input input:disabled{background:#f8f8f8;color:#999;}
#settings .row .col_2_2 .row .input input::-webkit-input-placeholder{font-size:14px;color:#ccc; }
#settings .row .col_2_2 .row .input input::-moz-placeholder{font-size:14px;color:#ccc;}
#settings .row .col_2_2 .row .input input:-ms-input-placeholder{font-size:14px;color:#ccc;}
#settings .row .col_2_2 .row .input input:-moz-placeholder{font-size:14px;color:#ccc;}
#settings .row .col_2_2 .row .input select{border:0;font-family:'Karla', sans-serif;font-size:14px;width:100%;padding:5px;}
#settings .row .col_2_2 .row .input textarea{border:0;font-family:'Karla', sans-serif;font-size:14px;width:100%;height:150px;resize:vertical;padding:5px;}
#settings .row .col_2_2 .row.url{}
#settings .row .col_2_2 .row.url .input{position:relative;padding-left:150px;padding-right:200px;}
#settings .row .col_2_2 .row.url .input .url_path{background:#f8f8f8;border-right:1px solid #dbdbdb;position:absolute;top:0;bottom:0;left:0;padding:14px 15px 0 15px;border-radius:0px 0 0 3px;font-size:14px;color:#999;}
#settings .row .col_2_2 .row.url .input .button{background:#4c1cbc;color:#fff;font-weight:bold;position:absolute;top:3px;bottom:3px;right:3px;padding:11px 21px 10px;border-radius:0px;font-size:14px;}
#settings .row .col_2_2 .row.url .input .result{display:none;}
#settings .row .col_2_2 .row.url .input .result.available{width:14px;height:16px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-260px -94px;position:absolute;right:100px;top:13px;text-indent:-9999px;}
#settings .row .col_2_2 .row.url .input .result.unavailable{width:14px;height:16px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-277px -94px;position:absolute;right:100px;top:13px;text-indent:-9999px;}
#settings .row .col_2_2 .row .checkbox_group{overflow:hidden;}
#settings .row .col_2_2 .row .checkbox_group input{display:inline-table;width:auto;float:left;margin-bottom:20px;}
#settings .row .col_2_2 .row .checkbox_group label{font-size:14px;margin:2px 0 5px 6px;color:#524e4e;width:auto;display:inline-table;float:left;}
#settings .row .button{position:relative;top:auto;left:auto;display:table;right:auto;border:0;font-family:'Karla', sans-serif;font-size:14px;color:#fff;padding:12px 20px;font-weight:700;line-height:1;border-radius:0px;cursor:pointer;}
#settings .row .button:hover{opacity:0.7;}
#settings .row .button.save{background:#20b555;}
#settings .row .button.delete{background:#e8492f;}
#settings .row .button.reset{background:#4c1cbc;position:absolute;top:30px;right:30px;}
#settings h2{text-align:left;font-size:18px;margin:0 0 30px 0;padding:0;}
#settings .row .col_1_2 h2{padding:20px 20px 0 20px;margin-bottom:5px;}
#settings .row .col_1_2 p{font-size:13px;margin:0;padding:0 20px 0 20px;text-align:left;}
#settings .delete_account{font-size:12px;padding:0 10px 0 10px;text-align:right;margin:0 0 0 auto;text-decoration:underline;color:#aaa;cursor:pointer;}
#settings .delete_account:hover{opacity:0.6;}

#my-ratings{background:#fcfcfc;padding:40px 0;}
#my-ratings h1{text-align:left;display:table;margin:0 0 30px 0;color:#5864b0;font-family:'Open Sans', sans-serif;font-size:18px;font-weight:700;}
#my-ratings .ratings_box{}
#my-ratings .ratings_box .row .first{font-size:12px;font-family:'Karla', sans-serif;color:#524e4e;text-transform:uppercase;font-weight:600;letter-spacing:1px;text-align:left;margin-top:-10px;}
#my-ratings .ratings_box .clear{clear:both;}
#my-ratings .ratings_box .rating_list{}
#my-ratings .ratings_box .rating_list .tile{background:#fff;box-shadow:3px 3px 0 rgba(0,0,0,0.02);border:1px solid #dbdbdb;border-radius:0px;padding:20px;width:calc(25% - 15px);float:left;display:block;margin-right:20px;margin-bottom:20px;}
#my-ratings .ratings_box .rating_list .tile:nth-child(4n){margin-right:0;}
#my-ratings .ratings_box .rating_list .tile:nth-child(4n +1){clear:left;}
#my-ratings .ratings_box .rating_list .tile .ico_data{width:100%;display:block;overflow:hidden;}
#my-ratings .ratings_box .rating_list .tile .ico_data .image_box{float:left;width:56px;height:56px;padding:2px;border:1px solid #e1e1e1;background:#fff;border-radius:0px;overflow:hidden;}
#my-ratings .ratings_box .rating_list .tile .ico_data .content{float:left;width:calc(100% - 66px);margin-left:10px;margin-top:0;}
#my-ratings .ratings_box .rating_list .tile .ico_data .premium{font-weight:700;font-size:12px;color:#fff;border-radius:0px;padding:3px 6px;margin:-1px 5px 0 0;text-transform:uppercase;background:#eab63d url("../images/sprite.svg") no-repeat;background-size:300px 300px;background-position:-243px -29px;text-indent: -9999px;display:table;float:left;width:15px;height:15px;}
#my-ratings .ratings_box .rating_list .tile .ico_data a.image{text-decoration:none;height:50px;width:50px;border-radius:0px;background-repeat:no-repeat;background-position:center center;display:block;position:relative;background-size:50px 50px;}
#my-ratings .ratings_box .rating_list .tile .ico_data a.name:link, #my-ratings .ratings_box .rating_list .tile .ico_data a.name:visited, #my-ratings .ratings_box .rating_list .tile .ico_data a.name:active{font-weight:700;text-align:left;margin:5px 0 0 0;padding:0;font-size:14px;text-decoration:none;color:#3b3b3b;display:table;}
#my-ratings .ratings_box .rating_list .tile .ico_data p{font-size:13px;line-height:1.15;padding:0;margin:3px 0 0 0;text-align:left;}
#my-ratings .ratings_box .rating_list .tile .ico_data a:hover, #my-ratings .ratings_box .rating_list .tile .ico_data a:visited:hover{opacity:0.6;}
#my-ratings .ratings_box .rating_list .tile .ratings{width:100%;display:block;text-align:left;}
#my-ratings .ratings_box .rating_list .tile .ratings .col_1_3{width:calc(33.33% - 7px);margin-right:10px;float:left;margin-top:3px;margin-bottom:10px;text-align:left;}
#my-ratings .ratings_box .rating_list .tile .ratings .col_1_3 label{display:block;width:100%;font-size:10px;color:#a4a4a4;text-transform:uppercase;margin:0 0 5px 0;font-weight:400;text-align:left;}
#my-ratings .ratings_box .rating_list .tile .ratings .col_1_3 .select{display:block;border:1px solid #e1e1e1;background:#fff;padding:5px;border-radius:0px;;width:100%;}
#my-ratings .ratings_box .rating_list .tile .ratings .col_1_3 .select select{border:0;font-family:'Karla', sans-serif;font-size:14px;width:100%;}
#my-ratings .ratings_box .rating_list .tile .ratings .col_1_3:last-child{margin-right:0;}
#my-ratings .ratings_box .rating_list .tile .ratings .textarea{clear:left;display:block;border:1px solid #e1e1e1;background:#fff;padding:5px;border-radius:0px;width:100%;}
#my-ratings .ratings_box .rating_list .tile .ratings .textarea textarea{border:0;font-family:'Karla', sans-serif;font-size:14px;width:100%;height:90px;resize:vertical;}
#my-ratings .ratings_box .rating_list .tile .ratings .button{position:relative;top:auto;display:table;border:0;font-family:'Karla', sans-serif;font-size:14px;color:#fff;padding:10px 15px;width:auto;margin:15px auto 0 auto;font-weight:700;line-height:1;border-radius:0px;cursor:pointer;}
#my-ratings .ratings_box .rating_list .tile .ratings .button:hover{opacity:0.7;}
#my-ratings .ratings_box .rating_list .tile .ratings .button.green{background:#20b555;}
#my-ratings .ratings_box .rating_list .tile .row.reviewError {display: flex;}
#my-ratings .ratings_box .rating_list .tile .row.reviewError span {flex: 1; margin-top: 15px; font-size: 6pt;}
#my-ratings .ratings_box .rating_list .tile .row.reviewError img{width: 20px; height: 20px; align-self: center; margin-right: 10px;}
#my-ratings .ratings_box .rating_list .tile .row .textarea.reviewError{border: 2px solid #EF6061; background-color: #fffbfb;}
#my-ratings .ratings_box .rating_list .tile .row .textarea.reviewError textarea{background-color: #fffbfb;}

#latest-icos{background:#fcfcfc;padding:40px 0;}
#latest-icos h1{text-align:left;display:table;margin:0 0 30px 0;color:#5864b0;font-family:'Open Sans', sans-serif;font-size:18px;font-weight:700;}
#latest-icos .ico_list{text-align:left;width:100%;}
#latest-icos .ico_list table{border-collapse:collapse;width:100%;}
#latest-icos .ico_list table tr{width:100%;}
#latest-icos .ico_list table tr th{border-bottom:1px solid #e1e1e1;padding:10px 10px;font-size:12px;font-family:'Karla', sans-serif;color:#524e4e;text-transform:uppercase;letter-spacing:1px;}
#latest-icos .ico_list table tr td{border-bottom:1px solid #e1e1e1;padding:10px 10px;font-size:13px;}
#latest-icos .ico_list table tr td.ico_data{width:60%;}
#latest-icos .ico_list table tr th:first-child, #latest-icos .ico_list table tr td:first-child{padding-left:0;}
#latest-icos .ico_list table tr th:last-child, #latest-icos .ico_list table tr td:last-child{padding-right:0;text-align:right;}

#latest-icos .ico_list table tr td .button{display:inline-block;padding:8px 10px;border-radius:0px;color:#fff;font-weight:bold;font-size:14px;margin:10px 0 10px 10px;cursor:pointer;text-decoration:none;}
#latest-icos .ico_list table tr td .button.green{background:#68b541;}
#latest-icos .ico_list table tr td .button.red{background:#ea5420;}
#latest-icos .ico_list table tr td .button:hover{opacity:0.8;}
#latest-icos .ico_list table tr td .image_box{float:left;width:56px;height:56px;padding:2px;border:1px solid #e1e1e1;background:#fff;border-radius:0px;overflow:hidden;}
#latest-icos .ico_list table tr td .content{float:left;width:calc(100% - 66px);margin-left:10px;}
#latest-icos .ico_list table tr td .premium{font-weight:700;font-size:12px;color:#fff;border-radius:0px;padding:3px 6px;margin:-1px 5px 0 0;text-transform:uppercase;background:#eab63d url("../images/sprite.svg") no-repeat;background-size:300px 300px;background-position:-243px -29px;text-indent: -9999px;display:table;float:left;width:15px;height:15px;}
#latest-icos .ico_list table tr td a.image{text-decoration:none;height:50px;width:50px;border-radius:0px;background-repeat:no-repeat;background-position:center center;display:block;position:relative;background-size:50px 50px;image-rendering: -webkit-optimize-contrast;}
#latest-icos .ico_list table tr td a.name:link, #latest-icos .ico_list table tr td a.name:visited, #latest-icos .ico_list table tr td a.name:active{font-weight:700;text-align:left;margin:5px 0 0 0;padding:0;font-size:14px;text-decoration:none;color:#3b3b3b;display:table;}
#latest-icos .ico_list table tr td p{font-size:13px;line-height:1.0;padding:0;margin:3px 0 0 0;text-align:left;}
#latest-icos .ico_list table tr td .progress{float:left;width:80px;height:5px;border-radius:10px;background:#e1e1e1;margin:5px 0 0 0}
#latest-icos .ico_list table tr td .progress .green{height:5px;border-radius:10px 0 0 10px;background:#68b541;}
#latest-icos .ico_list table tr td .percent{width:35px;float:left;font-size:13px;text-align:left;margin:0 0 0 10px}
#latest-icos .ico_list table tr td .rate{font-weight:700;font-size:12px;background:#222;color:#fff;border-radius:0px;padding:4px 6px;display:inline-block;}
#latest-icos .ico_list table tr td .color0{background:#ea5420;}
#latest-icos .ico_list table tr td .color1{background:#ea5420;}
#latest-icos .ico_list table tr td .color2{background:#ee7c17;}
#latest-icos .ico_list table tr td .color3{background:#eeaa17;}
#latest-icos .ico_list table tr td .color4{background:#a3bf43;}
#latest-icos .ico_list table tr td .color5{background:#68b541;}
#latest-icos .ico_list table tr td .trading{background:#4c1cbc;text-transform:uppercase;padding:5px 4px 4px 6px;}
#latest-icos .ico_list table tr td .ended{background:#8a8686;text-transform:uppercase;padding:5px 4px 4px 6px;}
#latest-icos .ico_list table tr td .shw{display:none;}

#latest-icos .ico_list table tr .ico_roi{width:60%;}
#latest-icos .ico_list table tr .roi_col{width:120px;text-align:center;}
#latest-icos .ico_list table tr th.roi_col:last-child, #page #category .row .ico_list table tr td.roi_col:last-child{text-align:center;}
#latest-icos .ico_list table tr .roi_yellow{font-weight:700;color:#eeaa17;font-size:14px;display:inline;}
#latest-icos .ico_list table tr .roi_gray{font-weight:700;color:#bbb;font-size:14px;display:inline;}
#latest-icos .ico_list table tr .roi_red{font-weight:700;color:#ea5420;font-size:14px;display:inline;}
#latest-icos .ico_list table tr .roi_green{font-weight:700;color:#68b541;font-size:14px;display:inline;}

#latest-icos .pages{text-align:right;margin:20px 0 20px auto;overflow:hidden;}
#latest-icos .pages .num{display:inline-block;padding:6px 8px;font-size:12px;cursor:pointer;color:#524e4e;text-decoration:none;margin:0 2px;}
#latest-icos .pages .num:hover{background:#e1e1e1;border-radius:0px;}
#latest-icos .pages .num.selected{color:#fff;font-weight:bold;background:#5864b0;border-radius:0px;cursor:default;}
#latest-icos .pages .num.selected:hover{background:#5864b0;}
#latest-icos .pages .dots{display:inline-block;padding:6px 8px;font-size:12px;color:#524e4e;text-decoration:none;}
#latest-icos .pages .back{display:inline-block;padding:6px 8px;font-size:12px;cursor:pointer;color:#524e4e;text-decoration:none;}
#latest-icos .pages .back:hover{background:#e1e1e1;border-radius:0px;}
#latest-icos .pages .back.disabled{color:#bbb;cursor:default;}
#latest-icos .pages .back.disabled:hover{background:transparent;}
#latest-icos .pages .next{display:inline-block;padding:6px 8px;font-size:12px;cursor:pointer;color:#524e4e;text-decoration:none;}
#latest-icos .pages .next:hover{background:#e1e1e1;border-radius:0px;}
#latest-icos .pages .next.disabled{color:#bbb;cursor:default;}
#latest-icos .pages .next.disabled:hover{background:transparent;}

#user_profile_header{background:#f8f8f8;border-bottom:1px solid #dbdbdb;padding:30px 0;display:flex;}
#user_profile_header .image{float:left;width:120px;height:120px;border-radius:120px;position:relative;}
#user_profile_header .image img{width:120px;height:120px;border-radius:120px;}
#user_profile_header .image .title{position:absolute;bottom:0;left: 50%;transform: translateX(-50%);margin:0 auto;background:#4c1cbc;padding:4px 5px 5px 7px;border-radius:0px;color:#fff;font-size:10px;font-weight:bold;text-transform:uppercase;letter-spacing:2px;}
.user-badge {
    background:#fc2a56;
    padding:1px 4px;
    border-radius:0px;
    color:#fff;
    font-size:10px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:2px;
}
#user_profile_header .image .title.veteran, .user-badge.veteran{background:#fff;color:#5e59b4;border:1px solid #5e59b4;letter-spacing:1px;}

#page #category .row .ico_list table tr td .user-badge {
    letter-spacing:0;
    margin-left:3px;
    top:-2px;
}

#user_profile_header .profile_data{float:left;text-align:left;width:calc(100% - 420px);margin:20px 0 20px 20px;}
#user_profile_header .profile_data h1{color:#1c1c1c;font-size:24px;font-weight:600;font-family:'Karla', sans-serif;text-align:left;margin:0;padding:0;line-height:1.3;float:left;}
#user_profile_header .profile_data h1 a { color:#1c1c1c; text-decoration:none; }
#user_profile_header .profile_data .kyc_badge, #page #experts .row .expert_data h3 .kyc_badge, #page #category .row .ico_list table tr td .kyc_badge{display:block;width:24px;height:24px;;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-348px -90px;float:left;margin:4px 0 0 5px;}
#user_profile_header .profile_data .blogger_badge, #page #experts .row .expert_data h3 .blogger_badge, #page #category .row .ico_list table tr td .blogger_badge{display:block;width:24px;height:24px;;background:url("../images/blogger-icon.svg") no-repeat;background-size:24px 24px;background-position:0 0;float:left;margin:4px 0 0 5px;}
.people_ranking{border:2px solid #4c1cbc;color:#4c1cbc;font-size:11px;font-weight:bold;padding:4px 4px 5px 4px;float:left;line-height:1;display:block;margin:3px 6px 0 0;font-family:'Open Sans', sans-serif;text-transform:uppercase;}
.people_ranking.rank_1{border:2px solid #bfa664;color:#bfa664;}
.people_ranking.rank_2{border:2px solid #a3a9af;color:#a3a9af;}
.people_ranking.rank_3{border:2px solid #ba7562;color:#ba7562;}
.people_ranking.rank_10{border:2px solid #4c1cbc;color:#4c1cbc;}
.people_ranking.rank_20{border:2px solid #4c1cbc;color:#4c1cbc;}
.people_ranking.rank_30{border:2px solid #4c1cbc;color:#4c1cbc;}
.people_ranking.rank_40{border:2px solid #4c1cbc;color:#4c1cbc;}
.people_ranking.rank_50{border:2px solid #4c1cbc;color:#4c1cbc;}
#user_profile_header .profile_data h2{color:#646464;font-size:16px;font-weight:400;font-family:'Karla', sans-serif;text-align:left;margin:0;padding:0;line-height:1.3;}
#user_profile_header .profile_data .links{overflow:hidden;display:block;padding-top:15px;}
#user_profile_header .profile_data .links .location{float:left;margin-right:20px;color:#aeaeae;font-size:16px;}
#user_profile_header .profile_data .links .location .icon{width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-374px -39px;text-decoration:none;text-indent:-99999px;float:left;margin-right:0;margin-top:-3px;}
#user_profile_header .profile_data .links a{margin-right:5px;vertical-align: middle;}
#user_profile_header .profile_data .links .twitter{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-179px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#user_profile_header .profile_data .links .facebook{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-197px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#user_profile_header .profile_data .links .vk{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-302px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#user_profile_header .profile_data .links .slack{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-218px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#user_profile_header .profile_data .links .reddit{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-280px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#user_profile_header .profile_data .links .www{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-240px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#user_profile_header .profile_data .links .bitcointalk{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-259px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#user_profile_header .profile_data .links .github{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-324px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#user_profile_header .profile_data .links .medium{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-347px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#user_profile_header .profile_data .links .telegram{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-366px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#user_profile_header .profile_data .links .linkedin{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-367px -22px;text-decoration:none;text-indent:-99999px;margin-right:10px;}

#page #experts .row .expert_data h3 .kyc_badge,
#page #category .row .ico_list table tr td .kyc_badge{
    float:none;
    display:inline-block;
    margin:0 0 -1px 3px;
    width:13px;
    height:13px;
    background-size: 200px 200px;
    background-position: -174px -45px;
}
#page #experts .row .expert_data h3 .kyc_badge {
    margin:0 0 -1px 5px;
    width:16px;
    height:16px;
    background-size: 250px 250px;
    background-position: -217px -56px;
}
#page #experts .row .expert_data h3 .kyc_badge:after,
#page #category .row .ico_list table tr td .kyc_badge:after {
    left:1px;
}
#page #category .row .ico_list table tr td .blogger_badge {
    float:none;
    display:inline-block;
    margin:0 0 -1px 3px;
    width:13px;
    height:13px;
    background-size: 13px 13px;
    background-position: 0 0;
}

#user_profile_header .profile_data .links .twitter:hover{opacity:0.5;}
#user_profile_header .profile_data .links .facebook:hover{opacity:0.5;}
#user_profile_header .profile_data .links .slack:hover{opacity:0.5;}
#user_profile_header .profile_data .links .reddit:hover{opacity:0.5;}
#user_profile_header .profile_data .links .www:hover{opacity:0.5;}
#user_profile_header .profile_data .links .bitcointalk:hover{opacity:0.5;}
#user_profile_header .profile_data .links .github:hover{opacity:0.5;}
#user_profile_header .profile_data .links .medium:hover{opacity:0.5;}
#user_profile_header .profile_data .links .telegram:hover{opacity:0.5;}
#user_profile_header .profile_data .links .linkedin:hover{opacity:0.5;}

#user_profile_header .big_button{float:right;background:#4c1cbc;border-radius:40px;padding:15px 35px;color:#fff;font-weight:bold;font-size:18px;display:table;text-decoration:none;width:220px;margin:10px 40px 0 0;}
#user_profile_header .big_button.edit{background:#b4b4b4;}
#user_profile_header .big_button:hover{opacity:0.7;}

#user_profile_content{padding:0px;display:flex;}
#user_profile_content .left{float:left;width:calc(100% - 360px);text-align:left;}
#user_profile_content .left h3{color:#1c1c1c;font-size:24px;font-weight:600;font-family:'Karla', sans-serif;text-align:left;margin:0 0 30px 0;padding:0;line-height:1.3;}
#user_profile_content .left h4{color:#1c1c1c;font-size:18px;font-weight:bold;font-family:'Karla', sans-serif;text-align:left;margin:0 0 15px 0;padding:0;line-height:1.3;}
#user_profile_content .left p{color:#646464;font-size:14px;font-weight:400;font-family:'Karla', sans-serif;text-align:left;margin:0 0 40px 0;padding:0;line-height:1.5;}
#user_profile_content .left .tags{overflow:hidden;margin-bottom:40px;}
#user_profile_content .left .tags .tag{border-radius:50px;border:0px solid #dbdbdb;padding:10px 15px;background:#4c1cbc;color:#ffffff;font-size:14px;font-weight:400;font-family:'Karla', sans-serif;float:left;margin:0 10px 10px 0;}
#user_profile_content .left .tags .tag a{color:#ffffff;}
#user_profile_content .left .icos{overflow:hidden;margin-bottom:40px;}
#user_profile_content .left .icos .row{border-bottom:1px solid #dbdbdb;padding-bottom:15px;margin-bottom:15px;width:100%;overflow:hidden;}
#user_profile_content .left .icos .row .ico{border:0px solid #dbdbdb;padding:0px;border-radius:0px;float:left;line-height:0;position:relative;width:58px;overflow:hidden;height:58px;}
#user_profile_content .left .icos .row .ico:hover{opacity:0.7;}
#user_profile_content .left .icos .row .ico img{width:50px;height:50px;}
#user_profile_content .left .icos .row .text{float:left;width:calc(100% - 78px);margin-left:20px;}
#user_profile_content .left .icos .row .text .group{font-weight:bold;font-size:16px;color:#333;margin-top:10px;display:table;text-decoration:none;}
#user_profile_content .left .icos .row .text .group:hover{opacity:0.7;}
#user_profile_content .left .icos .row .text .title{font-size:14px;color:#999;margin-top:3px;}

#user_profile_content .left .timeline{border-left:3px solid #e1e1e1;width:100%;}
#user_profile_content .left .timeline .milestone{margin:0 0 15px -9px;position:relative;width:calc(100% + 9px);overflow:hidden;}
#user_profile_content .left .timeline .milestone .dot{width:15px;height:15px;border:3px solid #e1e1e1;background:#fff;border-radius:10px;float:left;}
#user_profile_content .left .timeline .milestone .date{margin-left:10px;color:#cdcdcd;font-weight:bold;text-transform:uppercase;font-size:13px;font-family:'Karla', sans-serif;float:left;}
#user_profile_content .left .timeline .rating{margin:0 0 15px 15px;overflow:hidden;}
#user_profile_content .left .timeline .rating .info{width:70%;float:left;overflow:hidden;}
#user_profile_content .left .timeline .rating .info .image{border:0px solid #dbdbdb;width:40px;height:40px;border-radius:0px;float:left;}
#user_profile_content .left .timeline .rating .info .image img{margin:2px;width:34px;height:34px;}
#user_profile_content .left .timeline .rating .info .text{width:calc(100% - 60px);float:left;margin-left:20px;margin-top:2px;}
#user_profile_content .left .timeline .rating .info .text .name{font-weight:700;font-size:16px;color:#000;text-decoration:none;}
#user_profile_content .left .timeline .rating .info .text .tag{font-weight:400;font-size:12px;color:#a4a4a4;margin-top:3px;text-decoration:none;}
#user_profile_content .left .timeline .rating .rates{width:calc(30% - 20px);float:right;overflow:hidden;}
#user_profile_content .left .timeline .rating .rates .col_3{width:33.33%;float:left;font-weight:700;font-size:18px;color:#000;text-align:center;}
#user_profile_content .left .timeline .rating .rates .col_3 label{font-size:10px;color:#a4a4a4;text-transform:uppercase;display:block;margin:2px 0 0 0;font-weight:400;}

#user_profile_content .left .timeline .more{border-left:3px dashed #fff;padding:15px 0;margin:0 0 0 -3px;position:relative;width:calc(100% + 3px);overflow:hidden;}
#user_profile_content .left .timeline .more .button_more{background:#4c1cbc;margin:0 auto 0 15px;display:table;border-radius:0px;padding:10px 15px;color:#fff;font-weight:bold;font-size:14px;cursor:pointer;}
#user_profile_content .left .timeline .more .button_more:hover{opacity:0.7;}
#user_profile_content .left .timeline .end{margin:0 0 15px -9px;position:relative;width:calc(100% + 9px);overflow:hidden;}
#user_profile_content .left .timeline .end .dot{width:15px;height:0;border-bottom:3px solid #e1e1e1;background:#fff;float:left;}
#user_profile_content .left .loader,#user_profile_content .left .loader:before,#user_profile_content .left .loader:after {border-radius:50%;width:1.25em;height:1.25em;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation: load7 1.8s infinite ease-in-out;animation: load7 1.8s infinite ease-in-out;}
#user_profile_content .left .loader{color:#4c1cbc;font-size:10px;margin:0 0 20px 60px;position:relative;text-indent:-9999em;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform: translateZ(0);-webkit-animation-delay:-0.16s;animation-delay: -0.16s;}
#user_profile_content .left .loader:before,#user_profile_content .left .loader:after{content:'';position:absolute;top:0;}
#user_profile_content .left .loader:before{left:-1.75em;-webkit-animation-delay:-0.32s;animation-delay:-0.32s;}
#user_profile_content .left .loader:after{left:1.75em;}
@-webkit-keyframes load7 {0%,  80%,  100% { box-shadow: 0 1.25em 0 -0.65em; } 40% { box-shadow: 0 1.25em 0 0; }}
@keyframes load7 {0%, 80%, 100% { box-shadow: 0 1.25em 0 -0.65em; } 40% { box-shadow: 0 1.25em 0 0; }}

#user_profile_content .right{float:right;width:300px;text-align:left}
#user_profile_content .right h3{color:#1c1c1c;font-size:18px;font-weight:bold;font-family:'Karla', sans-serif;text-align:left;margin:0 0 15px 0;padding:0;line-height:1.3;}
#user_profile_content .right h3 .help{width:15px;height:15px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-49px -95px;display:inline-block;margin-bottom:-3px;}
#user_profile_content .right h3 .help:hover{opacity:0.5;}
#user_profile_content .right .graph_box{padding:0;margin-bottom:40px;position:relative;overflow:hidden;}
#user_profile_content .right .graph_box .rate{position:absolute;top:10px;right:5px;border-radius:0px;background:#4c1cbc;padding:10px 10px;font-size:18px;font-weight:600;font-family:'Karla', sans-serif;color:#fff;overflow: hidden;}
#user_profile_content .right .graph_box .rate .saved {background-color: white;color: black;position: absolute;left: 0;top: 0;right: 0;border: 1px solid grey;text-align: center;font-size: 10px;text-decoration: line-through;padding-top: 3px;padding-bottom: 3px;}
#user_profile_content .right .graph_box #graph{}
#user_profile_content .right .punished {height: 50px;}
#user_profile_content .right .punished img {float: left; width: 40px; margin-right: 10px;}
#user_profile_content .right .punished span {clear: both; font-size: 10px;}
#user_profile_content .right .graph_box small{color:#999;font-size:11px;margin:5px 0 0 0;line-height:1.25;display:block;text-align:right;}
#user_profile_content .right .graph_box small a:link, #user_profile_content .right .graph_box small a:visited, #user_profile_content .right .graph_box small a:active{color:#999;}
#user_profile_content .right .graph_box small a:hover, #user_profile_content .right .graph_box small a:visited:hover{color:#4c1cbc;}
#user_profile_content .right .distribution_box{border:1px solid #dbdbdb;border-radius:0px;padding:0;margin-bottom:40px;position:relative;overflow:hidden;}
#user_profile_content .right .distribution_box .col_3{width:80px;float:left;}
#user_profile_content .right .distribution_box .col_3:nth-child(1){width:100px;border-right:1px solid #dbdbdb;text-align:center;margin:15px 0;}
#user_profile_content .right .distribution_box .col_3:nth-child(2){width:100px;border-right:1px solid #dbdbdb;text-align:center;margin:15px 0;}
#user_profile_content .right .distribution_box .col_3:nth-child(3){width:65px;border-right:0;text-align:center;margin:15px 0 15px 15px;}
#user_profile_content .right .distribution_box .col_3{font-family:'Karla', sans-serif;font-size:34px;color:#222;text-align:center;margin:0;padding:0;font-weight:600;display:inline-block;line-height:1;}
#user_profile_content .right .distribution_box .col_3 small{display:block;margin:0 auto;font-size:12px;color:#999;font-family:'Karla', sans-serif;font-weight:400;line-height:1.25;}
#user_profile_content .right .distribution_box .col_3 .graphs{display:block;width:100%;padding:9px 0;}
#user_profile_content .right .distribution_box .col_3 .graphs .color0{height:3px;border-radius:0px;margin-bottom:3px;background:#ea5420;min-width:2px;}
#user_profile_content .right .distribution_box .col_3 .graphs .color1{height:3px;border-radius:0px;margin-bottom:3px;background:#ea5420;min-width:2px;}
#user_profile_content .right .distribution_box .col_3 .graphs .color2{height:3px;border-radius:0px;margin-bottom:3px;background:#ee7c17;min-width:2px;}
#user_profile_content .right .distribution_box .col_3 .graphs .color3{height:3px;border-radius:0px;margin-bottom:3px;background:#eeaa17;min-width:2px;}
#user_profile_content .right .distribution_box .col_3 .graphs .color4{height:3px;border-radius:0px;margin-bottom:3px;background:#a3bf43;min-width:2px;}
#user_profile_content .right .distribution_box .col_3 .graphs .color5{height:3px;border-radius:0px;margin-bottom:3px;background:#68b541;min-width:2px;}


#user_profile_content .right .title{overflow:hidden;position:relative;}
#user_profile_content .right .title .weight_number{position:absolute;right:0;top:3px;font-size:12px;color:#999;}
#user_profile_content .right .title .weight_number b{color:#1c1c1c;font-size:18px;}
#user_profile_content .right .weight_distribution_box{border:1px solid #dbdbdb;border-radius:0px;padding:0;margin:0;position:relative;overflow:hidden;}
#user_profile_content .right .weight_distribution_box .row{border-bottom:1px solid #ececec;padding:15px;overflow:hidden;width:100%;}
#user_profile_content .right .weight_distribution_box .row:last-child{border-bottom:0;}
#user_profile_content .right .weight_distribution_box .row label.criteria{color:#646464;font-size:14px;width:145px;float:left;text-align:left;}
#user_profile_content .right .weight_distribution_box .row .progress_bar{background:#eeeeee;width:calc(100% - 195px);float:left;margin-top:4px;border-radius:0px;height:6px;overflow:hidden;}
#user_profile_content .right .weight_distribution_box .row .progress_bar .progress{height:6px;float:left;background:#4c1cbc;background:-webkit-linear-gradient(left, #4c1cbc , #4c1cbc);background:-o-linear-gradient(right, #4c1cbc, #4c1cbc);background:-moz-linear-gradient(right, #4c1cbc, #4c1cbc);background:linear-gradient(to right, #4c1cbc , #4c1cbc);}
#user_profile_content .right .weight_distribution_box .row label.value{color:#646464;font-size:14px;width:40px;float:right;text-align:right;}
#user_profile_content .right small.weight_small{color:#999;font-size:11px;margin:10px 0 40px 0;line-height:1.25;text-align:right;display:block;}
#user_profile_content .right small.weight_small a:link, #user_profile_content .right small.weight_small a:visited, #user_profile_content .right small.weight_small a:active{color:#999;}
#user_profile_content .right small.weight_small a:hover, #user_profile_content .right small.weight_small a:visited:hover{color:#4c1cbc;}

#user_profile_content .right .people_list{border-bottom:1px solid #dbdbdb;}
#user_profile_content .right .people_list .row{overflow:hidden;margin-bottom:20px;}
#user_profile_content .right .people_list .row .image{width:70px;height:70px;border-radius:50px;overflow:hidden;float:left;}
#user_profile_content .right .people_list .row .image img{width:70px;}
#user_profile_content .right .people_list .row .user{width:calc(100% - 80px);float:left;margin-left:10px;font-size:13px;color:#8a8a8a;line-height:1.3;margin-top:12px;}
#user_profile_content .right .people_list .row .user a:link, #user_profile_content .right .people_list .row .user a:visited, #user_profile_content .right .people_list .row .user a:active{font-weight:bold;color:#1e1d1d;font-size:18px;display:table;text-decoration:none;}
#user_profile_content .right .people_list .row .user a:hover, #user_profile_content .right .people_list .row .user a:visited:hover{color:#4c1cbc;}
#user_profile_content .right .button_more{background:#4c1cbc;padding:12px 22px;border-radius:0px;color:#fff;font-weight:bold;font-size:16px;text-decoration:none;display:table;margin:20px auto 0 auto;}
#user_profile_content .right .button_more:hover{opacity:0.8;}

.notification_alert_green{display:none;background:#20b555;position:fixed;bottom:40px;right:40px;padding:20px 25px;color:#fff;font-weight:bold;border-radius:0px;opacity:0.95;z-index:105;}
.notification_alert_red{display:none;background:#e8492f;position:fixed;bottom:40px;right:40px;padding:20px 25px;color:#fff;font-weight:bold;border-radius:0px;opacity:0.95;z-index:105;}

@media (max-width: 1240px) {
    #my-ratings{padding:30px 0;}
    #my-ratings .ratings_box .rating_list .tile{width:calc(33.33% - 14px);}
    #my-ratings .ratings_box .rating_list .tile:nth-child(4n){margin-right:20px;}
    #my-ratings .ratings_box .rating_list .tile:nth-child(4n+1){clear:none;}
    #my-ratings .ratings_box .rating_list .tile:nth-child(3n){margin-right:0;}
    #my-ratings .ratings_box .rating_list .tile:nth-child(3n+1){clear:left;}
}
@media (max-width: 960px) {

}
@media (max-width: 800px) {
    #settings .row .col_1_2{width:100%;float:none;margin-bottom:10px;}
    #settings .row .col_2_2{width:100%;float:none;}

    #my-ratings .ratings_box .rating_list .tile{width:calc(50% - 10px);}
    #my-ratings .ratings_box .rating_list .tile:nth-child(3n){margin-right:20px;}
    #my-ratings .ratings_box .rating_list .tile:nth-child(3n+1){clear:none;}
    #my-ratings .ratings_box .rating_list .tile:nth-child(2n){margin-right:0;}
    #my-ratings .ratings_box .rating_list .tile:nth-child(2n+1){clear:left;}

    #user_profile_header .profile_data{width:calc(100% - 140px);}
    #user_profile_header .big_button{float:none;margin:0 0 0 20px;padding:10px 25px;font-size:14px;width:auto;clear:both;}
    #user_profile_content .left{width:100%;float:none;margin:0px;}
    #user_profile_content .right{width:100%;float:none;margin:0 0 0 0;}
}
@media (max-width: 740px) {
    #user_profile_content{padding:0;}
    .header-search-wrapper{display: none;}

}
@media (max-width: 600px) {
    header #profile .data{display:none;}
    nav#bottom_menu .frame{margin:0;width:100%;}
    nav#bottom_menu #bottom_hamburger{width:30px;height:30px;margin:10px;float:right;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-98px -128px;cursor:pointer;}
    nav#bottom_menu #bottom_hamburger:hover{opacity:0.7;}
    nav#bottom_menu #bottom_hamburger_open{display:none;border-top:1px solid #dbdbdb;}
    nav#bottom_menu #bottom_hamburger_open.display{display:table;width:100%;}
    nav#bottom_menu #bottom_hamburger_open .left{float:none;width:100%;margin:0;}
    nav#bottom_menu #bottom_hamburger_open .right{float:none;width:100%;margin:0;}
    nav#bottom_menu #bottom_hamburger_open .link{width:100%;border-bottom:1px solid #dbdbdb;padding:15px;font-size:14px;}
    nav#bottom_menu #bottom_hamburger_open .link:last-child{border-bottom:0;}
    nav#bottom_menu #bottom_hamburger_open .link:hover{background:#fcfcfc;}

    #user_profile_header{padding:20px 0;}
    #user_profile_header .image{width:60px;height:60px;}
    #user_profile_header .image img{width:60px;height:60px;}
    #user_profile_header .image .title{font-size:8px;bottom:-10px;}
    #user_profile_header .profile_data h1{font-size:20px;}
    #user_profile_header .profile_data .people_ranking{margin-top:1px;}
    #user_profile_header .profile_data h2{font-size:16px;}
    #user_profile_header .profile_data{width:100%;margin:30px 0 0 0px;}
    #user_profile_header .profile_data .links{margin-bottom:20px;}
    #user_profile_header .big_button{margin:40px 0 0 20px;display:table;}
    #user_profile_content .left .tags .tag{font-size:12px;}
    #user_profile_content .left h4{font-size:14px;}
    #user_profile_content .right h3{font-size:14px;}
}
@media (max-width: 500px) {
    nav#bottom_menu .right{margin-left:15px;}
    nav#bottom_menu .left{margin-right:15px;}

    #my-ratings .ratings_box .rating_list .tile{width:100%;float:none;}
    #my-ratings .ratings_box .rating_list .tile:nth-child(n){margin-right:0;clear:none;}
}

/* Agency profile */

#agency_profile_header{background:#f8f8f8;border-bottom:1px solid #dbdbdb;padding:30px 0;display:flex;}
#agency_profile_header .image{float:left;width:88px;height:88px;border-radius:0px;border:1px solid #dbdbdb;position:relative;background:#fff;}
#agency_profile_header .image img{width:80px;height:80px;margin:3px;image-rendering:-webkit-optimize-contrast;}
#agency_profile_header .image .title{position:absolute;bottom:0;left: 50%;transform: translateX(-50%);margin:0 auto;background:#fc2a56;padding:4px 5px 4px 7px;border-radius:0px;color:#fff;font-size:12px;font-weight:bold;text-transform:uppercase;letter-spacing:2px;}
#agency_profile_header .profile_data{float:left;text-align:left;width:calc(100% - 110px);margin:0 0 0 20px;}
#agency_profile_header .profile_data h1{color:#1c1c1c;font-size:24px;font-weight:600;font-family:'Karla', sans-serif;text-align:left;margin:0;padding:0;line-height:1.3;}
#agency_profile_header .profile_data h2{color:#646464;font-size:16px;font-weight:400;font-family:'Karla', sans-serif;text-align:left;margin:0;padding:0;line-height:1.3;}
#agency_profile_header .profile_data .links{overflow:hidden;display:block;padding-top:15px;}
#agency_profile_header .profile_data .links .location{float:left;margin-right:20px;color:#aeaeae;font-weight:bold;font-size:14px;text-shadow:1px 1px 0 #fff;}
#agency_profile_header .profile_data .links .location .icon{width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-374px -39px;text-decoration:none;text-indent:-99999px;float:left;margin-right:0;margin-top:-3px;}
#agency_profile_header .profile_data .links a{float:left;margin-right:20px;}
#agency_profile_header .profile_data .links .twitter{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-179px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#agency_profile_header .profile_data .links .facebook{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-197px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#agency_profile_header .profile_data .links .vk{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-302px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#agency_profile_header .profile_data .links .slack{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-218px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#agency_profile_header .profile_data .links .reddit{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-280px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#agency_profile_header .profile_data .links .www{margin-top:-1px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-240px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#agency_profile_header .profile_data .links .bitcointalk{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-259px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#agency_profile_header .profile_data .links .github{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-324px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#agency_profile_header .profile_data .links .medium{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-347px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#agency_profile_header .profile_data .links .telegram{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-366px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#agency_profile_header .profile_data .links .linkedin{margin-top:0;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-367px -22px;text-decoration:none;text-indent:-99999px;margin-right:10px;}

#agency_profile_header .profile_data .links .twitter:hover{opacity:0.5;}
#agency_profile_header .profile_data .links .facebook:hover{opacity:0.5;}
#agency_profile_header .profile_data .links .slack:hover{opacity:0.5;}
#agency_profile_header .profile_data .links .reddit:hover{opacity:0.5;}
#agency_profile_header .profile_data .links .www:hover{opacity:0.5;}
#agency_profile_header .profile_data .links .bitcointalk:hover{opacity:0.5;}
#agency_profile_header .profile_data .links .github:hover{opacity:0.5;}
#agency_profile_header .profile_data .links .medium:hover{opacity:0.5;}
#agency_profile_header .profile_data .links .telegram:hover{opacity:0.5;}
#agency_profile_header .profile_data .links .linkedin:hover{opacity:0.5;}

#agency_profile_header .big_button{float:right;background:#4c1cbc;border-radius:40px;padding:15px 35px;color:#fff;font-weight:bold;font-size:18px;display:table;text-decoration:none;width:220px;margin:40px 40px 0 0;}
#agency_profile_header .big_button.edit{background:#b4b4b4;}
#agency_profile_header .big_button:hover{opacity:0.7;}

#agency_profile_content{padding:50px 0;display:flex;}
#agency_profile_content .left{float:left;width:calc(100% - 360px);text-align:left;}
#agency_profile_content .left h3{color:#1c1c1c;font-size:24px;font-weight:600;font-family:'Karla', sans-serif;text-align:left;margin:0 0 30px 0;padding:0;line-height:1.3;}
#agency_profile_content .left h4{color:#1c1c1c;font-size:18px;font-weight:bold;font-family:'Karla', sans-serif;text-align:left;margin:40px 0 15px 0;padding:0;line-height:1.3;}
#agency_profile_content .left p{color:#646464;font-size:14px;font-weight:400;font-family:'Karla', sans-serif;text-align:left;margin:0 0 20px 0;padding:0;line-height:1.5;}
#agency_profile_content .left ul{color:#646464;font-size:14px;font-weight:400;font-family:'Karla', sans-serif;text-align:left;margin:0 0 20px 15px;padding:0;line-height:1.5;}
#agency_profile_content .left ol{color:#646464;font-size:14px;font-weight:400;font-family:'Karla', sans-serif;text-align:left;margin:0 0 20px 15px;padding:0;line-height:1.5;}
#agency_profile_content .left ul li{color:#646464;font-size:14px;font-weight:400;font-family:'Karla', sans-serif;text-align:left;margin:0 0 10px 0;padding:0;line-height:1.5;}
#agency_profile_content .left ol li{color:#646464;font-size:14px;font-weight:400;font-family:'Karla', sans-serif;text-align:left;margin:0 0 20px 0;padding:0;line-height:1.5;}
#agency_profile_content .left p b, #agency_profile_content .left p strong, #agency_profile_content .left ul li b, #agency_profile_content .left ul li strong, #agency_profile_content .left ol li b, #agency_profile_content .left ol li strong{color:#1c1c1c;}
#agency_profile_content .left .tags{overflow:hidden;margin-bottom:40px;}
#agency_profile_content .left .tags .tag{border-radius:50px;border:1px solid #dbdbdb;padding:10px 15px;color:#646464;text-decoration:none;font-size:14px;font-weight:400;font-family:'Karla', sans-serif;float:left;margin:0 10px 10px 0;}
#agency_profile_content .left .tags .tag:hover{background:#4c1cbc;border:1px solid #4c1cbc;color:#fff;text-decoration:none;opacity:1.0;}
#agency_profile_content .left .icos table{}
#agency_profile_content .left .icos table{border-collapse:collapse;width:100%;}
#agency_profile_content .left .icos table tr{width:100%;}
#agency_profile_content .left .icos table tr th{border-bottom:1px solid #e1e1e1;padding:10px 0;font-size:12px;font-family:'Karla', sans-serif;color:#524e4e;text-transform:uppercase;letter-spacing:1px;}
#agency_profile_content .left .icos table tr td{border-bottom:1px solid #e1e1e1;padding:10px 0;font-size:13px;}
#agency_profile_content .left .icos table tr th:last-child, #agency_profile_content .left .icos table tr td:last-child{text-align:right;padding-left:20px;}
#agency_profile_content .left .icos table tr th:first-child, #agency_profile_content .left .icos table tr td:first-child{width:600px;padding-right:20px;}
#agency_profile_content .left .icos table tr td .shw{display:none;}
#agency_profile_content .left .icos table tr td .rate{font-weight:700;font-size:12px;background:#222;color:#fff;border-radius:0px;padding:4px 6px;display:inline-block;}
#agency_profile_content .left .icos table tr td .color0{background:#ea5420;}
#agency_profile_content .left .icos table tr td .color1{background:#ea5420;}
#agency_profile_content .left .icos table tr td .color2{background:#ee7c17;}
#agency_profile_content .left .icos table tr td .color3{background:#eeaa17;}
#agency_profile_content .left .icos table tr td .color4{background:#a3bf43;}
#agency_profile_content .left .icos table tr td .color5{background:#68b541;}
#agency_profile_content .left .icos table tr td .trading{background:#4c1cbc;text-transform:uppercase;padding:5px 5px 4px 6px;}
#agency_profile_content .left .icos table tr td .ended{background:#8a8686;text-transform:uppercase;padding:5px 5px 4px 6px;}
#agency_profile_content .left .icos table tr td .ico{width:56px;height:56px;border:1px solid #dbdbdb;border-radius:0px;float:left;margin:0 10px 0 0;}
#agency_profile_content .left .icos table tr td .ico img{width:50px;height:50px;margin:2px;border-radius:0;}
#agency_profile_content .left .icos table tr td .text{width:calc(100% - 68px);float:left;}
#agency_profile_content .left .icos table tr td .text .name{font-weight:bold;color:#1e1d1d;font-size:16px;display:table;text-decoration:none;}
#agency_profile_content .left .icos table tr td .text p{line-height:1.15;font-size:13px;margin:5px 0 0 0;}

#agency_profile_content .right{float:right;width:300px;text-align:left}
#agency_profile_content .right h3{color:#1c1c1c;font-size:18px;font-weight:bold;font-family:'Karla', sans-serif;text-align:left;margin:0 0 15px 0;padding:0;line-height:1.3;}
#agency_profile_content .right h3 .help{width:15px;height:15px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-49px -95px;display:inline-block;margin-bottom:-3px;}
#agency_profile_content .right h3 .help:hover{opacity:0.5;}
#agency_profile_content .right .graph_box{padding:0;margin-bottom:40px;position:relative;overflow:hidden;}
#agency_profile_content .right .graph_box .rate{position:absolute;top:10px;right:5px;border-radius:0px;background:#4c1cbc;padding:10px 10px;font-size:18px;font-weight:600;font-family:'Karla', sans-serif;color:#fff;}
#agency_profile_content .right .graph_box #graph{}
#agency_profile_content .right .graph_box small{color:#999;font-size:11px;margin:10px 0 0 0;line-height:1.25;display:table;}
#agency_profile_content .right .graph_box small a:link, #agency_profile_content .right .graph_box small a:visited, #agency_profile_content .right .graph_box small a:active{color:#4c1cbc;}
#agency_profile_content .right .graph_box small a:hover, #agency_profile_content .right .graph_box small a:visited:hover{opacity:0.6;}
#agency_profile_content .right .people_box{width:100%;display:block;margin:0 0 20px 0;overflow:hidden;}
#agency_profile_content .right .people_box .person{width:60px;height:60px;border:1px solid #dbdbdb;padding:3px;margin:0 10px 10px 0;border-radius:100px;overflow:hidden;float:left;display:block;}
#agency_profile_content .right .people_box .person:hover{opacity:0.6;}
#agency_profile_content .right .people_box .person img{width:52px;height:auto;border-radius:100px;}
#agency_profile_content .right .agencies_list{}
#agency_profile_content .right .agencies_list .row{overflow:hidden;margin-bottom:15px;border-bottom:1px solid #dbdbdb;padding-bottom:15px;}
#agency_profile_content .right .agencies_list .row .image{width:70px;height:70px;border:1px solid #dbdbdb;border-radius:0px;overflow:hidden;float:left;}
#agency_profile_content .right .agencies_list .row .image img{width:62px;height:62px;margin:3px;}
#agency_profile_content .right .agencies_list .row .agency{width:calc(100% - 80px);float:left;margin-left:10px;font-size:13px;color:#8a8a8a;line-height:1.3;margin-top:0;}
#agency_profile_content .right .agencies_list .row .agency p{margin:0;padding:0;line-height:1.15;}
#agency_profile_content .right .agencies_list .row .agency a:link, #agency_profile_content .right .agencies_list .row .agency a:visited, #agency_profile_content .right .agencies_list .row .agency a:active{font-weight:bold;color:#1e1d1d;font-size:18px;display:table;text-decoration:none;}
#agency_profile_content .right .agencies_list .row .agency a:hover, #agency_profile_content .right .agencies_list .row .agency a:visited:hover{color:#4c1cbc;}
#agency_profile_content .right .button{background:#4c1cbc;color:#fff;font-size:14px;font-weight:bold;padding:15px;border-radius:40px;display:block;margin: 0 0;text-align:center;text-decoration:none;}
#agency_profile_content .right .button:hover{opacity:0.7;}

@media (max-width: 1240px) {
    #my-ratings{padding:30px 0;}
}
@media (max-width: 960px) {

}
@media (max-width: 800px) {
    #agency_profile_header .profile_data{width:calc(100% - 140px);}
    #agency_profile_header .big_button{float:none;margin:0 0 0 138px;padding:10px 25px;font-size:14px;width:auto;clear:both;}
    #agency_profile_content .left{width:100%;float:none;margin:0 0 30px 0;}
    #agency_profile_content .right{width:100%;float:none;margin:0 0 0 0;}
}
@media (max-width: 740px) {
    #agency_profile_content{padding:30px 0;}

}
@media (max-width: 600px) {
    #agency_profile_header{padding:20px 0;}
    #agency_profile_header .image{width:60px;height:60px;}
    #agency_profile_header .image img{width:52px;height:52px;}
    #agency_profile_header .image .title{font-size:8px;bottom:-10px;}
    #agency_profile_header .profile_data h1{font-size:20px;}
    #agency_profile_header .profile_data h2{font-size:16px;}
    #agency_profile_header .profile_data{width:calc(100% - 80px);margin:0 0 0 20px;}
    #agency_profile_header .profile_data .links{margin-bottom:20px;}
    #agency_profile_header .big_button{margin:0 0 0 80px;}
    #agency_profile_content .left .tags .tag{font-size:12px;}
    #agency_profile_content .left h4{font-size:14px;}
    #agency_profile_content .right h3{font-size:14px;}
}
@media (max-width: 500px) {
    #agency_profile_content .left .icos table tr .rmv{display:none;}
    #agency_profile_content .left .icos table tr td .shw{display:block;padding:15px 0 0 67px;clear:both;}
    #agency_profile_content .left .icos table tr td .shw .shw_row{margin-bottom:10px;}
    #agency_profile_content .left .icos table tr td .shw .shw_row b{color:#010101;}
}

/* Exchange profile */

#exchange_profile_header{background:#f8f8f8;border-bottom:1px solid #dbdbdb;padding:30px 0;display:flex;}
#exchange_profile_header .image{float:left;width:88px;height:88px;border-radius:0px;border:1px solid #dbdbdb;position:relative;background:#fff;}
#exchange_profile_header .image img{width:80px;height:80px;margin:3px;image-rendering:-webkit-optimize-contrast;}
#exchange_profile_header .image .title{position:absolute;bottom:0;left: 50%;transform: translateX(-50%);margin:0 auto;background:#fc2a56;padding:4px 5px 4px 7px;border-radius:0px;color:#fff;font-size:12px;font-weight:bold;text-transform:uppercase;letter-spacing:2px;}
#exchange_profile_header .profile_data{float:left;text-align:left;width:calc(100% - 110px);margin:0 0 0 20px;}
#exchange_profile_header .profile_data h1{color:#1c1c1c;font-size:24px;font-weight:600;font-family:'Karla', sans-serif;text-align:left;margin:0;padding:0;line-height:1.3;}
#exchange_profile_header .profile_data h2{color:#646464;font-size:16px;font-weight:400;font-family:'Karla', sans-serif;text-align:left;margin:0;padding:0;line-height:1.3;}
#exchange_profile_header .profile_data .links{overflow:hidden;display:block;padding-top:15px;}
#exchange_profile_header .profile_data .links .location{float:left;margin-right:20px;color:#aeaeae;font-weight:bold;font-size:14px;text-shadow:1px 1px 0 #fff;}
#exchange_profile_header .profile_data .links .location .icon{width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-374px -39px;text-decoration:none;text-indent:-99999px;float:left;margin-right:0;margin-top:-3px;}
#exchange_profile_header .profile_data .links a{float:left;margin-right:20px;}
#exchange_profile_header .profile_data .links .twitter{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-179px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#exchange_profile_header .profile_data .links .facebook{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-197px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#exchange_profile_header .profile_data .links .vk{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-302px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#exchange_profile_header .profile_data .links .slack{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-218px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#exchange_profile_header .profile_data .links .reddit{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-280px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#exchange_profile_header .profile_data .links .www{margin-top:-1px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-240px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#exchange_profile_header .profile_data .links .bitcointalk{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-259px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#exchange_profile_header .profile_data .links .github{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-324px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#exchange_profile_header .profile_data .links .medium{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-347px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#exchange_profile_header .profile_data .links .telegram{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-366px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#exchange_profile_header .profile_data .links .linkedin{margin-top:0;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-367px -22px;text-decoration:none;text-indent:-99999px;margin-right:10px;}

#exchange_profile_header .profile_data .links .twitter:hover{opacity:0.5;}
#exchange_profile_header .profile_data .links .facebook:hover{opacity:0.5;}
#exchange_profile_header .profile_data .links .slack:hover{opacity:0.5;}
#exchange_profile_header .profile_data .links .reddit:hover{opacity:0.5;}
#exchange_profile_header .profile_data .links .www:hover{opacity:0.5;}
#exchange_profile_header .profile_data .links .bitcointalk:hover{opacity:0.5;}
#exchange_profile_header .profile_data .links .github:hover{opacity:0.5;}
#exchange_profile_header .profile_data .links .medium:hover{opacity:0.5;}
#exchange_profile_header .profile_data .links .telegram:hover{opacity:0.5;}
#exchange_profile_header .profile_data .links .linkedin:hover{opacity:0.5;}

#exchange_profile_content{padding:50px 0;display:table;overflow:hidden;width:100%;}
#exchange_profile_content table{width:100%;}
#exchange_profile_content table{border-collapse:collapse;width:100%;}
#exchange_profile_content table tr{width:100%;}
#exchange_profile_content table tr th{border-bottom:1px solid #e1e1e1;padding:10px 0;font-size:12px;font-family:'Karla', sans-serif;color:#524e4e;text-transform:uppercase;letter-spacing:1px;}
#exchange_profile_content table tr td{border-bottom:1px solid #e1e1e1;padding:10px 0;font-size:13px;}
#exchange_profile_content table tr th:last-child, #exchange_profile_content table tr td:last-child{text-align:right;padding-left:20px;}
#exchange_profile_content table tr th:first-child, #exchange_profile_content table tr td:first-child{text-align:left;width:400px;padding-right:20px;}
#exchange_profile_content table tr td .shw{display:none;}
#exchange_profile_content table tr td .roi{font-weight:700;font-size:12px;background:#aaa;color:#fff;border-radius:0px;padding:4px 6px;display:inline-block;}
#exchange_profile_content table tr td .roi.red{background:#ea5420;}
#exchange_profile_content table tr td .roi.green{background:#68b541;}
#exchange_profile_content table tr td .ico{width:46px;height:46px;border:1px solid #dbdbdb;border-radius:0px;float:left;margin:0 10px 0 0;}
#exchange_profile_content table tr td .ico img{width:40px;height:40px;margin:2px;border-radius:0;}
#exchange_profile_content table tr td .text{width:calc(100% - 68px);float:left;margin-top:14px;}
#exchange_profile_content table tr td .text .name{font-weight:bold;color:#1e1d1d;font-size:14px;display:table;text-decoration:none;}
#exchange_profile_content table tr td a:hover, #exchange_profile_content table tr td a:visited:hover{opacity:0.5;}
#exchange_profile_content small{display:table;margin:10px auto 0 0;font-size:12px;color:#999;}

#page #category .row .exchanges_list table tr td .image_box{float:left;width:86px;height:86px;padding:2px;border:1px solid #e1e1e1;background:#fff;border-radius:0px;overflow:hidden;}
#page #category .row .exchanges_list table tr td .image_box .image{width:80px;height:80px;background-size:80px 80px;}
#page #category .row .exchanges_list table tr td .content{float:left;width:calc(100% - 98px);margin-left:12px;}
#page #category .row .exchanges_list table tr td a.name:link, #page #category .row .exchanges_list table tr td a.name:visited, #page #category .row .exchanges_list table tr td a.name:active{font-size:16px;margin-top:12px;}

@media (max-width: 1240px) {

}
@media (max-width: 960px) {
    #exchange_profile_content table tr th:first-child, #exchange_profile_content table tr td:first-child{width:auto;}
}
@media (max-width: 800px) {
    #exchange_profile_header .profile_data{width:calc(100% - 140px);}
}
@media (max-width: 740px) {
    #exchange_profile_content{padding:30px 0;}
}
@media (max-width: 600px) {
    #exchange_profile_header{padding:20px 0;}
    #exchange_profile_header .image{width:60px;height:60px;}
    #exchange_profile_header .image img{width:52px;height:52px;}
    #exchange_profile_header .image .title{font-size:8px;bottom:-10px;}
    #exchange_profile_header .profile_data h1{font-size:20px;}
    #exchange_profile_header .profile_data h2{font-size:16px;}
    #exchange_profile_header .profile_data{width:calc(100% - 80px);margin:0 0 0 20px;}
    #exchange_profile_header .profile_data .links{margin-bottom:20px;}
    #exchange_profile_content table tr .rmv{display:none;}
    #exchange_profile_content table tr td .shw{display:block;padding:0 0 0 56px;clear:both;}
    #exchange_profile_content table tr td .shw .shw_row{margin-bottom:5px;}
    #exchange_profile_content table tr td .shw .shw_row b{color:#010101;}
}
@media (max-width: 500px) {

}


/* Developers */

#page #developers{overflow:hidden;padding:40px 0;}
#page #developers .left_menu{width:300px;float:left;text-align:left;}
#page #developers .left_menu h1{font-size:22px;font-family:'Karla', sans-serif;font-weight:600;color:#2f2f2f;border-bottom:1px solid #dbdbdb;padding-bottom:30px;margin:0;}
#page #developers .left_menu ul{margin:0 0 40px 0;padding:0;list-style:none;}
#page #developers .left_menu ul li{border-left:5px solid #fff;font-size:16px;font-family:'Karla', sans-serif;font-weight:400;color:#2f2f2f;padding:15px 15px 15px 20px;border-bottom:1px solid #dbdbdb;cursor:pointer;}
#page #developers .left_menu ul li.selected{border-left:5px solid #4352a7;background:#f7f7f7;cursor:default;}
#page #developers .left_menu ul li:hover{border-left:5px solid #4352a7;background:#f7f7f7;}
#page #developers .left_menu ul li a:link, #page #developers .left_menu ul li a:visited, #page #developers .left_menu ul li a:active{color:#2f2f2f;text-decoration:none;display:block;}
#page #developers .left_menu ul li a:hover, #page #developers .left_menu ul li a:visited:hover{color:#2f2f2f;text-decoration:none;}
#page #developers .left_menu p{font-size:14px;font-family:'Karla', sans-serif;font-weight:400;color:#2f2f2f;line-height:1.5;text-align:center;}
#page #developers .left_menu p b{font-size:16px;}
#page #developers .left_menu .button{background:#4c1cbc;color:#fff;font-size:14px;font-weight:bold;padding:15px 25px;border-radius:40px;display:table;margin: 0 auto 0 auto;text-align:center;text-decoration:none;}
#page #developers .left_menu .button:hover{opacity:0.7;}
#page #developers .right_content{width:calc(100% - 340px);float:right;text-align:left;}
#page #developers .right_content h2{font-size:22px;font-family:'Karla', sans-serif;font-weight:600;color:#2f2f2f;padding:0;margin:0 0 40px 0;}
#page #developers .right_content p{font-size:14px;font-family:'Karla', sans-serif;font-weight:400;color:#2f2f2f;line-height:1.5;margin:5px 0 40px 0;}
#page #developers .right_content p span.link{text-decoration:underline;cursor:pointer;}
#page #developers .right_content p span.link:hover{color:#6b76ca;}
#page #developers .right_content ul, #page #developers .right_content ol{font-size:14px;font-family:'Karla', sans-serif;font-weight:400;color:#2f2f2f;line-height:1;margin-bottom:40px;margin-top:-25px;}
#page #developers .right_content ul li, #page #developers .right_content ol li{font-size:14px;font-family:'Karla', sans-serif;font-weight:400;color:#2f2f2f;line-height:1.3;padding-bottom:15px;}
#page #developers .right_content h3{font-size:16px;font-family:'Karla', sans-serif;font-weight:bold;color:#2f2f2f;line-height:1.5;margin:0;padding:0;}
#page #developers .right_content pre code{width:100%;display:block;margin:0;padding:0;font-family: 'Inconsolata', monospace;font-size:14px;}
#page #developers .right_content pre{margin:10px 0 40px 0;width:100%;display:block;background:#f8f8f8;padding:20px;border-radius:0px;border:1px solid #dbdbdb;font-family: 'Inconsolata', monospace;overflow-x:auto;font-size:14px;}
#page #developers .right_content .inner{display:none;}
#page #developers .right_content table{border:1px solid #dbdbdb;border-spacing:0;border-radius:0px;width:100%;margin:10px 0 40px 0;}
#page #developers .right_content table tr{}
#page #developers .right_content table tr th{border-bottom:1px solid #dbdbdb;color:#2f2f2f;padding:15px;font-size:14px;}
#page #developers .right_content table tr td{border-bottom:1px solid #dbdbdb;padding:20px;font-size:14px;line-height:1.3;vertical-align:top;}
#page #developers .right_content table.aligned_middle tr td{vertical-align:middle;}
#page #developers .right_content table tr:last-child td{border-bottom:0;}
#page #developers .right_content a:link, #page #developers .right_content a:visited, #page #developers .right_content a:active{color:#4c1cbc;text-decoration:underline;}
#page #developers .right_content a:hover, #page #developers .right_content a:visited:hover{opacity:0.6;}
#page #developers .right_content table tr td .partner_logo{width:120px;display:block;height:50px;}
#page #developers .right_content table tr td .partner_logo img{width:auto;max-width:120px;height:auto;max-height:50px;}
#page #developers .right_content table tr td .partner_name{}
#page #developers .right_content table tr td .partner_url{}
#page #developers .right_content form{width:100%;margin:10px auto 0 auto;}
#page #developers .right_content form .row .border.disabled{background:#fcfcfc;}
#page #developers .right_content form .row .border span{font-size:14px;width:100%;padding:10px;display:block;}
#page #developers .right_content form .row{overflow:hidden;}
#page #developers .right_content form .col_1_2{width:calc(50% - 10px);float:left;margin-right:20px;}
#page #developers .right_content form .col_1_2:last-child{margin-right:0;}
#page #developers .right_content form .col_1_2 input[type="submit"]{margin-top:24px;}
#page #developers .right_content form .row:last-child .col_1_2 .row .border{margin-bottom:0;}
#page #developers .right_content .notification{padding:20px 25px;background:#999;color:#fff;font-weight:bold;border-radius:0px;margin:0 0 30px 0;}
#page #developers .right_content .notification.green{background:#68b541;}
#page #developers .right_content .notification.red{background:#df3c3c;}
#page #developers .right_content .notification.blue{background:#52b5e7;margin-top:10px;}

@media (max-width: 1240px) {
    #page #developers .left_menu{width:225px;}
    #page #developers .right_content{width:calc(100% - 255px);}
}
@media (max-width: 960px) {

}
@media (max-width: 800px) {

}
@media (max-width: 740px) {

}
@media (max-width: 600px) {
    #page #developers .left_menu{width:100%;float:none;}
    #page #developers .right_content{width:100%;float:none;border-top:1px solid #dbdbdb;padding-top:40px;margin-top:40px;}
}
@media (max-width: 500px) {

}

/* FAQ */

#page #faq_header{background:#f7f7f7;border-bottom:1px solid #dbdbdb;padding:40px;text-align:left;}
#page #faq_header .frame{position:relative;}
#page #faq_header h1{font-size:24px;font-weight:400;font-family:'Karla', sans-serif;color:#454545;text-align:left;margin:0;padding:0;display:table;}
#page #faq_header p{font-size:14px;font-weight:400;font-family:'Karla', sans-serif;color:#7c7c7c;text-align:left;margin:5px 0 0 0;padding:0;display:table;line-height:1.3;}
#page #faq_header .search{position:absolute;top:6px;right:0;border:1px solid #e1e1e1;background:#fff;border-radius:50px;padding:0;margin:0;width:auto;overflow:hidden;box-shadow:3px 3px 0 rgba(0,0,0,0.02);}
#page #faq_header .search input{border:0;padding:3px 0 3px 15px;font-family:'Karla', sans-serif;font-size:13px;width:150px;float:left;margin-top:3px;}
#page #faq_header .search .icon{width:30px;height:30px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-298px -35px;cursor:pointer;margin-right:5px;float:right;}
#page #faq{overflow:hidden;padding:40px;}
#page #faq .left_menu{width:300px;float:left;text-align:left;}
#page #faq .left_menu ul{margin:0 0 40px 0;padding:0;list-style:none;}
#page #faq .left_menu ul li{border-left:5px solid #fff;font-size:16px;font-family:'Karla', sans-serif;font-weight:400;color:#2f2f2f;padding:15px 15px 15px 20px;border-bottom:1px solid #dbdbdb;cursor:pointer;}
#page #faq .left_menu ul li.selected{border-left:5px solid #4352a7;background:#f7f7f7;cursor:default;}
#page #faq .left_menu ul li:hover{border-left:5px solid #4352a7;background:#f7f7f7;}
#page #faq .left_menu p{font-size:14px;font-family:'Karla', sans-serif;font-weight:400;color:#2f2f2f;line-height:1.5;text-align:center;}
#page #faq .left_menu p b{font-size:16px;}
#page #faq .left_menu .button{background:#4c1cbc;color:#fff;font-size:14px;font-weight:bold;padding:15px 25px;border-radius:40px;display:table;margin: 0 auto 0 auto;text-align:center;text-decoration:none;}
#page #faq .left_menu .button:hover{opacity:0.7;}
#page #faq .right_content{width:calc(100% - 340px);float:right;text-align:left;}
#page #faq .right_content .row{position:relative;}
#page #faq .right_content .row:hover .link{display:table;position:absolute;top:32px;right:0;width:20px;height:20px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-136px -136px;}
#page #faq .right_content h2{font-size:22px;font-family:'Karla', sans-serif;font-weight:600;color:#4c1cbc;padding:0;margin:12px 0 20px 0;}
#page #faq .right_content h3{font-size:18px;font-family:'Karla', sans-serif;font-weight:bold;color:#2f2f2f;line-height:1.15;margin:30px 0 10px 0;padding:30px 40px 0 0;border-top:1px solid #dbdbdb;}
#page #faq .right_content p{font-size:14px;font-family:'Karla', sans-serif;font-weight:400;color:#2f2f2f;line-height:1.5;margin:0 0 20px 0;}
#page #faq .right_content ul,ol{font-size:14px;font-family:'Karla', sans-serif;font-weight:400;color:#2f2f2f;line-height:1;margin-top:-10px;}
#page #faq .right_content ul li, #page #faq .right_content ol li{font-size:14px;font-family:'Karla', sans-serif;font-weight:400;color:#2f2f2f;line-height:1.5;padding-bottom:10px;}
#page #faq .right_content ul li ul, #page #faq .right_content ol li ul{margin-top:10px;}
#page #faq .right_content ul li ol, #page #faq .right_content ol li ol{margin-top:10px;}
#page #faq .right_content .inner{display:none;}
#page #faq .right_content a:link, #page #faq .right_content a:visited, #page #faq .right_content a:active{color:#4c1cbc;}
#page #faq .right_content a:hover, #page #faq .right_content a:visited:hover{opacity:0.7;}


@media (max-width: 1240px) {
    #page #faq_header{padding:30px 0;}
    #page #faq{padding:30px 0;}
}
@media (max-width: 960px) {
    #page #faq .left_menu{width:230px;}
    #page #faq .right_content{width:calc(100% - 260px);}
}
@media (max-width: 800px) {
    #page #faq .right_content .row .link{display:table;position:absolute;top:32px;right:0;width:20px;height:20px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-136px -136px;}
}
@media (max-width: 740px) {

}
@media (max-width: 600px) {
    #page #faq .left_menu{display:none;}
    #page #faq .right_content{width:100%;}
    #page #faq .right_content .inner{display:table;border-bottom:1px solid #dbdbdb;margin-bottom:20px;padding-bottom:20px;}
}
@media (max-width: 500px) {

}

#icotheque_header{background:url("../images/icotheque_1.png") no-repeat top left, url("../images/icotheque_2.png") no-repeat bottom right;background-color:#262834;padding:60px 0;}
#icotheque_header h1{color:#fff;font-size:32px;font-family:'Karla', sans-serif;font-weight:600;margin:0 auto 10px auto;text-align:center;}
#icotheque_header p{color:#9b9c9f;font-size:18px;font-family:'Karla', sans-serif;margin:0 auto 60px auto;line-height:1.3;text-align:center;width:100%;max-width:600px;}
#icotheque_header .row{overflow:hidden;}
#icotheque_header .row .col_3{width:33.33%;float:left;}
#icotheque_header .row .col_3 .image{display:block;z-index:99;width:300px;height:190px;margin:0 auto 20px auto;overflow:hidden;border-radius:0px;position:relative;text-align:center;box-shadow:0 0 40px rgba(0,0,0,0.5), 0 0 3px rgba(0,0,0,0.4);cursor:pointer;}
#icotheque_header .row .col_3 .image img{height:256px;margin:-34px auto 0 auto;}
#icotheque_header .row .col_3 .image .likes{position:absolute;bottom:10px;left:10px;background:rgba(0,0,0,0.8);padding:8px 8px 8px 26px;border-radius:0px;font-size:10px;color:#fff;font-weight:bold;}
#icotheque_header .row .col_3 .image .likes .icon{background:url("../images/sprite.svg") no-repeat;background-position:-277px -70px;background-size:400px 400px;width:12px;height:12px;position:absolute;top:7px;left:8px;}
#icotheque_header .row .col_3 .image:hover .hover_image{border-radius:40px;background:url("../images/sprite.svg") no-repeat;background-position:-302px -84px;background-color:rgba(0,0,0,0.8);background-size:400px 400px;width:45px;height:45px;position:absolute;top:72px;left:50%;margin-left:-22.5px;}
#icotheque_header .row .col_3 .text{z-index:100;}
#icotheque_header .row .col_3 .text .title{font-family:'Karla', sans-serif;color:#fff;font-weight:600;font-size:28px;text-align:center;margin:0 auto 5px auto;display:table;position:relative;padding:0 30px;}
#icotheque_header .row .col_3 .text .title .premium_icon{font-weight:700;font-size:12px;color:#fff;border-radius:0px;padding:3px 6px;text-transform:uppercase;background:#eeaa17 url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-324px -39px;text-indent: -9999px;display:inline-block;width:20px;height:20px;margin:0;position:absolute;top:4px;left:0;}
#icotheque_header .row .col_3 .text p{font-size:14px;line-height:1.3;padding:0;width:100%;max-width:256px;margin:0 auto;text-align:center;}
#icotheque_header .slick-list{overflow:hidden;}
#icotheque_header ul.slick-dots{margin:60px auto 0 auto;list-style:none;padding:0;display:table;}
#icotheque_header ul.slick-dots li{border:1px solid #575962;background:transparent;border-radius:10px;width:10px;height:10px;display:inline-table;margin:0 8px;cursor:pointer;}
#icotheque_header ul.slick-dots li:hover{border:1px solid #fff;background:#fff;}
#icotheque_header ul.slick-dots li.slick-active{border:1px solid #fff;background:#fff;cursor:default;}
#icotheque_content{background:#eeeeee;padding-bottom:60px;position:relative;}
#icotheque_content .loader_area{background:rgba(238,238,238,0.85);position:absolute;top:0;left:0;bottom:0;right:0;z-index:100;display:none;}
#icotheque_content .loader_area .ico_loader{width:150px;height:150px;background:url("../images/loader.gif") no-repeat;background-size:150px 150px;margin:170px auto 0 auto;}
#icotheque_content h2{font-family:'Karla', sans-serif;color:#222;font-weight:600;font-size:28px;text-align:center;margin:60px auto 60px auto;}
#icotheque_content .icotheque_menu{background:#fff;padding:8px 0;box-shadow:0 3px 15px rgba(0,0,0,0.02), 0 2px 1px rgba(0,0,0,0.03);display:flex;}
#icotheque_content .icotheque_menu .frame{position:relative;}
#icotheque_content .icotheque_menu .category_select{float:left;border:1px solid #dbdbdb;padding:12px 40px 12px 12px;border-radius:0px;font-size:14px;font-weight:bold;color:#3f3f3f;position:relative;cursor:pointer;}
#icotheque_content .icotheque_menu .sort_select{float:right;border:1px solid #dbdbdb;padding:12px 40px 12px 12px;border-radius:0px;font-size:14px;font-weight:bold;color:#3f3f3f;position:relative;cursor:pointer;}
#icotheque_content .icotheque_menu .category_select .arrow, #icotheque_content .icotheque_menu .sort_select .arrow{width:14px;height:8px;position:absolute;background:url("../images/sprite.svg") no-repeat;background-position:-379px -99px;background-size:400px 400px;top:16px;right:10px;}
#icotheque_content .icotheque_menu .category_menu{display:none;position:absolute;left:0;top:44px;background:#fff;border-radius:0px;border:1px solid #dbdbdb;text-align:left;list-style:none;margin:0;padding:0;height:270px;overflow-y:scroll;box-shadow:3px 3px 2px rgba(0,0,0,0.04);z-index:200;}
#icotheque_content .icotheque_menu .category_menu li{padding:12px 20px 12px 15px;font-size:14px;cursor:pointer;}
#icotheque_content .icotheque_menu .category_menu li:first-child{border-radius:0px 3px 0 0;}
#icotheque_content .icotheque_menu .category_menu li:last-child{border-radius:0 0 3px 3px;}
#icotheque_content .icotheque_menu .category_menu li:hover{background:#fcfcfc;}
#icotheque_content .icotheque_menu .sort_menu{display:none;position:absolute;right:0;top:44px;background:#fff;border-radius:0px;border:1px solid #dbdbdb;text-align:left;list-style:none;margin:0;padding:0;box-shadow:3px 3px 2px rgba(0,0,0,0.04);z-index:200;}
#icotheque_content .icotheque_menu .sort_menu li{padding:12px 20px 12px 15px;font-size:14px;cursor:pointer;}
#icotheque_content .icotheque_menu .sort_menu li:first-child{border-radius:0px 3px 0 0;}
#icotheque_content .icotheque_menu .sort_menu li:last-child{border-radius:0 0 3px 3px;}
#icotheque_content .icotheque_menu .sort_menu li:hover{background:#fcfcfc;}
#icotheque_content .list{justify-content:space-around;flex-wrap:wrap;flex-direction:row;display:flex;}
#icotheque_content .list .col{flex-direction:column;display:flex;align-items:center;width:250px;margin:0 0 60px 0;}
#icotheque_content .list .col .image{display:block;z-index:99;width:250px;height:144px;margin:0 auto 20px auto;overflow:hidden;border-radius:0px;position:relative;text-align:center;box-shadow:2px 2px 10px rgba(0,0,0,0.1);cursor:pointer;}
#icotheque_content .list .col .image img{height:196px;margin:-26px auto 0 auto;}
#icotheque_content .list .col .image .likes{position:absolute;bottom:10px;left:10px;background:rgba(0,0,0,0.8);padding:8px 8px 8px 26px;border-radius:0px;font-size:10px;color:#fff;font-weight:bold;}
#icotheque_content .list .col .image .likes .icon{background:url("../images/sprite.svg") no-repeat;background-position:-277px -70px;background-size:400px 400px;width:12px;height:12px;position:absolute;top:7px;left:8px;}
#icotheque_content .list .col .image:hover .hover_image{border-radius:40px;background:url("../images/sprite.svg") no-repeat;background-position:-302px -84px;background-color:rgba(0,0,0,0.8);background-size:400px 400px;width:45px;height:45px;position:absolute;top:50px;left:50%;margin-left:-22.5px;}
#icotheque_content .list .col .text{z-index:100;}
#icotheque_content .list .col .text .title{font-family:'Karla', sans-serif;color:#262834;font-weight:600;font-size:18px;text-align:center;margin:0 auto 5px auto;padding:0 20px;position:relative;display:table;}
#icotheque_content .list .col .text .title .premium_icon{font-weight:700;font-size:12px;color:#fff;border-radius:0px;padding:3px 6px;text-transform:uppercase;background:#eeaa17 url("../images/sprite.svg") no-repeat;background-size:370px 370px;background-position:-301px -38px;text-indent: -9999px;display:inline-block;width:15px;height:15px;position:absolute;top:2px;left:0;}
#icotheque_content .list .col .text p{font-size:14px;color:#262834;line-height:1.3;padding:0;width:100%;max-width:256px;margin:0 auto;text-align:center;}
#icotheque_content .button_load{background:#4c1cbc;border-radius:50px;padding:15px 25px;margin:0 auto 0 auto;text-align:center;color:#fff;font-size:14px;font-weight:bold;cursor:pointer;display:table;}
#icotheque_content .button_load:hover{opacity:0.6;}

.icotheque_popup_background{display:none;background:rgba(38,40,52,0.9);position:fixed;top:0;left:0;bottom:0;right:0;z-index:300;}
.icotheque_popup{display:none;position:absolute;top:100px;width:660px;left:50%;margin-left:-330px;color:#fff;z-index:301;text-align:center;}
.icotheque_popup .close{width:37px;height:37px;background:url("../images/sprite.svg") no-repeat;background-position:-360px -124px;background-size:400px 400px;top:-5px;right:0;position:absolute;cursor:pointer;}
.icotheque_popup .close:hover{opacity:0.6;}
.icotheque_popup .title{text-align:center;font-family:'Karla', sans-serif;color:#fff;font-weight:600;font-size:26px;margin:0 auto 5px auto;padding:0 20px;position:relative;display:table;}
.icotheque_popup .title .premium_icon{font-weight:700;font-size:12px;color:#fff;border-radius:0px;padding:3px 6px;text-transform:uppercase;background:#eeaa17 url("../images/sprite.svg") no-repeat;background-size:370px 370px;background-position:-301px -38px;text-indent: -9999px;display:inline-block;width:15px;height:15px;position:absolute;top:2px;left:0;}
.icotheque_popup p{font-size:18px;color:#9b9c9f;line-height:1.3;padding:0;margin:0 auto;text-align:center;}
.icotheque_popup .video{background:#262834;margin:30px auto 0 auto;box-shadow:0 0 40px rgba(0,0,0,0.5), 0 0 3px rgba(0,0,0,0.4);border-radius:0px;position:relative;padding:0;width:auto;}
.icotheque_popup .row_likes{position:relative;width:auto;display:table;margin:0 auto;}
.icotheque_popup .likes{width:auto;padding:5px 5px 5px 20px;margin:0 auto;display:table;font-size:14px;color:#fff;font-weight:400;}
.icotheque_popup .likes .icon{background:url("../images/sprite.svg") no-repeat;background-position:-277px -70px;background-size:400px 400px;width:12px;height:12px;position:absolute;top:5px;left:0;}
.icotheque_popup .video_url{width:100%;padding:15px;text-align:center;font-size:14px;color:#fff;margin:0 0 0 0;font-weight:bold;background:rgba(0,0,0,0.6);box-shadow:0 4px 4px rgba(0,0,0,0.1);}
.icotheque_popup .buttons{display:table;margin:30px auto 0 auto;}
.icotheque_popup .buttons .button_like{position:relative;background:#4c1cbc;border-radius:50px;padding:15px 30px 15px 55px;font-size:16px;color:#fff;font-weight:bold;display:inline-table;margin:0 10px;text-decoration:none;cursor:pointer;}
.icotheque_popup .buttons .button_like .icon{background:url("../images/sprite.svg") no-repeat;background-position:-333px -66px;background-size:400px 400px;width:25px;height:25px;position:absolute;top:10px;left:20px;}
.icotheque_popup .buttons .button_like:hover{opacity:0.6;}
.icotheque_popup .buttons .button_dislike{position:relative;background:#f560aa;border-radius:50px;padding:15px 30px 15px 55px;font-size:16px;color:#fff;font-weight:bold;display:inline-table;margin:0 10px;text-decoration:none;cursor:pointer;}
.icotheque_popup .buttons .button_dislike .icon{background:url("../images/sprite.svg") no-repeat;background-position:-333px -66px;background-size:400px 400px;width:25px;height:25px;position:absolute;top:10px;left:20px;transform:rotateX(180deg);}
.icotheque_popup .buttons .button_dislike:hover{opacity:0.6;}
.icotheque_popup .buttons .button_view{background:transparent;border:2px solid #fff;border-radius:50px;padding:15px 30px;font-size:16px;color:#fff;font-weight:bold;display:inline-table;margin:0 10px;text-decoration:none;cursor:pointer;}
.icotheque_popup .buttons .button_view:hover{opacity:0.6;}

@media (max-width: 1240px) {

}
@media (max-width: 960px) {
    #icotheque_header{padding:40px 0;}
    #icotheque_header p{margin-bottom:40px;font-size:16px;}
    #icotheque_header .row .col_3 .text .title{font-size:24px;}
    #icotheque_header ul.slick-dots{margin-top:20px;}
    #icotheque_content h2{margin:40px auto;}
}
@media (max-width: 740px) {
    .icotheque_popup{width:calc(100% - 60px);margin:0 30px;left:auto;top:30px;}
    .icotheque_popup .video{width:100%;}
    .icotheque_popup .video iframe{width:100%;}
    .icotheque_popup .buttons .button_like{display:table;margin:0 auto 30px auto;}
    .icotheque_popup .buttons .button_view{display:table;margin:0 auto 0 auto;}
}
@media (max-width: 680px) {

}
@media (max-width: 600px) {
    .icotheque_popup .video iframe{height:300px;}
}
@media (max-width: 400px) {

}

/* ICO EDITING */

#page #ico_edit{display:flex;background:#fcfcfc;padding:30px 0;}
#page #ico_edit .left{width:270px;float:left;}
#page #ico_edit .left .select_ico{box-shadow:3px 3px 0 rgba(0,0,0,0.02);border:1px solid #dbdbdb;border-radius:0px;padding:10px;margin-bottom:20px;background:#fff;position:relative;cursor:pointer;}
#page #ico_edit .left .select_ico .image{width:32px;height:32px;float:left;overflow:hidden;border-radius:0px;}
#page #ico_edit .left .select_ico .image img{width:100%;}
#page #ico_edit .left .select_ico .text{font-size:14px;color:#333333;font-weight:bold;margin:10px 30px 0 10px;float:left;clear:right;}
#page #ico_edit .left .select_ico .arrow{position:absolute;right:15px;top:16px;display:block;width:20px;height:20px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-88px -92px;}
#page #ico_edit .left .select_ico .select_dropdown{display:none;position:absolute;top:55px;left:-1px;right:-1px;z-index:101;background:#fff;box-shadow:0 15px 25px rgba(0,0,0,0.15), 0 3px 5px rgba(0,0,0,0.05);border:1px solid #dbdbdb;border-radius:0px;}
#page #ico_edit .left .select_ico .select_dropdown .option{width:100%;border-bottom:1px solid #dbdbdb;overflow:hidden;padding:10px;}
#page #ico_edit .left .select_ico .select_dropdown .option:hover{background:#fcfcfc;cursor:pointer;}
#page #ico_edit .left .select_ico .select_dropdown .option:first-child{border-radius:0px 3px 0 0;}
#page #ico_edit .left .select_ico .select_dropdown .option:last-child{border-bottom:0;border-radius:0 0 3px 3px;}
#page #ico_edit .left .select_ico .select_dropdown .option .image{width:32px;height:32px;float:left;overflow:hidden;border-radius:0px;}
#page #ico_edit .left .select_ico .select_dropdown .option .image img{width:100%;}
#page #ico_edit .left .select_ico .select_dropdown .option .text{font-size:14px;color:#333333;font-weight:bold;margin:10px 30px 0 10px;float:left;clear:right;}

#page #ico_edit .left .ico_edit_menu{box-shadow:3px 3px 0 rgba(0,0,0,0.02);border:1px solid #dbdbdb;border-radius:0px;background:#fff;text-align:left;}
#page #ico_edit .left .ico_edit_menu .progress{border-bottom:1px solid #dbdbdb;padding:18px 15px;}
#page #ico_edit .left .ico_edit_menu .progress p{font-size:13px;padding:0;margin:0 0 12px 0;line-height:1.3;}
#page #ico_edit .left .ico_edit_menu .progress .row{overflow:hidden;width:100%;display:block;}
#page #ico_edit .left .ico_edit_menu .progress .row .progress_bar{background:#e7e7e7;overflow:hidden;height:8px;border-radius:10px;width:calc(100% - 52px);float:left;margin:3px 0 0 0}
#page #ico_edit .left .ico_edit_menu .progress .row .progress_bar .green{background:#20b555;height:8px;}
#page #ico_edit .left .ico_edit_menu .progress .row .num{width:42px;color:#333;float:right;text-align:right;font-size:14px;font-weight:bold;}
#page #ico_edit .left .ico_edit_menu{margin:0;list-style:none;text-align:left;width:100%;padding:0;display:block;}
#page #ico_edit .left .ico_edit_menu a{display:block;font-weight:bold;font-size:14px;color:#333;text-align:left;padding:18px 15px;margin:0;border-bottom:1px solid #dbdbdb;cursor:pointer;position:relative;text-decoration:none;}
#page #ico_edit .left .ico_edit_menu a:hover{background:#fcfcfc;}
#page #ico_edit .left .ico_edit_menu a:first-child{border-radius:0px 3px 0 0;}
#page #ico_edit .left .ico_edit_menu a:last-child{border-bottom:0;border-radius:0 0 3px 3px;}
#page #ico_edit .left .ico_edit_menu a.selected{background:#fcfcfc;cursor:default;}
#page #ico_edit .left .ico_edit_menu a .new{background:#20b555;border-radius:30px;padding:3px 6px;color:#fff;font-size:8px;margin-left:2px;font-weight:bold;text-transform:uppercase;letter-spacing:1px;line-height:1;}
#page #ico_edit .left .ico_edit_menu a .arrow{position:absolute;right:15px;top:16px;display:block;width:12px;height:14px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-93px -99px;transform:rotate(-90deg);}
#page #ico_edit .right{width:calc(100% - 300px);float:right;}
#page #ico_edit .right .right_el{display:none;}
#page #ico_edit .right .right_el form{border:0;background:transparent;box-shadow:none;width:100%;display:block;margin:0;padding:0;}
#page #ico_edit .right h2{font-size:16px;color:#333;font-weight:bold;text-align:left;margin:0 0 20px 0;padding:18px 0;border-bottom:1px solid #dbdbdb;width:100%;display:block;}
#page #ico_edit .right .row{overflow:hidden;width:100%;position:relative;}
#page #ico_edit .right .row:last-child{border-bottom:0;margin-bottom:0;border-top:1px solid #dbdbdb;margin-top:20px;padding-top:20px;}
#page #ico_edit .right .row:nth-child(2){border-bottom:0;margin-bottom:0;border-top:0;margin-top:0;padding-top:0;}
#page #ico_edit .right .row .col_2{width:calc(50% - 15px);margin-right:30px;float:left;text-align:left;}
#page #ico_edit .right .row .col_2:nth-child(2){margin-right:0;}
#page #ico_edit .right .row .col_2 .row{border-top:0;margin-top:0;padding-top:0;margin-bottom:20px;position:relative;}
#page #ico_edit .right .row .col_2 .row:last-child{margin-bottom:0;}
#page #ico_edit .right .row label{font-size:14px;color:#535353;margin:0 0 8px 0;font-weight:bold;display:block;}
#page #ico_edit .right .row .chars-left{position:absolute;top:0;right:0;font-size:13px;color:#777;}
#page #ico_edit .right .row .comment{position:absolute;top:0;right:0;font-size:13px;color:#777;}
#page #ico_edit .right .row .border{border:1px solid #dbdbdb;background:#fff;border-radius:0px;box-shadow:inset 2px 2px 1px rgba(0,0,0,0.03);padding:2px;position:relative;margin-bottom:0;}
#page #ico_edit .right .row .border.disabled{background:#f5f5f5;color:#aaa;}
#page #ico_edit .right .row .border input{width:100%;border:0;background:transparent;font-family:'Karla', sans-serif;font-size:14px;padding:8px 10px 8px 10px;margin:0;}
#page #ico_edit .right .row .border select{width:100%;border:0;background:transparent;font-family:'Karla', sans-serif;font-size:14px;padding:3px 5px 3px 5px;margin:0;}
#page #ico_edit .right .row .border select option{padding:4px;}
#page #ico_edit .right .row .border textarea{width:100%;border:0;background:transparent;font-family:'Karla', sans-serif;font-size:14px;padding:8px 10px 8px 10px;resize:vertical;}
#page #ico_edit .right .row .border textarea.small{height:80px;}
#page #ico_edit .right .row .border textarea.medium{height:250px;}
#page #ico_edit .right .row .border input.file{width:calc(100% - 100px);}
#page #ico_edit .right .row .border input.submit_file{width:80px;display:block;position:absolute;right:5px;top:5px;bottom:5px;border-radius:0px;padding:7px 15px 7px 15px;color:#fff;background:#20b555;font-weight:700;font-size:13px;text-decoration:none;cursor:pointer;}
#page #ico_edit .right .row .border input.submit_file:hover{opacity:0.6;}
#page #ico_edit .right .row .about_area{padding:3px;display:block;}
.mce-txt, .mce-content-body p, .mce-content-body, #tinymce{font-family:'Karla', sans-serif !important;}
.mce-panel{border-color:#dbdbdb !important;border-radius:0px;}
.mce-tinymce{box-shadow:3px 3px 0 rgba(0,0,0,0.02) !important;}
.mce-btn button{padding:6px !important;}
div.mce-edit-area{border:0 !important;}
#page #ico_edit .right .row .border.disabled input, #page #ico_edit .right .row .border.disabled select, #page #ico_edit .right .row .border.disabled textarea{color:#aaa;}
#page #ico_edit .right .row .checkbox_group{overflow:hidden;}
#page #ico_edit .right .row .checkbox_group .checkbox{overflow:hidden;width:50%;float:left;text-align:left;margin-bottom:10px;}
#page #ico_edit .right .row .checkbox_group .checkbox:nth-child(2n+1){clear:both;}
#page #ico_edit .right .row .checkbox_group .checkbox:last-child{margin-bottom:0;}
#page #ico_edit .right .row .checkbox_group .checkbox:nth-last-child(2){margin-bottom:0;}
#page #ico_edit .right .row .checkbox_group .checkbox input{float:left;width:auto;margin:3px 10px 0 0;}
#page #ico_edit .right .row .checkbox_group .checkbox label{float:left;text-align:left;font-weight:400;font-size:14px;color:#222;letter-spacing:0;text-transform:none;margin:0;display:table;line-height:1.3;width:calc(100% - 30px);}
#page #ico_edit .right .row .logo_box{margin:20px auto;text-align:center;width:300px;height:170px;overflow:hidden;position:relative;border-radius:0px;box-shadow:0 0 10px rgba(0,0,0,0.1);}
#page #ico_edit .right .row .logo_box .logo_whitespace{margin:0 auto;position:absolute;top:0;left:0;right:0;bottom:0;/*background:url("../images/edit_pattern.png") no-repeat;background-size:cover;*/}
#page #ico_edit .right .row .logo_box img{margin:0 auto;border-radius:0px;max-width:100%;}
#page #ico_edit .right .row .icon_box{margin:62.5px auto;text-align:center;width:85px;height:85px;overflow:hidden;position:relative;border-radius:0px;box-shadow:0 0 10px rgba(0,0,0,0.1);}
#page #ico_edit .right .row .icon_box .icon_whitespace{margin:0 auto;position:absolute;top:0;left:0;right:0;bottom:0;/*background:url("../images/edit_pattern_icon.png") no-repeat;background-size:cover;*/}
#page #ico_edit .right .row .icon_box img{margin:0 auto;border-radius:0px;max-width:100%;}
#page #ico_edit .right .row .guidelines{border-top:1px solid #dbdbdb;margin:0 auto 0 auto;width:100%;max-width:300px;padding-top:30px;}
#page #ico_edit .right .row .guidelines b{font-size:14px;color:#535353;}
#page #ico_edit .right .row .guidelines ul{margin:14px 0 0 14px;padding:0;font-size:13px;list-style:circle;}
#page #ico_edit .right .row .guidelines ul li{font-size:13px;line-height:1.3;padding-bottom:15px;}
#page #ico_edit .right .row .button{clear:both;float:right;border-radius:0px;padding:12px 15px 12px 15px;color:#fff;background:#20b555;font-weight:700;font-size:14px;text-decoration:none;cursor:pointer;border:0;line-height:1;font-family:'Karla', sans-serif;}
#page #ico_edit .right .row .button:hover{opacity:0.6;}
#page #ico_edit .right .row .team_list{display:flex;justify-content:flex-start;flex-wrap:wrap;flex-direction:row;text-align:left;}
#page #ico_edit .right .row .team_list .member{width:calc(33% - 32px);margin:0 30px 30px 0;background:#fff;border:1px solid #dbdbdb;border-radius:0px;padding:20px 20px 60px 20px;box-shadow:3px 3px 0 rgba(0,0,0,0.02);position:relative;}
#page #ico_edit .right .row .team_list .member .photo{width:100px;height:100px;border-radius:100px;overflow:hidden;margin:0 auto 20px auto;}
#page #ico_edit .right .row .team_list .member .photo img{width:100px;height:100px;border-radius:100px;}
#page #ico_edit .right .row .team_list .member .name{font-size:18px;text-align:center;font-weight:bold;margin:0 0 5px 0;}
#page #ico_edit .right .row .team_list .member .title{font-size:14px;text-align:center;margin:0 0 20px 0;}
#page #ico_edit .right .row .team_list .member .group{font-size:14px;border:3px solid #4c1cbc;color:#4c1cbc;font-weight:bold;padding:7px 12px;display:table;text-align:center;margin:0 auto 20px auto;}
#page #ico_edit .right .row .team_list .member .social{font-size:14px;text-align:left;border-top:1px solid #dbdbdb;padding-top:20px;}
#page #ico_edit .right .row .team_list .member .social ul{margin:0 20px 0 40px;padding:0;word-break:break-all;}
#page #ico_edit .right .row .team_list .member .social ul li{margin:0 0 20px 0;font-size:14px;line-height:1.3;}
#page #ico_edit .right .row .team_list .member .buttons{display:block;margin:20px 0 0 0;text-align:center;position:absolute;bottom:20px;left:15px;right:15px;}
#page #ico_edit .right .row .team_list .member .buttons .button{clear:none;display:inline-table;float:none;margin:0 5px;width:calc(50% - 13px);line-height:1;}
#page #ico_edit .right .row .team_list .member .buttons .button.edit{background:#4c1cbc;}
#page #ico_edit .right .row .team_list .member .buttons .button.delete{background:#e44054;}
#page #ico_edit .right .row .team_list .member .buttons .button.cancel{background:#aaa;}
#page #ico_edit .right .row .team_list .member.edit_member{border:3px dashed #dbdbdb;background:transparent;box-shadow:none;padding-bottom:96px;}
#page #ico_edit .right .row .team_list .member.edit_member .photo{background: url("../images/upload.png") no-repeat;background-size:100% 100%;position:relative;}
#page #ico_edit .right .row .team_list .member.edit_member .photo:hover{opacity:0.6;}
#page #ico_edit .right .row .team_list .member.edit_member .photo input{position:absolute;z-index:2;opacity:0;width:100%;height:100%;top:0;left:0;cursor:pointer;}
#page #ico_edit .right .row .team_list .member.edit_member .name, #page #ico_edit .right .row .team_list .member.edit_member .title, #page #ico_edit .right .row .team_list .member.edit_member .group, #page #ico_edit .right .row .team_list .member.edit_member .social{text-align:left;margin:15px 0 5px 0;display:block;border:0;padding:0;position:relative;}
#page #ico_edit .right .row .team_list .member.edit_member .social .comment{bottom:-20px;top:auto;left:0;right:auto;}
#page #ico_edit .right .row .milestones_list{}
#page #ico_edit .right .row .milestones_list .row{overflow:hidden;background:url("../images/line.gif") 12px top repeat-y;width:100%;border:0;padding:0;margin:0;}
#page #ico_edit .right .row .milestones_list .row:last-child{background:transparent;}
#page #ico_edit .right .row .milestones_list .row .row{background:transparent;margin-bottom:20px;}
#page #ico_edit .right .row .milestones_list .row form{border:0;padding:0;margin:0;background:transparent;box-shadow:none;width:100%;display:block;}
#page #ico_edit .right .row .milestones_list .row label{font-size:14px;margin:0 0 5px 0;display:block;width:100%;position:relative;}
#page #ico_edit .right .row .milestones_list .row label .comment{position:absolute;bottom:0;right:0;font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:700;color:#222;}
#page #ico_edit .right .row .milestones_list .number{border:2px solid #5864b0;background:#fcfcfc;width:auto;display:table;height:28px;text-align:center;color:#5864b0;font-weight:bold;font-size:16px;margin:0 0;border-radius:0px;padding:4px 7px 0 7px;font-family:arial,sans-serif;float:left;}
#page #ico_edit .right .row .milestones_list .bubble{float:right;width:calc(100% - 40px);border:1px solid #dbdbdb;background:#fff;border-radius:0px;padding:20px;position:relative;margin:0 0 30px 0;box-shadow:3px 3px 0 rgba(0,0,0,0.02);text-align:left;}
#page #ico_edit .right .row .milestones_list .row .button{padding:8px 15px 8px 15px;float:right;margin-left:10px;clear:none;}
#page #ico_edit .right .row .milestones_list .row .button.delete{background:#e44054;}
#page #ico_edit .right .row .milestones_list .row .button.edit{background:#4c1cbc;}
#page #ico_edit .right .moderators_list{}
#page #ico_edit .right .moderators_list .row{border:0;border-bottom:1px solid #dbdbdb;padding:15px 0;overflow:hidden;}
#page #ico_edit .right .moderators_list .row:last-child{border-top:0;margin:0;}
#page #ico_edit .right .moderators_list .row:first-child{padding:0 0 15px 0;}
#page #ico_edit .right .moderators_list .row .image{width:63px;height:63px;background:#fff;border:1px solid #dbdbdb;padding:3px;overflow:hidden;border-radius:55px;float:left;}
#page #ico_edit .right .moderators_list .row .image img{width:55px;height:55px;overflow:hidden;border-radius:55px;}
#page #ico_edit .right .moderators_list .row .text{width:calc(100% - 78px - 110px);float:left;margin:14px 0 0 15px;text-align:left;}
#page #ico_edit .right .moderators_list .row .text .name{font-weight:bold;color:#535353;font-size:16px;text-decoration:none;margin-bottom:5px;display:table;text-align:left;}
#page #ico_edit .right .moderators_list .row .text .name:hover{opacity:0.6;}
#page #ico_edit .right .moderators_list .row .text .title{font-weight:400;color:#999;font-size:14px;}
#page #ico_edit .right .moderators_list .row .button{float:right;clear:none;width:90px;margin-top:11px;}
#page #ico_edit .right .moderators_list .row .button.remove{background:#e44054;}
#page #ico_edit .right .moderators_list .row .button.confirm{background:#be3041;}
#page #ico_edit .right .moderators_list .row.invite{padding:0 0 20px 0;}
#page #ico_edit .right .moderators_list .row.invite label{text-align:left;display:block;}
#page #ico_edit .right .moderators_list .row.invite .border{width:calc(100% - 180px);float:left;}
#page #ico_edit .right .moderators_list .row.invite .button{width:160px;float:right;clear:none;padding:14px 15px 13px 15px;margin:0;}
#page #ico_edit .right .changelog_list{}
#page #ico_edit .right .changelog_list .row{border:0;border-bottom:1px solid #eee;padding:10px 0;overflow:hidden;text-align:left;}
#page #ico_edit .right .changelog_list .row:last-child{border-top:0;margin:0;}
#page #ico_edit .right .changelog_list .row .time{width:140px;float:left;margin-right:20px;color:#999;font-size:13px;}
#page #ico_edit .right .changelog_list .row .subject{width:calc(100% - 160px - 220px);float:left;font-size:13px;}
#page #ico_edit .right .changelog_list .row .status{width:200px;float:right;text-align:right;font-size:13px;color:#999;}
#page #ico_edit .right .changelog_list .row .status.confirmed{color:#20b555;font-weight:bold;}
#page #ico_edit .right .changelog_list .row .status.declined{color:#e44054;font-weight:bold;}
#page #ico_edit .right .changelog_list .row .status.changes{color:#eeaa17;font-weight:bold;}
#page #ico_edit .right .changelog_list .row.header{border:0;border-bottom:1px solid #dbdbdb;padding:10px 0;overflow:hidden;text-align:left;}
#page #ico_edit .right .changelog_list .row.header .time{color:#535353;font-size:11px;font-weight:bold;text-transform:uppercase;letter-spacing:1px;}
#page #ico_edit .right .changelog_list .row.header .subject{color:#535353;font-size:11px;font-weight:bold;text-transform:uppercase;letter-spacing:1px;}
#page #ico_edit .right .changelog_list .row.header .status{color:#535353;font-size:11px;font-weight:bold;text-transform:uppercase;letter-spacing:1px;}

#page #ico_edit .right .changes_waiting{background:#fff;border:1px solid #dbdbdb;box-shadow:3px 3px 0 rgba(0,0,0,0.02);border-radius:0px;margin-bottom:20px;width:100%;font-size:16px;text-align:left;}
#page #ico_edit .right .changes_waiting h3{background:#4c1cbc;border-radius:0px 3px 0 0;text-align:left;color:#fff;font-size:14px;margin:-1px -1px 0 -1px;padding:20px;}
#page #ico_edit .right .changes_waiting .row{border:0;padding:15px 20px;border-bottom:1px solid #dbdbdb;}
#page #ico_edit .right .changes_waiting .row:last-child{border:0;margin:0;}
#page #ico_edit .right .changes_waiting .row .time{font-size:12px;color:#999;margin-bottom:10px;}
#page #ico_edit .right .changes_waiting .row .description{}
#page #ico_edit .right .changes_waiting .row .description .subject{font-size:14px;font-weight:bold;margin-bottom:5px;}
#page #ico_edit .right .changes_waiting .row .description .value{font-size:14px;line-height:1.3;}

#page #ico_edit .right .disclaimer{text-align:left;margin:20px 0 0 0;font-size:12px;color:#999;}


@media (max-width: 1240px) {

}
@media (max-width: 960px) {

}
@media (max-width: 740px) {

}
@media (max-width: 680px) {

}
@media (max-width: 600px) {

}
@media (max-width: 400px) {

}

/* Statistics - Report */

#page.report{background:#fcfcfc;padding:40px;}
#page.report h1{font-weight:200;font-family:'Karla', sans-serif;color:#333;margin:0 auto 40px auto;text-align:center;}
#page.report h2{font-size:12px;text-transform:uppercase;letter-spacing:1px;font-weight:600;font-family:'Karla', sans-serif;color:#aaa;padding:0;margin:0 auto 20px auto;display:table;text-shadow:1px 1px 0 #fff;text-align:center;}
#page.report h3{font-size:18px;font-weight:600;font-family:'Karla', sans-serif;color:#323235;padding:0;margin:40px auto 40px auto;display:table;text-align:center;}
#page.report p{font-size:14px;font-weight:400;font-family:'Karla', sans-serif;color:#5B5B5E;padding:0;margin:-30px auto 40px auto;display:table;text-align:center;}
#page.report .row{display:flex;justify-content:space-around;flex-direction:row;}
#page.report .row .col_1_3{float:left;width:calc(33.33% - 55px);margin-right:80px;align-items:center;}
#page.report .row .col_1_3:nth-child(3n){margin-right:0;}
#page.report .result{background:#fff;box-shadow:2px 2px 1px rgba(0,0,0,0.05);border:1px solid #dbdbdb;display:table;border-radius:0px;margin:0 auto 40px auto;width:auto;}
#page.report .row .col_1_3 .result{width:100%;}
#page.report .result table{border-radius:0px;background:transparent;border-spacing:0;width:100%;}
#page.report .result table tr{}
#page.report .result table tr th{background:#4c1cbc;padding:20px 20px;font-size:14px;text-align:left;color:#fff;}
#page.report .result table tr td{padding:20px 20px;text-align:left;font-size:14px;}
#page.report .result table tr th:last-child{text-align:right;}
#page.report .result table tr td:last-child{text-align:right;}
#page.report .result table tr:nth-child(2n+1) td{background:#fcfcfc;}
#page.report .result table tr td a:link, #page.report .result table tr td a:visited, #page.report .result table tr td a:active{color:#524e4e;text-decoration:none;}
#page.report .result table tr td a:hover, #page.report .result table tr td a:visited:hover{color:#4c1cbc;text-decoration:none;}
#page.report .result table tr td small{color:#aaa;}

@media (max-width: 1240px) {

}
@media (max-width: 1080px) {
    #page.report .row .col_1_3{float:left;width:calc(33.33% - 20px);margin-right:30px;align-items:center;}
    #page.report .row .col_1_3:nth-child(3n){margin-right:0;}
}
@media (max-width: 990px) {
    #page.report .row{justify-content:space-around;flex-wrap:wrap;flex-direction:row;}
    #page.report .row .col_1_3:nth-child(n){float:left;width:300px;margin:0 15px 30px 15px;}
}
@media (max-width: 680px) {

}
@media (max-width: 600px) {
    #page.report .row .col_1_3:nth-child(n){float:none;width:100%;margin:0 0 30px 0;}
}
@media (max-width: 400px) {

}

/****************************************/

.ui-datepicker {width:17em;padding:3px;display:none;box-shadow:3px 3px 0 rgba(0, 0, 0, 0.02);}
.ui-datepicker .ui-datepicker-header {position:relative;padding:5px;}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em;}
.ui-datepicker .ui-datepicker-prev{left:0;}
.ui-datepicker .ui-datepicker-next{right:0;}
.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;}
.ui-icon-circle-triangle-w { width:18px;height:18px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-50px -135px;cursor:pointer;}
.ui-icon-circle-triangle-e { width:18px;height:18px;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-70px -135px;cursor:pointer;}
.ui-datepicker .ui-datepicker-prev-hover{opacity:0.8;}
.ui-datepicker .ui-datepicker-next-hover{opacity:0.8;}
.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;}
.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center;font-family:'Karla', sans-serif;font-size:14px;}
.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0;}
.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%;}
.ui-datepicker table{width:100%;border-collapse:collapse;margin:0;font-family:'Karla', sans-serif;font-size:14px;}
.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0;}
.ui-datepicker td{border:0;padding:0;text-align:center;}
.ui-datepicker td .ui-state-default{padding:9px 0;}
.ui-datepicker td .ui-state-default:hover{background:#f8f8f8;border-radius:0px;}
.ui-datepicker td .ui-state-active{background:#6c75c4;font-weight:bold;border-radius:0px;color:#fff;cursor:default;}
.ui-datepicker td .ui-state-active:hover{background:#6c75c4;}
.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-decoration:none;}
.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0;}
.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible;}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left;}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi{width:auto;}
.ui-datepicker-multi .ui-datepicker-group{float:left;}
.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em;}
.ui-datepicker-multi-2 .ui-datepicker-group{width:50%;}
.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%;}
.ui-datepicker-multi-4 .ui-datepicker-group{width:25%;}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;}
.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left;}
.ui-datepicker-row-break{clear:both;width:100%;font-size:0;}

/* RTL support */
.ui-datepicker-rtl{direction:rtl;}
.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto;}
.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto;}
.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto;}
.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto;}
.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right;}
.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left;}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right;}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px;}

/* Component containers
----------------------------------*/
.ui-widget{font-family:'Karla', sans-serif;font-size:1em;}
.ui-widget .ui-widget{font-size:1em;}
.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:'Karla', sans-serif;font-size:1em;}
.ui-widget.ui-widget-content{border:1px solid #dbdbdb;}
.ui-widget-content{border:1px solid #dbdbdb;background:#ffffff;color:#333333;}
.ui-widget-content a{color:#333333;}
.ui-widget-header{background:#f8f8f8;color:#333333;font-weight:bold;padding:5px;}
.ui-widget-header a{color:#333333;}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:0px;}
.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:0px;}
.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:0px;}
.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:0px;}

/* Overlays */
.ui-widget-overlay{background:#aaaaaa;opacity:.3;filter: Alpha(Opacity=30);}
.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666666;box-shadow:0 0 5px #666666;}

/*********************************
 * Tooltip Styles
 *********************************/

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: default;
    font-family:'Karla', sans-serif;
    font-size:14px;
    font-weight:bold;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #000;
    background-color: rgba(125, 204, 94, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid rgba(125, 204, 94, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/************/

[analyzer-tooltip] {
    position: relative;
    z-index: 2;
    cursor: default;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}

/* Hide the tooltip content by default */
[analyzer-tooltip]:before,
[analyzer-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[analyzer-tooltip]:before {
    position: absolute;
    bottom: 120%;
    left: -10px;
    margin-bottom: 5px;
    padding: 8px 14px;
    max-width: 220px;
    width:auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #000;
    background-color: rgba(108, 117, 196, 0.9);
    color: #fff;
    content: attr(analyzer-tooltip);
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    font-weight:bold;
}

/* Triangle hack to make tooltip look like a speech bubble */
[analyzer-tooltip]:after {
    position: absolute;
    bottom: 120%;
    left: 10px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid rgba(108, 117, 196, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[analyzer-tooltip]:hover:before,
[analyzer-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/************/
[data-badge] {
    position: relative;
    z-index: 2;
    cursor: default;
}

/* Hide the tooltip content by default */
[data-badge]:before,
[data-badge]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-badge]:before {
    position: absolute;
    top: 125%;
    left: 0;
    margin-bottom: 5px;
    padding: 8px 10px;
    /*width: 165px;*/
    white-space: nowrap;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #000;
    background-color: rgba(110, 106, 188, 0.95);
    color: #fff;
    content: attr(data-badge);
    font-size: 12px;
    line-height: 1.2;
    text-align:left;
    text-transform: none;
    font-weight: normal;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-badge]:after {
    position: absolute;
    top: 125%;
    left: 25px;
    width: 0;
    margin-top:-5px;
    border-bottom: 5px solid #000;
    border-bottom: 5px solid rgba(110, 106, 188, 0.95);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-badge]:hover:before,
[data-badge]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/************/
[data-badge-top] {
    position: relative;
    z-index: 2;
    cursor: default;
}

/* Hide the tooltip content by default */
[data-badge-top]:before,
[data-badge-top]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-badge-top]:before {
    position: absolute;
    bottom: 115%;
    left: 0;
    margin-bottom: 5px;
    padding: 8px 10px;
    /*width: 165px;*/
    white-space: nowrap;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #000;
    background-color: rgba(110, 106, 188, 0.95);
    color: #fff;
    content: attr(data-badge-top);
    font-size: 12px;
    line-height: 1.2;
    text-align:left;
    text-transform: none;
    font-weight: normal;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-badge-top]:after {
    position: absolute;
    bottom: 115%;
    left: 22px;
    width: 0;
    margin-top:-5px;
    border-top: 5px solid #000;
    border-top: 5px solid rgba(110, 106, 188, 0.95);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-badge-top]:hover:before,
[data-badge-top]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/************/

[data-ranking] {
    position: relative;
    z-index: 2;
    cursor: default;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}

/* Hide the tooltip content by default */
[data-ranking]:before,
[data-ranking]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-ranking]:before {
    position: absolute;
    bottom: 125%;
    left: -10px;
    margin-bottom: 5px;
    padding: 8px 10px;
    width: 165px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #000;
    background-color: rgba(125, 204, 94, 0.9);
    color: #fff;
    content: attr(data-ranking);
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    font-weight:bold;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-ranking]:after {
    position: absolute;
    bottom: 125%;
    left: 6px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid rgba(125, 204, 94, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-ranking]:hover:before,
[data-ranking]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/************/

[data-kyc] {
    position: relative;
    z-index: 2;
    cursor: default;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}

/* Hide the tooltip content by default */
[data-kyc]:before,
[data-kyc]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-kyc]:before {
    position: absolute;
    bottom: 125%;
    left: -10px;
    margin-bottom: 5px;
    padding: 8px 10px;
    width: 110px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #000;
    background-color: #4c1cbc;
    color: #fff;
    content: attr(data-kyc);
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    font-weight:bold;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-kyc]:after {
    position: absolute;
    bottom: 125%;
    left: 6px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid #4c1cbc;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-kyc]:hover:before,
[data-kyc]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


#page > #category .ico_list .a-invis {text-decoration: none;color: #3b3b3b;}
#page > #category .ico_list .currentPrice, #page > #category .ico_list .currentPriceM {cursor:pointer;}
#page > #category .ico_list .currentPrice:hover, #page > #category .ico_list .currentPriceM:hover {color:#6369b0;}
#page > #category .ico_list .priceDetails {
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f4f4;
    border: 1px solid #e4e4e4;
    padding: 12px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size:.9em;
    clear:both;
    display:none;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    z-index:1002;
}
#page > #category .ico_list #priceDetailsM {
    left:0 !important;
    width:100%;
    background:#fff;
    border:none;
}
#page > #category .ico_list #priceDetailsM a.close {
    width: 13px;
    height: 13px;
    display: inline-block;
    float:right;
    margin-right:11px;
    margin-top:7px;
}
#page > #category .ico_list #priceDetailsM a.close svg {
    fill:#7a7a7a;
    width:13px;
    height:13px;
}
#page > #category .ico_list .priceDetails table tr td {
    padding:10px 20px 10px 15px !important;
    border-bottom:1px solid #e2e2e2;
}
#page > #category .ico_list #priceDetailsM table tr td {
    font-size:18px;
    color:#212121;
    padding:15px 20px 15px 15px !important;
}
#page > #category .ico_list .priceDetails table tr:last-child td {
    border:none;
}

.premium.deluxe {background-color: #3fb9ec !important}
.star.deluxe {background-color: #3fb9ec !important}

/* push4 3rd Party */
#addEncript {position: fixed !important; z-index: -200 !important;}

/* tokens + exchanges */
#page #category .row .ico_list_tokens {
    /*float:none;*/
    /*width:auto;*/
    /*margin-left:320px;*/
    /*overflow-x:auto;*/
}
#page #category .row .ico_list_tokens table th {
    text-align:left;
    vertical-align: top;
}
#page #category .row .ico_list_tokens table th.wrapped {
    position: relative;
    padding-right:20px !important;
    padding-top:2px;
}
#page #category .row .ico_list_tokens table th.wrapped .sort {
    position: absolute;
    top:0;
    right:0;
}
#page #category .row .ico_list_tokens .ico_icon {
    padding-right:0 !important;
}
#page #category .row .ico_list_tokens .ico_data {
    width:auto !important;
}
#page #category .row .ico_list_tokens table .nowrap {
    white-space:nowrap;
}
#page #category .row .ico_list_tokens table tr td a.name{margin-top:0 !important;}

#page > #category .active-tabs {
    display: block;
    text-align:left;
    margin-bottom:18px;
}
#page > #category .active-tabs > a, #page > #category .active-tabs > span {
    font-weight:700;
    display:inline-block;
    border:1px solid #b4b9e7;
    padding:10px 15px;
    text-decoration:none;
    color:#3743a4;
}
#page > #category .active-tabs > span {
    color:#fff;
    background:#b4b9e7;
}
#page > #category .active-tabs > :first-child {
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}
#page > #category .active-tabs > :last-child {
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}

#page #category .row .ico_list table.mobile {
    display: none;
}

#page #category .row .ico_list table .currentPrice:after, #page #category .row .ico_list table .currentPriceM:after {
    content:'';
    display:inline-block;
    width:11px;
    height:11px;
    background:url('../images/token-i.png') no-repeat 0 0;
    margin-left:10px;
    margin-top:1px;
}
#page #category .row .ico_list table .currentPrice:hover:after, #page #category .row .ico_list table .currentPriceM:hover:after {
    background-position:0 -11px;
}

#page #category .row .ico_list .roi{font-weight:700;font-size:12px;background:#aaa;color:#fff;border-radius:0px;padding:4px 6px;display:inline-block;}
#page #category .row .ico_list .roi.red{background:#ea5420;}
#page #category .row .ico_list .roi.green{background:#68b541;}

@media (max-width: 740px) {
    #page #category .row .ico_list table tr td .shw {
        padding-left:0;
        background:#fff;
    }
    #page #category .row .ico_list table.mobile {
        display: table;
    }
    #page #category .row .ico_list table.desktop {
        display: none;
    }
    #page #category .row .ico_list table.mobile tr.s {
        height:20px;
    }
    #page #category .row .ico_list table.mobile tr td {
        border:none;
        padding:10px;
        background:#fff;
        text-align:left;
    }
    #page #category .row .ico_list table.mobile tr td:first-child {
        border-top-left-radius:0px;
        border-bottom-left-radius:0px;
    }
    #page #category .row .ico_list table.mobile tr td:last-child {
        border-top-right-radius:0px;
        border-bottom-right-radius:0px;
    }
    #page #category .row .ico_list table.mobile tr td b {
        display:block;
        margin-bottom:10px;
    }
}

#page #category .frame .search2 > form {
    top:4px;
}

@media (max-width: 960px) {
    #page #category .mobile_filter_exchanges {
        top: 1px;
    }
    #page #category .frame .search2 {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 30px);
        background: #fcfcfc;
        padding: 10px;
        margin-left: -15px;
        text-align: left;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
        box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
        z-index: 100;
        display: none;
    }
    #page #category .frame .search2 > form {
        position: relative;
        top: 0;
    }

    #page > #category .active-tabs > a, #page > #category .active-tabs > span {
        font-weight:400;
        padding:9px;
        font-size:13px;
    }
}


#page > #category .cryptoassets-exchange {
    border:1px solid #e5e5e5;
    background:#fff;
    padding:20px;
    margin-bottom:13px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align:left;
    overflow: hidden;
}
#page > #category .cryptoassets-exchange .image {
    text-decoration: none;
    height: 72px;
    width: 72px;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: relative;
    background-size: 72px 72px;
    image-rendering: -webkit-optimize-contrast;
    border:1px solid #eee;
    float:left;
    margin-right:20px;
}
#page > #category .cryptoassets-exchange .name {
    color:#0d0d0d;
    font-size:26px;
    text-decoration:none;
}
#page > #category .cryptoassets-exchange .desc {
    font-weight:200;
    margin:7px 0;
}
#page > #category .cryptoassets-exchange .number {
    font-size:14px;
}

#page > #category .cryptoassets-exchange .links{float:right;overflow:hidden;display:block;padding-top:2px;margin-top:-5px}
#page > #category .cryptoassets-exchange .links .location{float:left;margin-right:20px;color:#aeaeae;font-weight:bold;font-size:14px;text-shadow:1px 1px 0 #fff;}
#page > #category .cryptoassets-exchange .links .location .icon{width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-374px -39px;text-decoration:none;text-indent:-99999px;float:left;margin-right:0;margin-top:-3px;}
#page > #category .cryptoassets-exchange .links a{float:left;margin-right:20px;}
#page > #category .cryptoassets-exchange .links .twitter{margin-top:-2px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-179px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}
#page > #category .cryptoassets-exchange .links .www{margin-top:-1px;width:18px;height:18px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-240px 0;text-decoration:none;text-indent:-99999px;margin-right:10px;}

#page > #category .cryptoassets-exchange .links .twitter:hover{opacity:0.5;}
#page > #category .cryptoassets-exchange .links .www:hover{opacity:0.5;}


@media (max-width: 960px) {
    #page > #category .cryptoassets-exchange .image {
        float:none;
        margin-bottom:5px;
    }
    #page > #category .cryptoassets-exchange .links {
        float:none;
        padding:10px 0;
        margin-top:0;
    }
}

@media (max-width: 1120px) {
    #page #category .row .filter_box_cryptoassets{display:none;z-index:200;position:fixed;top:0;right:0;bottom:0;overflow-y:scroll;background:#fff;border:0;box-shadow:-300px 0 0 rgba(50,50,50,0.5),-600px 0 0 rgba(50,50,50,0.5),-900px 0 0 rgba(50,50,50,0.5), -5px 0 20px rgba(0,0,0,0.2);width:300px;margin:0;border-radius:0;}
    #page #category .row .filter_box_cryptoassets .reset_filter{margin-top:8px;display:table;float:right;}
    #page #category .row .filter_box_cryptoassets .search_filter{margin-bottom:20px;display:table;float:left;background:#20b555;border-radius:0px;padding:10px 14px;color:#fff;font-weight:bold;font-size:14px;cursor:pointer;}
    #page #category .row .filter_box_cryptoassets .search_filter:hover{opacity:0.6;}
    #page #category .row .ico_list.ico_list_tokens {
        width:100%;
        float:none;
    }
    #page #category .mobile_filter{display:block;position:absolute;top:-5px;border-radius:0px;right:0;background:#fff;border:1px solid #dbdbdb;box-shadow:3px 3px 0 rgba(0,0,0,0.02);width:30px;height:30px;cursor:pointer;}
    #page #category .mobile_filter .icon{width:30px;height:30px;display:inline-block;background:url("../images/sprite.svg") no-repeat;background-size:400px 400px;background-position:-299px -36px;cursor:pointer;}
    #page #category .mobile_filter:hover .icon{opacity:0.6;}

    #page #category .showMobile{display:block;}
}



.overlay {
    width: 100%;
    height: 100%;
    z-index: 1001;
    position: fixed;
    background:rgba(0,0,0,.25);
    display: none;
}


header .sps {
    float:left;
    margin:18px 0 0 35px;
}

header .sps > a, .sps-mobile > .sps > a {
    display: inline-block;
    background:#5364b9;
    border:2px solid #6175dc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding:2px;
    text-align:left;
    font-size:14px;
    margin-top:-3px;
    color:#fff !important;
    margin-left:15px;
    width:200px;
    height:43px;
    position: relative;
    overflow:hidden;
    text-decoration:none;
}
header .sps > a > span, .sps-mobile > .sps > a > span {
    line-height:35px;
}
header .sps.double > a > span, .sps-mobile > .sps.double > a > span {
    display: inline-block;
    font-size:12px;
    line-height:16px;
    padding-top:2px;
}
header .sps > a > img, .sps-mobile > .sps > a > img {
    margin-right:10px;
    float:left;
}
header .sps > a > small, .sps-mobile > .sps > a > small {
    font-size:6px;
    color:#c0c5e2;
    position: absolute;
    right:5px;
    bottom:5px;
    line-height:6px;
}
.sps-mobile {
    background:#5763b5;
    border-top:2px solid #4b56a5;
    height:47px;
    padding-top:5px;
}
.sps-mobile > .sps > a {
    border:none;
    padding:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background:none;
    margin-top:0;
    text-decoration: none;
}
.sps-mobile > .sps.double > a {
    width:auto;
}
.sps-mobile > .sps.double > a > span {
    line-height:35px;
    font-size:14px;
}
@media (max-width: 860px) {
    header .sps {
        display:none !important;
    }
    header.logedin .sps {
        display:none !important;
    }
}
@media (max-width: 600px) {
    header.logedin .sps {
        display:none !important;
    }
}
@media (min-width: 860px) {
    .sps-mobile {
        display: none;
    }
}

#blog_post_content .frame {
    padding: 50px 0;
    text-align: left;
}
#blog_post_content .blog-header-upload {
    background:#e7e7e7;
    padding:45px 30px 0 30px;
    height:190px;
    max-width:840px;
    border-radius: 0px;
    text-align:center;
    margin-bottom:32px;
    position:relative;
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}
#blog_post_content .blog-header-upload a.delete, #blog_post_content .blog-header-upload a.delete-cancel, #blog_post_content .blog-header-upload a.delete-confirm {
    position:absolute;
    top:10px;
    right:10px;
    display:none;
    background:#fff;
    color:#8a8a8a;
    padding:3px 6px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
    font-size:12px;
}
#blog_post_content .blog-header-upload a.delete-confirm {
    right:67px;
    background:#e60000;
    color:#fff;
}
#blog_post_content .blog-header-upload a.delete:hover {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
    box-shadow: 0 0 5px rgba(0,0,0,.25);
}
#blog_post_content .blog-header-upload.covered a.delete, #blog_post_content .blog-header-upload.confirm a.delete-cancel, #blog_post_content .blog-header-upload.confirm a.delete-confirm {
    display:inline-block;
}
#blog_post_content .blog-header-upload.confirm a.delete {
    display:none;
}
#blog_post_content .blog-header-upload small {
    display:block;
    margin-top:10px;
    color:#8f8f8f;
    font-size:10px;
}
#blog_post_content .blog-header-upload i {
    display:block;
    height:34px;
    margin-bottom:20px;
    background:url('../images/blogs-cover-upload.png') no-repeat 50% 0;
}
#blog_post_content .blog-header-upload .btn-wrapper {
    height:25px;
}
#blog_post_content .blog-header-upload .form-btn {
    padding-left:40px;
    padding-right:40px;
}

#blog_post_content .blog-header-upload.covered small,
#blog_post_content .blog-header-upload.covered i,
#blog_post_content .blog-header-upload.covered .btn-wrapper {
    display:none;
}

.blogs-status {
    color:#000;
    font-size:14px;
    margin-bottom:15px;
    overflow: hidden;
}
.blogs-status::after {
    content: '';
    display: block;
    clear: both;
}
.blogs-status a {
    color:#000;
}
.blogs-status .status {
    float:right;
    margin-left:20px;
}
.blogs-status .status.status-1 {
    color:#00b32b;
}
.blogs-status .status.status--1 {
    color:#f00;
}
.blogs-status .status.status-0 {
    color:#666;
}

.blogs-status > .blogs-likes {
    float:right;
}


.blogs-image {
    max-width:840px;
    position: relative;
    margin-bottom:15px;
}
.blogs-image img {
    max-width:100%;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
}
.blogs-image .blogs-date {
    position:absolute;
    display:inline-block;
    top:15px;
    right:15px;
    background:#fff;
    padding:5px;
    font-size:12px;
    border-radius: 0px;
}

.form-group {
    margin-bottom:15px;
}
.form-group label {
    display: inline-block;
    margin-bottom:7px;
}
.form-control {
    width:100%;
    border: 1px solid #dbdbdb;
    border-radius: 0px;
    padding: 8px;
    font-size:14px;
    line-height:1.35em
}
.form-btn {
    background:#4c1cbc;
    color:#fff;
    padding:10px;
    border:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size:14px;
    text-align:center;
    text-decoration: none;
}
.form-btn-wide {
    padding-left:40px;
    padding-right:40px;
}
.form-btn-js-grey {
    font-size:14px;
    color:#666;
    /*padding:10px 0;*/
    text-decoration: none;
    border-bottom:1px dotted #666;
}
.form-btn-margin {
    margin-left:20px;
}
.form-btn-js-grey:hover {
    border:none;
}
.text-center {
    text-align:center;
}

.blogs-header::after {
    content:'';
    display:block;
    clear:both;
}
.blogs-header .counter {
    float:right;
    color:#000;
    font-size:16px;
    margin-top:10px;
}
.blogs-header h3 {
    display:inline-block;
    vertical-align: top;
}
.blogs-header .new-post {
    display:inline-block;
    padding:12px 25px;
    color:#fff;
    background:#4c1cbc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
    margin-left:30px;
    font-size:14px;
}
.blogs-header .statused {
    float:right;
    margin-left:10px;
    display:inline-block;
    padding:6px 5px 6px 15px;
    color:#fff;
    background:#8778d0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
    font-size:14px;
}
.blogs-header .statused i {
    font-style: normal;
    background:#fff;
    color:#8778d0;
    display:inline-block;
    margin-left:5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-width:24px;
    padding:5px;
    text-align: center;
}
.blogs-header .statused:hover {
    background:#4c1cbc;
}

.blogs-item {
    border:1px solid #e5e5e5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.blogs-item.last {
    margin-bottom:30px;
    margin-left:-20px;
}
.blogs-item .post-wrapper {
    padding:20px;
}
.blogs-item .post-wrapper::after {
    content: '';
    display: block;
    clear:both;
}
.blogs-item .post-wrapper .post-short-text {
    font-size:14px;
    line-height:1.25;
    color:#878787;
    margin-top:5px;
}
.blogs-item .post-wrapper .post-title {
    width:calc(100% - 200px);
    float:left;
    border-right:1px solid #e5e5e5;
    min-height:35px;
    font-size:18px;
    color:#000;
    padding-right:15px;
}
.blogs-item .post-wrapper .post-title a {
    color:#000;
    text-decoration: none;
}
.blogs-item .post-wrapper .post-desc {
    width:200px;
    /*text-align:right;*/
    float:right;
}
.blogs-item .post-wrapper .post-desc .author {
    display:block;
    margin-left:15px;
    margin-top:5px;
    font-size:13px;
}
.blogs-item .post-wrapper .post-desc .author a {
    text-decoration:none;
    color:#000;
}
.blogs-item .post-wrapper .post-desc .author img {
    width:20px;
    height:20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right:5px;
    vertical-align:middle;
}
.blogs-item .post-wrapper .post-desc.without-date {
    padding-top:10px;
}
.blogs-item .post-wrapper .post-desc.without-date small {
    display:none;
}
.blogs-item .post-wrapper .post-desc > small {
    display:block;
    color:#707070;
    margin-bottom:5px;
    margin-left:15px;
}
.blogs-item .post-wrapper .post-desc > div, .blogs-status > .blogs-likes {
    font-size:12px;
    color:#797979;
}
.blogs-item .post-wrapper .post-desc > div > span, .blogs-status > .blogs-likes > span {
    margin-left:15px;
    white-space:nowrap;
    line-height:16px;
    font-size:12px;
}
.blogs-item .post-wrapper .post-desc > div > span, .blogs-status > .blogs-likes > span a {
    color:#797979;
    text-decoration: none;
}
.blogs-item .post-wrapper .post-desc > div > span, .blogs-status > .blogs-likes > span a:hover,
.blogs-item .post-wrapper .post-desc > div > span, .blogs-status > .blogs-likes > span a.selected {
    color:#4c1cbc;
}
.blogs-item .post-wrapper .post-desc > div > span > i, .blogs-status > .blogs-likes > span i {
    display: inline-block;
    background-size:16px 16px;
    background-position: 0 0;
    width:16px;
    height:16px;
    margin-right:5px;
    vertical-align: top;
}
.blogs-item .post-wrapper .post-desc > div > span > i.agree, .blogs-status > .blogs-likes > span i.agree {
    background:url("../images/like.svg") no-repeat;
}
.blogs-item .post-wrapper .post-desc > div > span > i.disagree, .blogs-status > .blogs-likes > span i.disagree {
    background:url("../images/dislike.svg") no-repeat;
    background-position: 0 2px;
    height:18px;
}
.blogs-item .post-wrapper .post-desc > div > span > i.views, .blogs-status > .blogs-likes > span i.views {
    background:url("../images/eye.svg") no-repeat;
    background-position: 0 4px;
}
.blogs-item .post-wrapper .post-desc > div > span > i.views, .blogs-status > .blogs-likes > span strong {
    font-weight: 400;
}
.blogs-item .post-image {
    position:relative;
}
.blogs-item .post-image img {
    max-width:100%;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.blogs-item .post-image .blogs-date {
    position:absolute;
    display:inline-block;
    top:15px;
    right:15px;
    background:#fff;
    padding:5px;
    font-size:12px;
    border-radius: 0px;
}

@media (max-width: 600px) {
    .blogs-item .post-wrapper {
        padding:0;
    }
    .blogs-item .post-wrapper .post-desc {
        width:100%;
        float:none;
        text-align:left;
        padding:15px;
    }
    .blogs-item .post-wrapper .post-desc > small {
        display:inline-block;
        margin-left:0;
        margin-right:15px;
    }
    .blogs-item .post-wrapper .post-desc > div, .blogs-status > .blogs-likes {
        display:inline-block;
        margin-left:-15px;
    }
    .blogs-item .post-wrapper .post-title {
        margin:0;
        border-right:none;
        border-bottom:1px solid #e5e5e5;
        padding:15px;
        float:none;
        width:100%;
    }
    .blogs-item .post-wrapper .post-desc .author {
        margin-left:0;
    }
    .blogs-item .post-wrapper .post-desc.without-date small {
        display:inline-block;
    }
    .blogs-item .post-image .blogs-date {
        display:none;
    }
}

#blogs-intro {
    background:#6767c3 url('../images/blogs-intro.png') no-repeat 50% 0px;
    color:#fff;
    padding:45px 0;
    font-family:'Karla', sans-serif;
}
#blogs-intro > h1 {
    /*margin:0 0 35px 0;*/
    margin:0;
    font-weight:200;
    font-size:40px;
}
#blogs-intro > p {
    margin:0 auto 45px auto;
    font-size:18px;
    line-height:24px;
    max-width:600px;
    padding:0 30px;
}
#blogs-intro > a {
    color:#fff;
    background:#00b9f0;
    font-weight:600;
    font-size:20px;
    padding:15px 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-decoration:none;

    -webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,.1);
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,.1);
}
#blogs-intro > a:hover {
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,.15);
    background:#5fc6f1;
}
.blogs-list-block {
    text-align:left;
    max-width:840px;
    margin:0 auto;
    padding:45px 0;
}
.blogs-list {

}
.blogs-list .blogs-item {
    margin-bottom:40px;
}
.blogs-list .blogs-user {
    margin-bottom:20px;
}
.blogs-list .blogs-user.with-last {
    margin-bottom: 0;
}
.blogs-list .blogs-user::after {
    content:'';
    display: block;
    clear:both;
}
.blogs-list .blogs-user .image {
    width:120px;
    height:120px;
    float:left;
    margin-right:20px;
    position:relative;
}
.blogs-list .blogs-user .image img {
    width:120px;
    height:120px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.blogs-list .blogs-user .image .user-title {
    text-align: center;
    margin-top:-15px;
}
.blogs-list .blogs-user .image .user-title > span {
    color:#fff;
    background: #fc2a56;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display:inline-block;
    padding: 4px 5px 5px 7px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blogs-list .blogs-user .name {
    padding-top:32px;
    /*overflow:hidden;*/
    margin-bottom:10px;
}
.blogs-list .blogs-user .name span a {
    color:#000;
    text-decoration: none;
    font-size:24px;
    font-family:'Karla', sans-serif;
    font-weight:600;
}
.blogs-list .blogs-user .name .people_ranking {
    margin-top:-3px;
}
.blogs-list .blogs-user .name span a:hover {
    /*text-decoration:underline;*/
}
.blogs-list .blogs-user .name .counter {
    border:1px solid #4c1cbc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size:12px;
    color:#000;
    padding:5px 10px;
    float:right;
    text-decoration:none;
}
.blogs-list .blogs-user .name .counter:hover {
    color:#fff;
    background:#4c1cbc;
}
.blogs-list .blogs-user > .title {
    color:#000;
}
.blogs-list .blogs-item-last-marker {
    margin:5px 0 10px 0;
    font-size:11px;
    color:#797979;
    text-align:right;
    padding-right:21px;
}
.blogs-post-item.centered {
    max-width:840px;
    margin:0 auto;
}
.blogs-post-item > h1 {
    color:#000;
    font-size:24px;
    font-weight:600;
    font-family:'Karla', sans-serif;
    margin:0 0 20px 0;
}
.blogs-post-item .blogs-post-text {
    font-size:16px;
    line-height:1.5em;
    color:#000;
}
.blogs-post-item .blogs-post-text p {
    margin:0 0 20px 0 !important;
}
.blogs-post-item .blogs-post-text h2 {
    color:#000;
    font-size:20px;
    font-weight:600;
    font-family:'Karla', sans-serif;
    margin:0 0 20px 0;
}
.blogs-post-item .tags{overflow:hidden;margin:20px 0;}
.blogs-post-item .tags .tag{border-radius:50px;border:1px solid #dbdbdb;padding:10px 15px;color:#646464;font-size:14px;font-weight:400;font-family:'Karla', sans-serif;float:left;margin:0 10px 10px 0;}

.blogs-post-item .blogs-post-text > ul, .blogs-post-item .blogs-post-text > ol {
    color:#646464 !important;
    /*padding:0 !important;*/
    margin:0 0 20px 0 !important;
    padding:0 0 0 35px !important;
    font-size:14px !important;
    line-height: 1.5;
}
.blogs-post-item .blogs-post-text > ul {
    list-style: none;
    padding:0 !important;
}
.blogs-post-item .blogs-post-text > ul > li {
    padding-left:30px !important;
    position:relative;
}
.blogs-post-item .blogs-post-text > ul > li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #6a56bb;
    border-radius: 50%;
    position:absolute;
    top:8px;
    left:20px;
}
.blogs-post-item .blogs-post-text p a {
    display:inline-block;
    max-width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
}



.paginator{text-align:right;margin:20px 0 20px auto;overflow:hidden;}
.paginator .num{display:inline-block;padding:6px 8px;font-size:12px;cursor:pointer;color:#524e4e;text-decoration:none;margin:0 2px;}
.paginator .num:hover{background:#e1e1e1;border-radius:0px;}
.paginator .num.selected{color:#fff;font-weight:bold;background:#5864b0;border-radius:0px;cursor:default;}
.paginator .num.selected:hover{background:#5864b0;}
.paginator .dots{display:inline-block;padding:6px 8px;font-size:12px;color:#524e4e;text-decoration:none;}
.paginator .back{display:inline-block;padding:6px 8px;font-size:12px;cursor:pointer;color:#524e4e;text-decoration:none;}
.paginator .back:hover{background:#e1e1e1;border-radius:0px;}
.paginator .back.disabled{color:#bbb;cursor:default;}
.paginator .back.disabled:hover{background:transparent;}
.paginator .next{display:inline-block;padding:6px 8px;font-size:12px;cursor:pointer;color:#524e4e;text-decoration:none;}
.paginator .next:hover{background:#e1e1e1;border-radius:0px;}
.paginator .next.disabled{color:#bbb;cursor:default;}
.paginator .next.disabled:hover{background:transparent;}

div.tagsinput{border:1px solid #CCC;background:#FFF;padding:5px;width:300px;height:100px;overflow-y:auto}
div.tagsinput span.tag{border:1px solid #4c1cbc;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px;display:block;float:left;padding:10px;text-decoration:none;background:#fff;color:#4c1cbc;margin-right:5px;margin-bottom:5px;}
div.tagsinput span.tag a{font-weight:100;color:#f00;text-decoration:none;}
div.tagsinput input{width:100px;margin:0 5px 5px 0;border:1px solid transparent;padding:10px 5px;background:0 0;color:#000;outline:0;font-size:14px}
div.tagsinput div{display:block;float:left}
.tags_clear{clear:both;width:100%;height:0}
.not_valid{background:#FBD8DB!important;color:#90111A!important}

.sticky_footer_height{
    height:52px;
}

.sticky_footer.android_ad {background-color:#000000;height:52px;position:fixed;bottom:0;left:0;right:0;width:100%;z-index:101;box-shadow:0px -1px 3px rgba(0,0,0,0.2);min-width:320px;margin-top:38px;}
.sticky_footer.android_ad .mobile{background:url("https://icobench.com/images/sps/phone.png") no-repeat;background-size:100% auto;width:100px;height:200px;float:left;margin:-38px 10px 0 10px;}
.sticky_footer.android_ad .play{background:url("https://icobench.com/images/sps/googleplay.png") no-repeat;background-size:100% auto;width:150px;height:37px;float:left;margin:9px 10px 0 0;}
.sticky_footer.android_ad .rightarrow{background:url("https://icobench.com/images/sps/rightarrow.png") no-repeat;background-size:100% auto;width:106px;height:52px;position:absolute;top:0;bottom:0;right:20px;}

.fixedShow {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#4c1cbc;
    z-index: 101;
    /*overflow:hidden;*/
    height:52px;

}
.fixedShow a {
    display:block;
    width:100%;
    height:52px;
    line-height:52px;
    text-align:center;
    color:#fff;
    text-decoration: none;
    font-family:'Karla', sans-serif;
    font-weight:600;
    font-size:18px;
}
.fixedShow i.telegram {
    width:88px;
    height:52px;
    margin-right:30px;
    background:url('../images/sps/fixedBottomBlog.svg') no-repeat 0 0;
    background-size: 88px 52px;
    display:inline-block;
    vertical-align: top;
}
.fixedShow span.mobile {
    display: none;
}
.fixedShow span.desktop {
    display: inline;
}
.fixedShow .close {
    cursor:pointer;
    width:20px;
    height:20px;
    background:url('../images/bottom-close.svg') no-repeat 0 0;
    background-size: 20px 20px;
    position:absolute;
    top:17px;
    right:10px;
    z-index:102;
}
.fixedShow .close-top {
    top:-10px !important;
}
@media (max-width: 900px) {
    .fixedShow .close {
        top:-10px;
    }
}

@media (max-width: 900px) {
    .fixedShow i.telegram {
        width:1px;
        margin-right:0px;
        background:none;
    }
    .fixedShow span.desktop {
        display: none;
    }
    .fixedShow span.mobile {
        display: inline;
        font-size:13px;
    }
}

.hidden-desktop {
    display:none;
}
@media (max-width: 600px) {
    .hidden-sm {
        display:none;
    }
    .hidden-desktop {
        display: inline;
    }
}



#user-notifications {
    text-align:left;
}
#user-notifications > .item > a {
    display:block;
    /*border:1px solid #f00;*/
    overflow:hidden;
    margin:5px 0;
}
#user-notifications > .item > a:after {
    content: '';
    display: block;
    clear: both;
}
#user-notifications > .item.unread > a {
    background:rgba(0,0,0,.05);
}
#user-notifications > .item .image img {
    width: 55px;
    height: 55px;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    padding: 2px;
    margin-right: 15px;
    float:left;
}
#user-notifications > .item .data{
    padding-top:8px;
    float:left;
    display:block;
}
#user-notifications > .item .name{font-size:18px;font-weight:700;color:#000;margin-top:2px;text-decoration:none;display:block;}
#user-notifications > .item .name > span {
    font-weight: normal;
}
#user-notifications > .item .text {
    display:block;
    color:#000;
}
#user-notifications > .item .title{line-height:1.3;font-size:12px;font-weight:400;color:#999;margin-top:3px;margin-bottom:10px;}
#user-notifications > .item .rate{
    padding-top:8px;
    float:right;
    width:150px;
}
#user-notifications > .item .rate .col_3{float:left;width:33.33%;font-weight:700;font-size:24px;color:#000;text-align:center;}
#user-notifications > .item .rate .col_3 label{font-size:10px;color:#a4a4a4;text-transform:uppercase;display:block;margin:2px 0 0 0;font-weight:400;}
