ul {
    display: table;
    margin: 0 auto;
}
#content .container {
    width: 520px;
    margin: 0 auto;
    font-size: 12px;
    border-radius: 20px;
    background-color: #ffffffd6;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 150px;
}

#content h2 {
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.5em;
    margin: 0.83em 0;
    font-weight: bold;
}

footer {
    display: none !important;
}

.fullscreen {
    display: block;
    height: 100vh;
}

/*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.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: auto;
}

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: #323232;
    font-size: 12px;
    text-align: right;
    bottom: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 5px;
}

.br img {
    width: 120px;
}

.br a {
    color: #323232;
    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: 80px;
    padding-top: 10px;
    padding-right: 10px;
    /*filter: grayscale(100%);*/
}

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

.cws-btn {
    background-color: #08bb3f;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    width: 150px;
    height: 36px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.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: #333 !important;
    padding-bottom: 20px;
    margin: 0px;
}
ul li {
    line-height: 200%;
}
.directions p {
    text-align: center;

    /*font-weight: bold;*/
    color: #333 !important;
}

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

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

.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: 12px;
}

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

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

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

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