* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    color: #f3f4f5;
    background-color: #efefef;
}
body {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    color: #525252;
    font: 400 15px/1.4 "Open Sans", sans-serif;
    overflow-x: hidden;
}
.av-points > a {
    display: block;
    width: 200px;
    font-size: 16px;
    font-weight: 700;
    background-color: #ddd;
    padding: 3px 0;
    margin: 0 auto;
    border-radius: 5px;
    color: #000;
}

.dash .title .title-h2 {
    font-size: 30px;
    color: #27313c;
    margin-top: 1.5rem;
    margin-bottom: -1rem;
}
.surf-page-ads {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 2rem;
}
.surf-page-ads p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-align: left;
}
.surf-page-ads img {
    width: 150px;
    height: auto;
}
.article-img {
    float: left;
    max-width: 40%;
    padding-top: 30px;
    padding-right: 20px;
}
.card-front,
.card-front-2 {
    width: 85%;
    background-color: #fff;
    padding: 2rem 2rem;
    margin: 3rem auto;
    border-radius: 8px;
}
.card-front-2 {
    width: 85%;
    padding: 2rem 4rem;
    margin: 5rem auto;
}
.article-h2 {
    margin-bottom: 10px;
    color: #27313c;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
}
.article-h2 span {
    font-size: 38px;
    color: #FF7F50;
}
.article-h3 {
    margin-bottom: 10px;
    color: #27313;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
}
.article-h4 {
    margin-bottom: 10px;
    color: #27313;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
.card_header a {
    color: #27313c;
}
.annonce {
	text-align: center;
	color: #5a5858;
}
.article-list-wrapper {
    background-color: #fff;
    width: 95%;
    padding: 2rem 4rem;
    margin: 5rem auto;
}
.article-content span {
    display: block;
    font-size: 18px;
    color: #27313c;
    margin-top: 1rem;
    font-weight: 500;
    text-decoration: underline;
}
.article-content b {
    font-size: 18px;
    color: #27313c;
    font-weight: 500;
}
.article-content,
.article-short-desc {
    text-align: left;
    margin: 15px 0;
    line-height: 1.7;
    color: #999;
    font-size: 17px;
}
.article-share {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
}
.twitter-share-btn {
    position: absolute;
    left: 9rem;
    bottom: -19.5px;
}
.article-meta {
    font-size: 15px;
    text-align: right;
}
.btn19 {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #27313c;
    font-weight: 700;
    padding: 7px 16px;
    border: 1px solid #FF7F50;
    border-radius: 5px;
    background: #FF7F50;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease;
}
.btn19::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    border-color: transparent transparent transparent #27313c;
    transition: all 0.4s ease;
}
.btn19::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    border-color: transparent transparent #27313c;
    transition: all 0.35s ease;
}
.btn19:hover::before {
    border-width: 160px 0 0 160px;
}
.btn19:hover::after {
    border-width: 0 0 160px 160px;
}
.btn19:hover {
    color: #fff;
}
.btn19:active,
.btn19:focus {
    border: 2px solid #FF7F50;
}
.link-anim {
    position: relative;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}
