/******************************Steps***********************/

.steps {
    display: block;
    position: relative;
    width: 400px;
    height: 90px;
    margin: 80px auto 0;
}

.steps img {
    width: 100%;
}

.steps .step {
    display: block;
    position: absolute;
    top: 0px;
    width: 130px;
    height: 128px;
    text-align: center;
    color: #ececec;
    line-height: 150%;
    padding-top: 15px;
    font-size: 13px;
}

.steps .one {
    left: 0px;
}
.steps .two {
    left: 135px;
}
.steps .three {
    left: 270px;
}

.steps .step strong {
    font-size: 20px;
    color: #ececec;
}

.step span {
    font-size: 12px !important;
}

.dtext {
    display: block;
    text-align: center;
    color: #555;
    padding-bottom: 50px;
    font-size: 18px;
    padding-top: 5px;
    margin-top: 14px;
}

@-moz-document url-prefix() {
    .step.firefox-s {
        padding-left: 100px !important;
    }
}

.logo {
    display: block;
    margin: 0 auto;
    width: 200px;
    padding-top: 30px !important;
    padding-bottom: 20px;
}
.step.firefox-s {
    padding-left: 300px !important;
}

.wrap h1 {
    font-weight: normal !important;
    font-size: 40px !important;
    color: #333 !important;
    margin: 0 !important;
}

.wrap h2 {
    font-weight: lighter;
    font-size: 16px !important;
    color: #666;
}

button {
    padding: 20px 100px;
    border: none;
    font-size: 35px;
    color: #fff;
    font-weight: 700 !important;
    background: #8fc350;
    border-radius: 5px;
    transition: 0.2s ease;
}

button:hover {
    transform: scale(1.2);
}

bold {
    font-weight: 700;
}

ul.step {
    list-style: none;
    width: 550px;
    margin: 20px auto;
    padding-left: 100px !important;
}

ul.step li {
    text-align: left;
    font-weight: lighter;
    font-size: 16px !important;
    color: #666;
    padding-bottom: 10px;
}

.warp {
    display: block;
    width: 100%;
    height: 100%;
}

.logo {
    display: block;
    margin: 0 auto;
    width: 300px;
    padding-top: 30px !important;
}

@-moz-document url-prefix() {
    .card {
    }
}

.card {
    display: block;
    top: 150px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background: #fff;
    width: 800px;
    height: auto;
    border-radius: 10px;
    position: absolute;
    text-align: center;
}

.mainheader,
footer {
    display: none;
}
body {
    font-family: "Roboto", sans-serif;
    background: url(../images/convertorfull-dark.jpg) no-repeat center center
        fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*search*/
.i-search {
    position: absolute;
    display: block;
    width: 320px;
    box-sizing: border-box;
    border: 0px solid #cdcdcd;
    overflow: hidden;
    padding: 10px;
    border-radius: 5px;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.5);
    text-align: left;
}

.i-search img {
    width: 300px;
    /*  position: absolute;*/
    bottom: 0px;
}
.i-search p {
    /*padding-left: 210px;*/
    font-size: 11px;
    margin: 0px;
}

/*********Disclaimer********/
.br {
    display: block;
    position: absolute;
    color: #555;
    font-size: 12px;
    text-align: right;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    border-radius: 5px;
}

.br img {
    width: 120px;
}

.br a {
    color: #555;
    text-decoration: none;
}

.infotext {
    padding: 20px 5%;
    font-weight: lighter;
    font-size: 13px;
    color: #666;
    padding-bottom: 10px;
    line-height: 1.5em;
}

.infotext a {
    color: #0061ff;
    text-decoration: none;
    background-color: transparent;
}

/*search*/
.i-search {
    background-color: #4e4e4ebf;
    position: absolute;
    display: block;
    width: 320px;
    box-sizing: border-box;
    /* border: 0px solid #cdcdcd; */
    overflow: hidden;
    padding: 10px;
    border-radius: 5px;
    bottom: 10px;
    left: 10px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
}

.i-search img {
    width: 300px;
    /*  position: absolute;*/
    bottom: 0px;
}
.i-search p {
    /*padding-left: 210px;*/
    font-size: 11px;
    margin: 0px;
}
