html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

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

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

/* text align right */
.txt-lt {
    text-align: left;
}

/* text align left */
.txt-center {
    text-align: center;
}

/* text align center */
.float-rt {
    float: right;
}

/* float right */
.float-lt {
    float: left;
}

/* float left */
.clear {
    clear: both;
}

/* clear float */
.pos-relative {
    position: relative;
}

/* Position Relative */
.pos-absolute {
    position: absolute;
}

/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}

/* vertical align top */
nav.vertical ul li {
    display: block;
}

/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}

/* horizontal menu */
img {
    max-width: 100%;
}

/*end reset*/
body {
    padding: 0;
    margin: 0;
    background: #ab94fb;
    font-family: 'Lato', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

.dzmail-tip{
    margin-bottom: 8px;
}

.main {
    padding: 50px 0;
}

.main h1 {
    font-family: 'Crete Round', serif;
    font-size: 40px;
    text-align: center;
    color: #060606;
    margin-bottom: 30px;
}

.content {
    margin: 0 auto;
    width: 30%;
    border-radius: 12px;
    background-image: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.59) 76%);
}

p.footer {
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: 500;
    margin-top: 30px;
}

p.footer a {
    color: #55ACEE;
}

p.footer a:hover {
    color: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


.toptip {
    /* background-color: rgba(255, 255, 255, 0.6); */
    /* color: #555F61; */
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: #ee5555;
    font-family: 'Crete Round', serif;
    padding: 10px 0;
    /* display: inline-flex
; */
    /* width: 100vw; */
    /* padding: 0 1.75rem; */
    /* vertical-align: middle; */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: 300;
    /* flex-direction: row-reverse; */
    /* justify-content: flex-end; */
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}


.toptip:hover {
    transform: scale(1.0425);
    background-color: #ff0808 !important ;
}

.show_host {

}

.content-top p {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    font-weight: bold;
}

.content-top ul li {
    display: block;
    font-size: 15px;
    color: #000;
    line-height: 1.8em;
    border-bottom: 1px solid #E2E0DE;
}

.content-top ul li a {
    color: #000;
    font-weight: 400;
}

.content-top ul li a i {
    font-style: normal;
    display: block;
    margin: 6px 0;
    font-weight: bold;
}

.content-top ul li span {
    display: block;
    color: #999;
}

.content-top {
    padding: 1.5em;
}

.content-top p a {
    color: #55ACEE;
    margin-left: 5px;
}

/*-- responsive media queries --*/
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
    .content {
        width: 31%;
    }
}

@media (max-width: 1280px) {
    .content {
        width: 32%;
    }
}

@media (max-width: 1080px) {
    .content {
        width: 38%;
    }

    .main h1 {
        font-size: 36px;
    }

    .content-top h2 {
        font-size: 20px;
        padding: 10px 0;
    }

    .content-top ul li, .content-top p, p.footer {
        font-size: 14px;
    }
}

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

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

@media (max-width: 800px) {
    .main h1 {
        font-size: 34px;
    }

    .content {
        width: 46%;
    }
}

@media (max-width: 768px) {
    .main {
        padding: 90px 0;
    }

    .main h1 {
        margin-bottom: 55px;
    }

    p.footer {
        margin-top: 75px;
    }
}

@media (max-width: 736px) {
    .main {
        padding: 70px 0;
    }

    .main h1 {
        margin-bottom: 45px;
    }

    .content {
        width: 53%;
    }

    p.footer {
        margin-top: 50px;
    }
}

@media (max-width: 667px) {
    .main h1 {
        font-size: 32px;
        margin-bottom: 35px;
    }

    .main {
        padding: 60px 0;
    }

    .content {
        width: 57%;
    }

    .content-top h2 {
        font-size: 18px;
    }
}

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

@media (max-width: 600px) {
    .main h1 {
        font-size: 30px;
    }

    .content-top {
        padding: 1em;
    }

    .content {
        width: 62%;
    }
}

@media (max-width: 568px) {
    .content {
        width: 68%;
    }
}

@media (max-width: 480px) {
    .content {
        width: 78%;
    }

    .main h1 {
        font-size: 28px;
    }

    p.footer {
        margin-top: 42px;
    }
}

@media (max-width: 414px) {
    .content-top h2 {
        font-size: 16px;
    }

    .content {
        width: 85%;
    }

    .main {
        padding: 50px 0;
    }

    p.footer {
        line-height: 1.8em;
        margin: 42px auto 0 auto;
        width: 85%;
    }
}

@media (max-width: 384px) {
    .main h1 {
        font-size: 27px;
    }

    .content, p.footer {
        width: 90%;
    }

    p.footer {
        margin: 32px auto 0 auto;
    }
}

@media (max-width: 375px) {
    .main h1 {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .main {
        padding: 45px 0;
    }

    .content, p.footer {
        width: 92%;
    }

    .content-top h2 {
        padding: 8px 0;
    }
}

@media (max-width: 320px) {
    .main h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .content-top ul li {
        background-size: 13% !important;
    }

    .content-top {
        padding: 1.2em;
    }

    .content-top ul li, .content-top p, p.footer {
        font-size: 13px;
    }

    .content, p.footer {
        width: 90%;
    }
}


.show_webrelease_hosts{
    margin-bottom: 10px;
}

.email{
    background: #06090f;
    color: #eeeeff;
    padding: 5px 8px;
    border-radius: 4px;
}