html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #ddd;
    /*margin-bottom: 60px;*/
    color: #333;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    background-color: #222;
    border: solid 1px #222;
    /*border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;*/
}

.navbar-nav {
    float: right;
}

.navbar-inverse {
    background: none;
    border: none;
    background-color: #222;
    border-bottom: solid 1px #222;
    /*border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;*/
}

#addthis-widget-3 a {
    margin-left: 10px;
    padding-top: 8px;
}

.lngico {
    background-color: #444;
}

/******************************/

.navbar-fixed-top {
    top: 17px;
}

#divchooselng {
    background-color: #080808;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

#divchooselng img {
    height: 17px;
    vertical-align: top;
    margin-right: 10px;
}

/******************************/

#homeadshow {
    /*background-image: url(../img/bg01.png);*/
    background-color: #333;
    padding-top: 120px;
    padding-bottom: 60px;
    /*text-align: center;*/
    color: white;
}

.imptxtshow {
    color: #3B59dd;
    text-decoration: underline;
}

#howitworks .title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

#howitworks .subtitle {
    font-size: 30px;
    font-weight: bold;
}

#howitworks .content {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 20px;
}

.bottom-intro {
    margin-top: 80px;
    padding-top: 10px;
    padding-bottom: 15px;
    border: solid 1px #6a97a9;
    background-color: #6a97a9;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
}

/*------------20190518***/

.whoneedsit {
    font-size: 37px;
    font-weight: bold;
    line-height: 65px;
    border: solid 5px #FFE074;
    padding-bottom: 20px;
}

.whoneedsit i {
    color: #EDC56E;
}

.intro-title {
    font-size: 31px;
    font-weight: bold;
}

.intro-content {
    font-size: 18px;
    line-height: 35px;
}

.subtitle {
    font-size: 20px;
    font-weight: bold;
}

#x-main-title {
    color: white;
    line-height: 60px;
    font-size: 48px;
    font-weight: bold;
}

.x-img-intro {
    width: 100%;
    max-width: 500px;
}

.x-row-padding {
    padding-top: 40px;
    padding-bottom: 50px;
}

.x-btn-font {
    font-weight: bold;
    font-size: 20px;
}

#x-analyze {
    font-size: 22px;
    font-weight: bold;
    color: royalblue;
}

#x-analyze i {
    padding-left: 10px;
    padding-right: 10px;
}

#ad-banner {
    display: none;
}