.link-anim:hover {
    color: #fff;
}
.link-anim::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px;
    left: 0;
    background-color: #FF7F50;
    transform: scaleX(0);
    transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.link-anim:hover::before {
    visibility: visible;
    transform: scaleX(1);
}
nav {
    position: relative;
    right: 35px;
}
.nav {
    position: relative;
    right: 30px;
    margin-top: -3.6rem;
}
.nav ul li,
nav ul li {
    display: inline-flex;
}
label[for="toggle"].toggle-menu {
    display: block;
    position: relative;
    top: 0;
    padding: 0.7rem;
    right: 2px;
}
label[for="toggle-2"].toggle-menu {
    display: block;
    position: relative;
    top: 0;
    padding: 0.7rem;
    right: 20px;
}
label[for="toggle-2"].toggle-menu:hover span,
label[for="toggle"].toggle-menu:hover span {
    background-color: #FF7F50;
}
label[for="toggle-2"].toggle-menu span,
label[for="toggle"].toggle-menu span {
    display: block;
    position: relative;
    width: 2rem;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 50%;
    transition: all 0.45s;
}
label[for="toggle-2"].toggle-menu span:last-child,
label[for="toggle"].toggle-menu span:last-child {
    margin-bottom: 0;
}
#toggle,
#toggle-2,
label[for="toggle-2"] i.menu-bars,
label[for="toggle"] i.menu-bars {
    display: none;
}
@media only screen and (max-width: 1100px) {
    #toggle-2 {
        position: absolute;
        top: -9999px;
        left: -9999px;
        background: 0 0;
    }
    #toggle-2,
    label[for="toggle-2"] i.menu-bars {
        display: block;
    }
    #toggle-2:focus {
        background: 0 0;
    }
    #toggle-2 label[for="toggle-2"] {
        float: right;
        padding: 20px 0;
        display: block;
        cursor: pointer;
    }
    #toggle-2:checked ~ .nav {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        animation: slide-bottom 0.5s both;
    }
    #toggle-2 ~ label[for="toggle-2"]:hover span:nth-child(2) {
        transform: translateX(6px);
    }
    #toggle-2:checked ~ label[for="toggle-2"] span:nth-child(2) {
        transform: translateX(-5rem);
        opacity: 0;
    }
    #toggle-2:checked ~ label[for="toggle-2"] span:nth-child(3) {
        transform: rotate(135deg);
        top: -8px;
    }
    #toggle-2:checked ~ label[for="toggle-2"] span:first-child {
        transform: rotate(-135deg);
        top: 8px;
    }
    #toggle-2:checked:hover ~ label[for="toggle-2"] span:first-child {
        transform: rotate(-32deg);
        transition: all 0.35s;
        top: 16.5px;
    }
    #toggle-2:checked:hover ~ label[for="toggle-2"] span:nth-child(3) {
        transform: rotate(32deg);
        transition: all 0.35s;
        top: -16.5px;
    }
    .nav {
        display: none;
        position: absolute;
        right: 500px;
        margin-top: -4px;
        height: 300vh;
        width: 100vw;
        background-color: #27313c;
        z-index: 1;
    }
    .nav ul {
        margin-left: 0;
    }
    .nav ul li {
        padding: 1rem 0;
        margin: 0;
        width: 100%;
        display: block;
        text-align: center;
    }
    .header-2 .nav ul li a {
        width: 100%;
        color: #fff;
        font-size: 24px;
        padding: 10px 15px;
        display: block;
        border-bottom: 1px solid rgba(225, 225, 225, 0.3);
    }
}
.log-bg .fa {
    font-size: 20px;
    vertical-align: middle;
}
@media only screen and (max-width: 950px) {
    #toggle,
    label[for="toggle"] i.menu-bars {
        display: block;
    }
    #toggle {
        position: absolute;
        top: -9999px;
        left: -9999px;
        background: 0 0;
    }
    #toggle:focus {
        background: 0 0;
    }
    #toggle label[for="toggle"] {
        float: right;
        padding: 20px 0;
        display: block;
        cursor: pointer;
    }
    #toggle:checked ~ nav {
        display: flex;
        justify-content: center;
        animation: slide-bottom 0.5s both;
    }
    #toggle ~ label[for="toggle"]:hover span:nth-child(2) {
        transform: translateX(6px);
    }
    #toggle:checked ~ label[for="toggle"] span:nth-child(2) {
        transform: translateX(-5rem);
        opacity: 0;
    }
    #toggle:checked ~ label[for="toggle"] span:nth-child(3) {
        transform: rotate(135deg);
        top: -8px;
    }
    #toggle:checked ~ label[for="toggle"] span:first-child {
        transform: rotate(-135deg);
        top: 8px;
    }
    #toggle:checked:hover ~ label[for="toggle"] span:first-child {
        transform: rotate(-32deg);
        transition: all 0.35s;
        top: 16.5px;
    }
    #toggle:checked:hover ~ label[for="toggle"] span:nth-child(3) {
        transform: rotate(32deg);
        transition: all 0.35s;
        top: -16.5px;
    }
    nav {
        display: none;
        position: absolute;
        right: 500px;
        margin-top: -5px;
        height: 300vh;
        width: 100vw;
        background-color: #27313c;
        z-index: 1;
    }
    nav ul {
        padding-top: 4rem;
        margin-right: -5px;
    }
    nav ul li {
        padding: 1rem 0;
        margin: 0;
        width: 100%;
        display: block;
        text-align: center;
    }
    nav ul li a {
        color: #fff;
        font-size: 15px;
        padding: 10px 15px;
        display: block;
        border-bottom: 1px solid rgba(225, 225, 225, 0.3);
    }
}
@keyframes slide-bottom {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(500px);
    }
}
.card-right h2 {
    margin-top: 0;
}
.switch-lang {
    text-align: center;
    cursor: pointer;
    z-index: 50;
    position: absolute;
    top: 12px;
    right: 15px;
}
.switch-lang:hover .lang-dropdown {
    display: flex;
    flex-direction: column;
}
.current-lang {
    border-radius: 5px;
}
.current-lang i {
    font-size: 1.3rem;
    background-color: #27313c;
    padding: 8px;
    color: #FF7F50;
}
.selecting-lang {
    padding: 6px;
    cursor: pointer;
}
.selecting-lang:hover {
    background: #fff;
    transition: all 0.3s;
}
.selecting-lang img {
    position: relative;
    width: 30px;
    height: auto;
}
.lang-dropdown {
    display: none;
    background-color: #27313c;
    transition: all 0.3s;
}
.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.surf-bonus {
    font-size: 18px;
    font-weight: 700;
    color: #71c200;
    text-align: center;
    margin-bottom: 1rem;
}
.bonus {
    text-align: center;
}
.flex-ads {
    height: 250px;
}
iframe {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    border: 0;
}
a {
    cursor: pointer;
    color: #FF7F50;
    text-decoration: none;
    transition: all 0.35s ease;
    outline: 0;
}
.active,
a:hover {
    color: #ff4500;
}
.main-content {
    width: 100%;
    margin: 3rem auto;
}
.headerUp {
    display: block;
    position: absolute;
    background-color: #FF7F50;
    width: 100%;
    z-index: -1;
    padding-bottom: 40px;
}
.headerUp-2 {
    display: inline-block;
    position: relative;
    background-color: #FF7F50;
    width: 100%;
    z-index: -1;
}
.headerUp-2 > p,
.headerUp > p {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    color: #27313c;
    padding: 0 1rem;
}
.headerUp > p {
    margin-top: 8px;
}
.headerUp-2 > p {
    margin: 5px 0;
}
.headerUp span,
.headerUp-2 span {
    color: #fff;
}
.header-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 15px 0;
    background-color: #27313c;
}
.header svg {
    display: block;
    position: relative;
    width: 100%;
    top: 2rem;
    transition: all 0.35s ease;
    z-index: 0;
}
.header .logo,
.header-2 .logo {
    background: url(../images/visible.png) no-repeat center;
    position: absolute;
    left: 20px;
    top: 75px;
    display: block;
    background-size: 190px 35px;
    width: 200px;
    height: 35px;
    z-index: 1;
}
.header-2 .logo {
    position: relative;
    top: 0;
}
.nav,
nav {
    position: absolute;
    top: 4.4rem;
}
.header-2 .nav a {
    display: inline-block;
    text-decoration: none;
    color: #FF7F50;
    font-size: 17px;
    font-weight: 700;
    margin-right: 0.5rem;
}
.header-2 .nav .log-bg {
    background: #FF7F50;
    padding: 3px 10px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
}
.header-2 .nav .log-bg:hover {
    position: relative;
    top: -0.5px;
    color: #FF7F50;
    background: #fff;
}
.header-2 .nav a:active,
.header-2 .nav a:focus,
.header-2 .nav a:hover {
    position: relative;
    top: -1px;
    color: #fff;
}
.header-bg {
    width: 100vw;
}
.card {
    width: 100%;
    margin: 2rem auto;
    padding: 0 20px;
    text-align: left;
}
.card .f-text {
    text-align: left;
    margin: 15px 5px 15px;
    line-height: 1.5;
    color: #999;
    font-size: 16px;
}
.surf-bonus i,
.textInfo-2 > p i,
.textInfo > p i,
.withdraw .textInfo > i {
    display: inline-block;
    font-size: 25px;
    margin-right: 5px;
    color: #ff4500;
}
.fg > p span {
    font-size: 32px;
    color: #FF7F50;
    font-weight: 700;
    display: inline-block;
    margin-top: -0.5rem;
}
.textInfo {
    font-size: 17px;
    color: #999;
    margin-bottom: 1rem;
}
.textInfo-2 {
    text-align: center;
    margin: 1rem auto;
    font-size: 19px;
    color: #FF7F50;
    font-weight: 700;
}
.earn-points {
    text-align: center;
}
.card .more-txt {
    margin-top: 27px;
    line-height: 1.8;
}
#btn-sbmt {
    display: block;
    padding: 15px 30px;
    background: #FF7F50;
    border-radius: 3px;
    border: 0;
    text-decoration: none;
    color: #fff;
    margin-bottom: 30px;
    width: 34%;
}
.card-in-main {
    width: 100%;
    display: inline-block;
}
.card-left {
    width: 42%;
    display: inline-block;
    float: left;
}
.card-left img {
    width: 100%;
    height: auto;
    display: inline-block;
    border: 16px solid #27313c;
    border-radius: 30px;
    transition: all 0.35s;
}
.card-right {
    width: 57%;
    float: right;
    display: block;
    padding-right: 1rem;
}
.left2 {
    float: right;
}
.card #btn_crdrgt,
.card #btn_crdrgt1,
.card #btn_wcu {
    display: inline-block;
    padding: 10px 18px;
    margin-top: 14px;
    background: #27313c;
    border-radius: 7px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    width: auto;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.card #btn_crdrgt:hover,
