html, body {
    height:100%;
}

.background {
    background-repeat:no-repeat;
    background-position: top 100% !important;
}

.fullscreen, .content-a {
    width:100%;
    min-height:100%;
}

.not-fullscreen, .not-fullscreen .content-a, .fullscreen.not-overflow, .fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

.content-a {
    display:table;
    position:relative;
}

.content-b {
    text-align:center;
}

body{
    margin:0;
    text-align:center;
}

.logoWrapper {
    position: absolute;
    left: 20px;
    top: 40px;
    display: none;
}

.logoWrapper img {
    width: 250px;
    height: auto;
}

.contentWrapper {
}

.content {
    font-family: arial;
    font-size: 46px;
    color: #FFF;
    line-height: 46px;
    text-align: center;
    margin: auto;
    position: relative;
    text-align: center;
    width: 630px;
    display: none;
    margin-top: 15%;
    text-transform: uppercase;
}
.content span{
    z-index:999;
    position:relative;
}
.content img{
    position:absolute;
    display:none;
    right:-20px;
    top:-145px;
    z-index:9;
}

.content-div {
    width: 50%;
    margin: 15% auto 0;
    background: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.tips-txt-link {
    color: rgba(239, 96, 0, 1);
    text-decoration: underline;
    display: block;
    padding-bottom: 20px;
    font-size: 20px;
}

.tips-txt-link:hover {
    text-decoration: none;
}

.content-div h1 {
    font-size: 32px;
    color: rgba(0,0,0,0.6);
    padding-top: 10px;
}

.sub-cnt-txt {
    font-size: 20px;
    color: rgba(239, 96, 0, 1);
    padding-bottom: 15px;
}

.social-links a img {
    width: 50px;
    height: 50px;
}

.social-links a {
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
    color: #EF6000;
    text-decoration: none;
}

.social-links a:last-child {
    margin-right: 0;
}

.smallContent {
    font-family: 'GT-Walsheim-Light';
    font-size: 20px;
    color: #FFF;
    margin: auto;
    padding-top: 20px;
    text-align: center;
    width: 630px;
    line-height: 25px;
    display: none;
}

.site-footer {
    color: rgba(255, 255, 255, 1);
    padding-top: 100px;
    font-size: 20px;
    font-family: arial;
}

.footer {
    position: absolute;
    left: 50px;
    bottom: 50px;
    color: #FFF;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.80);
    display: none;
}

.footer span {
    padding: 0 20px;
}

@media only screen
and (min-width : 320px)
and (max-width : 767px)  {

    .logoWrapper img {
        /*height: 85px;
        width: auto;	*/
    }

    .content-a {
        display: inherit;
    }

    .content {
        font-size: 22px;
        line-height: 26px;
        width: 100% !important;
        margin-top: 50%;
    }

    .content img{
        position:absolute;
        display:none;
        width:80px;
        height:auto;
        right:40%;
        top:-100px;
    }

    .smallContent {
        width: auto;
        font-size: 12px;
        line-height: 14px;
        padding: 20px 20px 0;
    }

    .content-div {
        width: 90%;
        margin: 40% auto 0;
    }

    .content-div h1 {
        font-size: 18px;
    }

    .sub-cnt-txt{
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }

    .footer {
        left: 2%;
        font-size: 12px;
        bottom: 40px;
    }
}