*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
*:-moz-placeholder {
    color: #666;
    opacity: 1;
}
*::-moz-placeholder {
    color: #666;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}
.hidden {
    display: none;
}

.text-center {
    text-align: center;
}

.headings {

}

.content-wrapper {
    margin: 45px auto 0;
    padding: 35px 20px;
    background-color: #f0f3f4;
    max-width: 1070px;
}

.top-wrapper {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.headings h2 {
    font-size: 30px;
    color: #546282;
    margin: 0 35px 0 0;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
}
h2.title-top-ico {
    padding-bottom: 0;
    color: #546282;
    font-size: 30px;
    font-weight: 400;
    margin: 0 8px 0 0;
}
.diamond-top {
    margin-right: 45px;
    vertical-align: sub;
}
.headings .submit, .headings .what {
    font-family: 'Open Sans', arial, sans-serif;
    display: inline-block;
    font-size: 18px;
    padding: 8px 20px;
    border: 2px solid #546282;
    text-decoration: none;
    margin-right: 30px;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.headings .submit, .headings .what:focus {
    color: #000;
}

.headings .submit, .headings .what:active {
    color: #000;
}

.headings a:hover {
    text-decoration: none;
    color: #fff;
}

.headings a:active {
    text-decoration: none;
    color: #fff;
}

.headings a:focus {
    text-decoration: none;
    color: #fff;
}

.headings .submit {
    background-color: #546282;
    color: #fff;
}

.headings .head-buttons .what:hover {
    background-color: #546282;
    color: #fff;
}
.head-buttons {
    display: flex;
}
.headings .head-buttons .submit:hover {
    background-color: #fff;
    color: #546282;
}
.headings .what {
    background-color: #fff;
    color: #546282;
}
.icos-list {
    max-width: 1068px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
}
.upcoming {
    border: 1px solid #B3CC39;
}
.ongoing {
    border: 1px solid #2491cb;
}
.ico-item {
    background-color: #fff;
    padding: 10px 0 0 0;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    flex-basis: 15%;
    text-align: center;
    margin-right: 1%;

}
.ico-item div.diamond_small {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px!important;
    height: 20px!important;

}
.diamond_promote {
    width: 42px;
    height: 42px;
}

.ico-item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.diamond-top-wrapper {
    width: 32px;
    height: 39px;
    display: inline-block;
    margin-right: 30px;
}
.diamond-top-svg {
    margin: 0;
    width: 32px;
    height: 39px;
}

.ico-item-header {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.ico-item .hover-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    text-align: center;
    border-radius: 20px;
}

.ico-item .hover-overlay h3 {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    color: #546282;
    margin-top: 6px;
    line-height: 36px;
}

.ico-item .hover-overlay .map {
    margin-right: 0;
    width: auto;
}

.ico-item:hover .hover-overlay {
    opacity: 0.5;
}

.ico-item:hover .hover-overlay img {
    opacity: 1;
}

.ico-item:hover .hover-overlay h3 {
    opacity: 1;
}
.ico-item-sub-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.ico-item img {
    width: 42px;
    height: 42px;
    margin-bottom: 8px;
}

.ico-item .name {
    font-size: 14px;
    color: #687ba7;
    font-family: "Open Sans", sans-serif;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.ico-item .name.airdrop-name {
    padding: 0 10px;
}

.ico-item p {
    color: #000;
    font-size: 11px;
    line-height: 11px;
    padding: 0 6px;
    margin: 0;

}

.ico-item .lifetime {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #fff;
    padding: 6px 0;
}

.your-ico-life {
    background: #546282;
}

.your-ico {
    border: 1px solid #546282;
}

.going {
    background-color: #2491cb;
}

.coming {
    background-color: #B3CC39;
}

.date {
    color: #546282;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}

.date .number {
    font-size: 33px;
    padding: 0 10px;
}

.date.start {
    color: #bcc2d2;
}

.tab .tablinks {
    font-size: 18px;
    background-color: #4C6284;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    border: none;
    outline: none;
    padding: 0 15px;
    height: 57px;
    line-height: 57px;
    margin-left: -2px;
    min-width: 160px;
    margin-bottom: -13px;
}

.tab {
    margin-left: 2px;
}

.tab .tablinks.active {
    background-color: #fff;
    color: #4C6284;
    height: 83px;
}

.tabcontent {
    background-color: #fff;
    padding: 30px 14px 0;
    display: none;
    overflow-x: hidden;
}

.tabcontent.active {
    display: block;
}

.table-names {
    padding-bottom: 15px;
}

.table-names span {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #555555;
}

.table-item {
    padding: 10px 0;
}

.grey {
    background-color: #F9F9F9;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.white {
    background-color: #fff;
}
.highlight_blue {
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,148,206,1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,148,206,1);
    box-shadow: inset 0px 0px 10px 0px rgba(0,148,206,1);
}
.highlight_green {
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(179,204,57,1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(179,204,57,1);
    box-shadow: inset 0px 0px 10px 0px rgba(179,204,57,1);
}
.prem_ico_blue {
    color: #0094CE;
}
.prem_ico_green {
    color: #B3CC39;
}
.table-names span {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "RobotoMedium", sans-serif;
    font-weight: 800;
    color: #555555;
}

.table-item .descr {
    font-size: 14px;
    display: inline-block;
    padding-top: 10px;
    color: #555555;
    font-family: "Open Sans", sans-serif;
}

.table-item .end-date {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #546282;
    font-weight: 600;
    display: inline-block;
    margin-top: -11px;
}

.table-item .end-date .number {
    font-size: 22px;
    display: inline-block;
    margin-right: 8px;
}

.ico-cal-new {
    margin-top: 35px;
}

.table-row-item {
    display: flex;
    padding: 10px 0 10px 20px;
    margin-bottom: 2px;
    align-content: center;
    align-items: center;
    font-size: 14px;
    color: #555555;
    border-top: 1px solid #e4e4e4;
    position: relative;
}

.row-item-premium {
    background: #e5f2f9;
    border: 1px solid #e4e4e4;
}
.table-logo {
    width: 45px;
    min-width: 45px;
    min-height: 45px;
    margin-right: 45px;
    display: flex;
    align-items: center;

}
.table-name {
    flex-basis: 32%;
    padding-right: 6px;
}
.table-diamond-small {
    margin-right: 12px;
    width: 20px;
    display: inline-block;
}
.table-name {
    display: flex;
    align-items: center;
}
.table-description {
    flex-basis: 45%;
    padding-right: 6px;
}
.table-life-time-date {
    flex-basis: 12%;
    padding-right: 6px;
}
.table-life-time {
    flex-basis: 11%;
    padding-right: 6px;
}
.table-header {
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    border: none;
}
.table-header .table-name {
    text-align: center;
    display: block;
}
.token-name {
    color: #555555;
    font-size: 14px;
    font-weight: bold;
}
.row-item-premium-upcoming {
    border: 1px solid #e4e4e4;
    background: #f2f9e9;

}

@media only screen and (max-width: 768px) {
    .ico-item {
        flex-basis: 23%;
    }
    .ico-item:nth-child(6) {
        margin-right: 2%;
    }
    .ico-item:nth-child(4) {
        margin-right: 0;
    }
    .table-name {
        flex-direction: column;
    }
    .table-logo {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .table-diamond-small {
        position: absolute;
        left: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .main-info {
        padding: 10px 20px;
    }
    .ico-cal-new .tab {
        display: flex;
    }
    .ico-cal-new .tab .tablinks {
        min-width: 0;
        width: 100px;
        font-size: 14px;
        line-height: 15px;
    }
    .ico-cal-new .tab .tablinks.active {
        height: auto;
    }
    .ico-item {
        margin-right: 0;
    }
    .icos-list {
        justify-content: space-between;
    }
    .content-wrapper {
        padding: 35px 10px;
    }
    .ico-item:nth-child(6) {
        margin-right: 0;
    }
    .ico-item {
        flex-basis: 49%;
    }
    .top-wrapper {
        flex-direction: column;
    }
    .headings .submit, .headings .what {
        margin: 10px 0 0 0;
    }

    .head-buttons {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .headings .submit, .headings .what {
        font-size: 15px;
        padding: 8px 12px;
    }
    .table-description {
        display: none;
    }
    .table-logo {
        display: none;
    }
    .tabcontent {
        padding: 30px 0 0 0;
    }
    .table-name a {
        text-align: left;
    }
    .table-row-item {
        padding: 10px 0 10px 5px;
        min-height: 62px;
    }
    .table-name {
        flex-direction: row;
        justify-content: space-between;
        flex-basis: 50%;
        font-size: 13px;
    }
    .token-name {
        font-size: 13px;
    }
    .table-diamond-small {
        display: inline-block;
        order: 1;
        margin-right: 0;
        position: static;

    }
    .table-life-time {
        flex-basis: 38%;
        font-size: 13px;
    }
    .table-life-time-date {
        font-size: 13px;
        flex-basis: 37%;
    }
    .table-header .table-name {
        text-align: left;
    }

}