.card #btn_crdrgt1:hover,
.card #btn_wcu:hover {
    background: #FF7F50;
}
.card .or {
    color: #FF7F50;
    font-weight: 700;
    padding: 0 0.1rem;
}
.card .feature-content ol,
.card .feature-content p {
    display: none;
}
.card .feature-content li {
    text-align: left;
    margin: 15px 0px 10px 30px;
    line-height: 1.5;
    list-style-position: inside;
}
.statistics {
    white-space: nowrap;
    text-align: center;
    padding: 0.5rem;
    background: #fff;
    position: relative;
    margin-bottom: -2.7rem;
}
.statistics .item {
    width: 33%;
    display: inline-block;
    margin: 20px 0;
    border-radius: 5px;
}
.statistics .item span {
    font-size: 18px;
    font-weight: 500;
}
.message-wrapper .message-gdpr {
    display: block;
    position: absolute;
    text-align: left;
    background-color: #000;
    color: #5cb435;
    font-size: calc(0.6vh + 1.8vw);
    padding: 2rem;
    width: 100%;
    height: 45vh;
    top: 0;
    opacity: 1;
    transition: all 0.5s;
    z-index: 999;
}
.message-wrapper .message-gdpr > p:first-of-type {
    color: #fff;
    font-weight: 700;
}
.message-wrapper .message-gdpr .gdpr-btn {
    display: block;
    text-align: center;
    margin-top: 0.5rem;
}
.message-wrapper .message-gdpr .gdpr-btn a {
    position: relative;
    color: #fff;
    background-color: #5cb435;
    padding: 5px 12px;
    margin: 0 1rem;
    border-radius: 8px;
}
.message-wrapper .message-gdpr .gdpr-btn a:hover {
    background-color: #bfbfbf;
    color: #000;
}
label[for="toggle-3"] {
    position: absolute;
    cursor: pointer;
    top: 0.3rem;
    right: 0.5rem;
    font-size: 3rem;
    color: #fff;
    width: 3rem;
    height: auto;
    margin-left: 1rem;
}
#toggle-3:checked ~ .message-gdpr {
    opacity: 0;
    z-index: -1;
    transition: all 0.7s;
}
.toggle-3 {
    position: absolute;
    top: 0;
    left: -9999px;
}
@media all and (min-width: 100px) and (max-width: 650px) {
    .message-wrapper .message-gdpr {
        font-size: 16px;
    }
    .message-wrapper .message-gdpr .gdpr-btn {
        margin-top: 1rem;
    }
}
@media all and (min-width: 651px) and (max-width: 1250px) {
    .message-wrapper .message-gdpr .gdpr-btn {
        margin-top: 0.5rem;
    }
}
@media only screen and (max-width: 950px) {
    .headerUp {
        display: none;
    }
    .header {
        display: block;
        width: 100%;
        padding: 14px 0;
        height: 70px;
        background-color: #27313c;
    }
    .header .logo {
        display: inline-block;
        position: absolute;
        background-size: 170px 30px;
        top: 35px;
        left: 48%;
        transform: translate(-50%, -50%);
        height: 35px;
    }
    .switch-lang {
        position: absolute;
        width: 40px;
        left: 15px;
        top: 16px;
    }
    .current-lang {
        padding: 0 2px;
    }
    .selecting-lang img {
        margin-left: -1px;
    }
    label[for="toggle"].toggle-menu {
        float: right;
        top: 0;
        right: 15px;
        z-index: 2;
    }
    .card-left {
        width: 100%;
        margin-bottom: 55px;
    }
    .card-left img {
        width: 80%;
        height: 400px;
        display: block;
        margin: 0 auto;
        transition: all 0.35s;
    }
    .card-right {
        width: 100%;
        padding-bottom: 15px;
        text-align: center;
        padding-right: 0;
    }
    .main-content {
        margin-top: 2rem;
        transition: all 1s;
    }
    .header-bg {
        display: none;
        height: 0;
        width: 0;
    }
}
.fg {
    margin-bottom: 12px;
}
.hide {
    display: none;
}
.form_input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 11px 10px;
    background: #efefef;
    background-image: none;
    border: 1px solid #a0b3b0;
    color: #999;
    font: 400 14px/1.4 "Open Sans", sans-serif;
    border-radius: 0;
    -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.websites h2 {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: inherit;
    font-weight: 500;
}
.fg {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: left;
}
.captcha {
    float: left;
    width: 100%;
}
.captcha_img {
    float: left;
    margin-bottom: 25px;
    margin-left: 12px;
}
.captcha_input {
    width: 34%;
    float: left;
}
.card_sidebar {
    float: left;
    background-color: #fff;
    padding: 13px 17px;
    width: 20%;
    margin-left: 2.5rem;
    text-align: center;
    position: relative;
    clear: left;
    margin-bottom: 10px;
    border-radius: 8px;
}
.sb-btn {
    display: block;
    padding: 0 5px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    opacity: 0.9;
    font-weight: 700;
    border-radius: 3px;
    padding: 9px 14px;
    background-color: #FF7F50;
    width: 100%;
    margin: 12px 1px;
}
a.sb-btn:hover {
    color: #fefefe;
}
.icon {
    float: right;
    width: 24px;
    height: 24px;
}
.loggedIn p {
    text-align: right;
}
.Quick-links {
    width: 49%;
    height: 75px;
    margin: 7px 3px;
    border: 1px solid #9e9e9e;
    float: left;
    background: #ededed;
    padding: 25px 11px;
}
.Quick-links a {
    color: #525252;
    text-decoration: none;
}
.Quick-links a:hover {
    color: #FF7F50;
}
div.av-points {
    width: 33%;
    display: inline-block;
    margin: 10px 0;
    border-radius: 5px;
}
div.av-points p {
    margin: 0 0 27px;
    line-height: 1.5;
    color: #27313c;
}
#p_stats {
    white-space: nowrap;
    text-align: center;
}
.sidebar {
    line-height: 24px;
    text-align: left;
}
.sidebar a:hover {
    opacity: 1;
}
.plans {
    list-style: none;
    margin: 0;
}
.plans .plan.highlight,
.plans .plan:hover {
    opacity: 1;
}
.plans .plan {
    background: #efefef;
    border-radius: 6px;
    height: 60px;
    margin: 10px 0;
    opacity: 0.8;
    padding: 4px 25px;
    width: 100%;
}
.plans .plan .price.price-green {
    background-color: #27313c;
    color: #fff;
}
.plans .plan .price.price-red {
    background-color: #f1e1d1;
    color: #b35227;
}
.plans .plan .price {
    border-radius: 3px;
    cursor: default;
    display: block;
    float: left;
    height: 46px;
    line-height: 46px;
    margin: 4px 10px 0 0;
    text-align: center;
    width: 91px;
}
.plans .plan .details {
    color: #222;
    display: block;
    float: left;
    height: 46px;
    margin: 8px 0;
    padding: 0 10px;
}
.plans .plan .details .plan-title {
    font-size: 17px;
    font-weight: 400;
    margin: 2px 0 0;
    padding: 0;
    text-transform: uppercase;
}
.plans .plan .details .plan-description {
    color: #666;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.plans .plan .select {
    background: #FF7F50;
    border-radius: 4px;
    color: #fff;
    display: block;
    float: right;
    font-size: 14px;
    margin: 11px 0;
    padding: 8px 15px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid transparent;
}
.plans .plan .select:hover {
    background: #c9795c;
}
.dash {
    background: rgba(255, 255, 255, 0.96);
    min-height: 473px;
    padding: 15px 30px;
    float: right;
    width: 70%;
    margin-right: 2.5rem;
    margin-bottom: 2rem;
    border-radius: 8px;
}
.dash .title-h2 {
    position: relative;
    top: -2rem;
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
.dash .title-h3 {
    font-size: 25px;
    font-weight: 400;
    color: #000;
}
.dash .user-name span,
.fg a.withdraw {
    font-size: 16px;
    font-weight: 700;
    background-color: #ddd;
    padding: 3px 9px;
    border-radius: 5px;
    color: #000;
}
.dash div > ul {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.dash div > ul li {
    width: 100%;
    margin-top: 0;
    display: block;
    padding: 5px 0;
    float: left;
    margin-bottom: 6px;
}
.dash div > ul li:not(.even) {
    font-weight: 600;
}
.dash div > ul li.even {
    text-align: right;
}
.fg .value {
    font-size: 16px;
}
.profile div > ul {
    float: left;
    width: 100%;
	margin-bottom: 10px;
}
.profile div > ul li {
    width: 50%;
    margin-top: 0px;
    display: inline-block;
    padding: 5px 0;
    float: left;
    margin-bottom: 6px;
}
.profile div > ul li:not(.even) {
    font-weight: 600;
}
.profile div > ul li.even {
    text-align: right;
}
.card-front #btn-sbmt {
    display: block;
    position: relative;
    padding: 15px 0;
    background: #FF7F50;
    border-radius: 3px;
    border: 0;
    text-decoration: none;
    color: #fff;
    width: 30%;
    text-align: center;
}
#btn-sbmt:hover {
    background: #ff4500;
    color: #fff;
}
.dash .feature-content img,
.dash .feature-content p {
    display: none;
}
.dash img {
    text-align: center;
    margin: 0 6px;
    float: left;
}
.dash .center img {
    text-align: center;
    margin: 0 6px;
    float: initial;
}
.dash .social-links,
a.social-links {
    width: 49%;
    float: left;
    min-height: 1px;
}
.dash .twitter {
    background: url(../images/twitter-x-48.png) no-repeat left;
    padding-left: 45px;
    font-weight: 700;
    line-height: 40px;
    float: left;
    margin-top: 10px;
}
.dash .facebook {
    background: url(../images/facebook.png) no-repeat left;
    padding-left: 45px;
    font-weight: 700;
    line-height: 40px;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}
