.infotext {
    padding: 15px;
    font-size: 13px;
    color: #666;
    font-weight: lighter;
    padding-bottom: 10px;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

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

ul.step {
    list-style: square;
    width: 500px;
    margin: 20px auto;
    padding-left: 80px;
}

ul.step.chromeOnly {
    padding-left: 165px !important;
}

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

.card {
    display: block;
    margin: 50px auto 25px;
    background: #fff;
    width: 800px;
    height: auto;
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}

.toplogo {
    width: 200px;
    padding: 10px;
}

footer {
    display: none !important;
}

h1#hc {
    font-weight: normal;
    font-size: 35pt;
    margin: -10px 0 0 0;
}

/*search*/
.i-search {
    display: block;
    width: 320px;

    box-sizing: border-box;
    border: 0px solid #cdcdcd;
    position: fixed;
    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;
}

.mainheader,
footer {
    display: none;
}

/**********************Firefox addon****************************/
.ff-logo {
    width: 200px;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}

.ff-logo img {
    width: 100%;
}

.ff-btn {
    width: 450px !important;
}

html {
    background: url(../images/bg-1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    padding: 0 0 50px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    background: transparent !important;
}

h1,
h2,
h3 {
    font-family: "Open Sans", sans-serif !important;
}

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

.br img {
    width: 120px;
}

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

/*******header*******/
.cws-header {
    display: block;
    position: fixed;
    background: #fff;
    width: 100%;
    height: 64px;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}

.inner {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}

.cws-badge {
    display: inline-block;
    width: 200px;
    cursor: pointer;
}

.cws-badge img {
    width: 100%;
}
.cws-header .logo {
    display: inline-block;
    float: right;
    width: 160px;
    padding-top: 10px;
    padding-right: 10px;
    /*filter: grayscale(100%);*/
}

/*******cws-btn*******/

.cws-btn {
    background-color: #08bb3f;
    color: #fff;
    font-size: 35px;
    letter-spacing: 1px;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 100px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.cws-btn:hover {
    transform: scale(1.2);
}

/*******Directions*******/
.directions {
    display: block;
    padding-top: 100px;
    width: 100%;
}

.directions h1 {
    text-align: center;
    font-size: 55px;
    font-weight: lighter;
    color: #555 !important;
}
.directions p {
    text-align: center;
    font-size: 24px;
    /*font-weight: bold;*/
    color: #555 !important;
}

.directions .cws-btn {
    margin: 0 auto;
    width: 300px;
    padding: 20px 0px !important;
    font-size: 40px;
    height: auto !important;
    margin-top: 40px !important;
}

/******************************Steps***********************/
.steps {
    display: block;
    position: relative;
    width: 400px;
    height: 90px;
    margin: 25px auto 180px;
}

.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;
}

.steps .three {
    left: 265px;
}

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

.dtext {
    display: block;
    text-align: center;
    color: #555;
    font-size: 20px;
}

#content .container {
    width: 640px;
    margin: 0 auto;
    font-size: 80%;
    border-radius: 20px;
    background-color: #ffffffd6;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 5px;
}

h2#ctitle {
    font-weight: normal;
    font-size: 24pt;
    margin: 0;
}