.panel {
    padding: 13px 9px;
    height: 45px;
    margin-top: 13px;
    display: block;
    border-left: 6px solid #27313c;
    background-color: #f5f5f5;
}
.manual-exchange {
    background: #27313c;
    border-color: #000;
    position: relative;
    width: 205px;
    border: 1px solid #000;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    border-image: initial;
    color: #efefef;
    border-radius: 3px;
}
.manual-exchange .button {
    background: #95c95c;
    padding: 8px 25px;
    color: #fff;
}
#faq section .faq_answer {
    padding: 1em 0;
    display: none;
    color: darkslategray;
}
#faq section > h4 {
    font-size: 16px;
    font-weight: 300;
    padding: 0.65em;
    margin: 0;
    padding-left: 0;
    cursor: pointer;
}
#faq section > h4 > .ffff {
    color: #76af33;
    margin-right: 1em;
}
table a:link {
    color: #666;
    font-weight: 700;
    text-decoration: none;
}
table a:visited {
    color: #999;
    font-weight: 700;
    text-decoration: none;
}
table a:active,
table a:hover {
    color: #bd5a35;
    text-decoration: underline;
}
table {
    width: 100%;
    color: #666;
    font-size: 12px;
    background: #eaebec;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
}
table th {
    padding: 21px 25px 22px 25px;
    background: #ededed;
}
table th:first-child {
    text-align: left;
    padding-left: 20px;
}
table tr {
    text-align: center;
    padding-left: 20px;
}
table td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}
table td {
    padding: 18px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
}
table tr.even td {
    background: #fefefe;
}
table tr:last-child td {
    border-bottom: 0;
}
table tr:hover td {
    background: #f2f2f2;
}
tr:nth-child(even) td {
    background: #fefefe;
}
ul.pagination {
    text-align: right;
    padding: 16px 0;
}
ul.pagination li {
    display: inline;
    padding: 0 3px;
}
ul.pagination a {
    color: #292c2f;
    background: #efefef;
    display: inline-block;
    padding: 3px 11px;
    border: 1px solid #bec0c0;
    text-decoration: none;
}
ul.pagination .current,
ul.pagination a:hover {
    background: #292c2f;
    color: #fff;
}
.message {
    cursor: pointer;
    clear: both;
    margin: 20px 0 20px 0;
}
.success {
    background: #effeb9 url(../images/icons/close.png) no-repeat right 12px center;
    border: 1px solid #c1d779;
    color: #3c5a01;
}
.message p {
    font-size: 12px;
    padding: 10px 25px 10px 10px;
    margin: 0;
    color: #565656;
}
.error {
    background: #fccac1 url(../images/icons/close.png) no-repeat right 12px center;
    border: 1px solid #e18b7c;
    color: #ac260f;
}
.wait {
    height: 98px;
    line-height: 143px;
    text-align: center;
}
.loader img {
    display: block;
    margin: auto;
    margin-top: 14px;
    float: none;
}
.actions {
    width: 16%;
}
.actions img {
    float: initial;
    text-align: center;
    margin: 0 6px;
}
#email-status,
#user-status {
    font-size: 13px;
    font-style: italic;
    color: #ac260f;
    float: right;
}
.select-deselect-all {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: inherit;
    border-radius: 3px;
    outline: 0;
    padding: 4px 9px;
    background-color: #c1c1c1;
    border: 0 none;
    margin-top: 15px;
    margin-bottom: 15px;
}
ul.items {
    text-align: left;
    list-style-type: none;
    margin-top: 5px;
    padding-top: 0.8rem;
    background-color: #f2f2f2;
}
ul.items li {
    float: left;
    margin-right: 15px;
    text-align: left;
}
ul.items li:nth-child(5n + 6) {
    clear: left;
    float: left;
}
@media all and (min-width: 768px) and (max-width: 980px) {
    .Quick-links {
        width: 49.1%;
    }
    .card_sidebar {
        float: left;
        clear: left;
        margin: 0 0 10px;
        width: 100%;
    }
    .dash {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }
}
@media all and (min-width: 100px) and (max-width: 767px) {
    .dash {
        margin-right: 0;
    }
    .card_sidebar {
        float: left;
        clear: left;
        margin: 0 0 10px;
        width: 100%;
    }
    .dash {
        width: 100%;
        margin-top: 10px;
    }
    .Quick-links {
        width: 100%;
    }
    .card-left img {
        width: 100%;
        height: 330px;
        margin: 0 auto;
        transition: all 0.35s;
    }
    .statistics .item {
        display: block;
        width: 100%;
        margin: 1rem 0;
    }
    .card-right {
        padding-bottom: 15px;
    }
    .dash .av-points {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 1.5rem 0;
        box-shadow: none;
        float: none;
    }
    .sb-btn {
        display: inline-block;
    }
    .plans > li.plan {
        display: table;
        height: auto;
        table-layout: fixed;
        width: 100%;
    }
    .plans .plan span.price {
        clear: both;
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .plans .plan div.details {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .plans .plan button.select {
        clear: both;
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (min-width: 100px) and (max-width: 600px) {
    .card-front #btn-sbmt {
        width: 100%;
    }
    #btn-sbmt {
        width: 100%;
    }
    .card-in-main span {
        width: 100%;
        text-align: center;
        padding: 9px 0;
        float: left;
    }
    .card #btn_crdrgt,
    .card #btn_wcu {
        width: 100%;
        text-align: center;
    }
    .card h1 {
        font-size: 22px;
    }
    .footer .footer-left,
    .footer .footer-right {
        text-align: center;
    }
    .footer .footer-right {
        float: none;
        margin: 0 auto 20px;
    }
    .footer .footer-left p.footer-links {
        line-height: 1.8;
    }
}
@media all and (min-width: 100px) and (max-width: 480px) {
    .fg label {
        display: inline-block;
        min-width: 340px;
        max-width: 100%;
        margin-bottom: 5px;
        font-size: 16px;
        text-align: left;
    }
    .card-left img {
        width: 100%;
        height: 220px;
        margin: 0 auto;
        transition: all 0.35s;
    }
    table {
        width: auto;
        color: #666;
        font-size: 12px;
        background: #eaebec;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0 1px 2px #d1d1d1;
        -webkit-box-shadow: 0 1px 2px #d1d1d1;
        box-shadow: 0 1px 2px #d1d1d1;
    }
    table th {
        padding: 10px 5px 10px 2px;
        background: #ededed;
    }
    table th:first-child {
        text-align: left;
        padding-left: 5px;
    }
    table tr {
        text-align: center;
        padding-left: 10px;
    }
    table td:first-child {
        text-align: left;
        padding-left: 10px;
        border-left: 0;
    }
    table td {
        padding: 7px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        background: #fafafa;
    }
    .dash .social-links,
    a.social-links {
        width: 100%;
        float: left;
    }
    .captcha_input {
        width: 100%;
    }
    .card #btn-sbmt {
        width: 100%;
    }
    .statistics .item span {
        display: block;
        width: 100%;
    }
    .Quick-links {
        width: 100%;
    }
    .pagination {
        width: 100%;
    }
    .pagination a {
        display: block;
    }
    .dash .facebook {
        float: none;
    }
    .profile div > ul li {
        width: 100%;
        text-align: center;
    }
    .profile div > ul li.even {
        text-align: center;
    }
    .items {
        min-width: 100%;
    }
}
.pagination {
    display: flex;
    justify-content: center;
    padding: 20px;
}
.pagBtn {
    display: inline-block;
    padding: 2px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px silver;
    background: #e9e9e9;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    color: #717171;
    text-shadow: 0 1px 0 #fff;
}
.pagBtn:hover {
    background: #fefefe;
}
.wrapper {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 50px;
    -webkit-clip-path: polygon(0 0, 100% 2vw, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 2vw, 100% 100%, 0 100%);
    transition: all 0.3s ease;
}
.feature-card-title {
    max-width: 100%;
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #27313c;
    text-align: center;
    padding: 3rem 1.5rem;
}
.cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.col {
    width: calc(22% - 2rem);
    margin: 1rem;
    cursor: pointer;
}
.container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.back,
.front {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 290px;
    height: auto;
    border-radius: 10px;
    color: #000;
    font-size: 1rem;
}
.back {
    background: #FF7F50;
    background: -webkit-linear-gradient(45deg, #FF7F50 0, #FF7F50 100%);
    background: -o-linear-gradient(45deg, #FF7F50 0, #FF7F50 100%);
    background: linear-gradient(45deg, #FF7F50 0, #FF7F50 100%);
}
.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: 1;
    background-color: #efefef;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}
.container:hover .back,
.container:hover .front {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 53%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}
.container .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.container .front {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.container:hover .back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.container:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.front .inner p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}
.front .inner p:after {
    content: "";
    width: 8rem;
    height: 2px;
    position: absolute;
    background: #000;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.75rem;
}
@media screen and (max-width: 64rem) {
    .col {
        width: calc(33.333333% - 2rem);
    }
    .back,
    .front {
        min-height: 320px;
    }
}
@media screen and (max-width: 48rem) {
    .col {
        width: calc(50% - 2rem);
    }
}
@media screen and (max-width: 32rem) {
    .col {
        width: 70%;
        margin: 0 0 2rem 0;
    }
}
.articles {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 30px;
    font-family: "Open Sans", sans-serif;
}
.articles .row {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: center;
    flex: 0 auto;
    transition: opacity 0.2s ease;
}
.articles .col {
    position: sticky;
    top: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: 100%;
    cursor: default;
}
.text-block {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.5rem;
}
.articles .article-demo-img {
    width: 80%;
    max-width: 80%;
    height: auto;
    margin: 30px auto;
    padding: 0 10px;
}
.text-block p {
    color: #090e1f;
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
    text-align: left;
}
.card-article {
    max-width: 700px;
    margin-top: 30px;
    border-radius: 10px;
    background-color: #f4f4f4;
    box-shadow: 0 8px 10px 0 rgba(2, 11, 44, 0.5);
    transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-article:hover {
    box-shadow: 0 4px 15px 0 rgba(2, 11, 44, 0.8);
}
.card_header {
    padding: 10px 32px;
}
.card_text {
    margin-bottom: 15px;
    color: #3d445d;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}
@media screen and (max-width: 991px) {
    .articles .col {
        margin: 0 auto;
    }
    .text-block {
        margin: -3rem auto;
    }
    .card_header {
        margin: 0 auto;
    }
    .articles .article-demo-img {
        width: 70%;
        height: auto;
    }
    .articles {
        padding-right: 20px;
        padding-left: 20px;
    }
    .articles .row {
        flex: 0 auto;
        flex-direction: column;
    }
    .articles .col {
        position: relative;
        align-items: flex-start;
        width: 100%;
        padding: 30px 0;
    }
    .articles .card-article {
        margin-bottom: 1rem;
        width: 100%;
        max-width: none;
    }
}
@media screen and (max-width: 760px) {
    .articles {
        padding-right: 30px;
        padding-left: 30px;
    }
    .text-block h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 479px) {
    .articles .article-demo-img {
        width: 80%;
        height: auto;
    }
    .articles {
        padding-right: 10px;
        padding-left: 10px;
    }
    .articles .col {
        width: 100%;
        padding: 15px;
    }
    .text-block {
        width: 100%;
    }
    .card_text {
        font-size: 18px;
    }
    .card-article {
        height: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
.footer-distributed {
    background-color: #292c2f;
    box-sizing: border-box;
    width: 100%;
    font: bold 16px sans-serif;
    padding: 40px 40px;
    margin-bottom: -3rem;
}
.footer-logo {
    width: 180px;
    height: 30px;
}
.footer-center,
.footer-left,
.footer-right {
    display: inline-block;
    vertical-align: top;
}
.footer-distributed .footer-left {
    width: 33%;
}
.footer-distributed .footer-links {
    color: #fff;
    margin: 15px 0;
    padding: 5px;
}
.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}
.footer-distributed .footer-center {
    width: 33%;
}
.footer-distributed .footer-center i {
    background-color: #FF7F50;
    color: #fff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 8px 15px;
    vertical-align: middle;
    transition: all 0.3s;
}
.footer-distributed .footer-center i:hover {
    background-color: #fff;
    color: #888;
    transition: all 0.3s;
}
.footer-distributed .footer-center .fa-envelope {
    font-size: 18px;
    line-height: 38px;
}
.footer-distributed .footer-center p {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
.footer-distributed .footer-center p span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
}
.footer-distributed .footer-center p a {
    color: #fff;
    text-decoration: none;
}
.footer-distributed .footer-right {
    width: 33%;
}
.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
.footer-distributed .footer-company-about span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.footer-distributed .footer-icons {
    margin-top: 12px;
    margin-bottom: -2.5rem;
}
.footer-distributed .footer-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
}
.footer-distributed .footer-icons a:hover {
    background-color: #FF7F50;
}
.text-powered {
    margin-left: 6px;
    margin-top: 5px;
    font-size: 14px;
}
@media (max-width: 984px) {
    .footer-distributed .footer-left {
        width: 65%;
    }
    .footer-distributed .footer-center {
        width: 34%;
    }
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin: 2rem auto;
    }
}
@media (max-width: 895px) {
    .footer-distributed {
        font: bold 16px sans-serif;
    }
    .footer-distributed .footer-center,
    .footer-distributed .footer-left,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-center div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}