/* v2.2 styles*/
.randomUsersWrap{
    margin: 36px 0 0;
}
.randomUsersWrap img{
    width: 84px;
    border: 6px solid white;
    border-radius: 5px;
    margin-right: 12px;
}

/* New css for v1.2 [begins] */
.wc-feat-float {
    color: white;
    margin: 50px 0 0;
}
.wc-feat-float i {
    width: 72px;
    float: left;
    margin: 0;
}
.wc-feat-float .feat-msg {
    width: 478px;
    float: left;
    font-size: 16px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    margin: 2px 0 0 0;
}
.wc-feat-float .feat-msg strong {
    display: block;
    font-size: 19px;
}
.wc-feat-float .feat-msg p {
    margin: 9px 0 0;
    padding: 0;
}

/* New css for v1.1 [begins] */
input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    background: white;
    color: #4b4b4b;
    padding: 2px;
}
.social-button
{
    display: inline-block;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
}
.social-button a
{
    display: block;
    color: white;
}
.social-button i {
    width: 40px;
    display: inline-block;
    padding: 3px 0;
    margin: 4px 0;
    border-radius: 2px 0px 0px 2px;
}
.fb-button
{
    background: rgba(72, 98, 163, 0.9);
    border-color: rgba(72, 98, 163, 1);
}
.fb-button:hover {
    background: rgba(72, 98, 163, 1);
}

.google-button
{
    background: rgba(215, 61, 50, 0.9);
    border-color: rgba(215, 61, 50, 1);
}
.google-button:hover {
    background: rgba(215, 61, 50, 1);
}

.twitter-button
{
    background: rgba(29, 161, 242, 0.9);
    border-color: rgba(29, 161, 242, 1);
}
.twitter-button:hover {
    background: rgba(29, 161, 242, 1);
}

.instagram-button
{
    background: rgba(18, 86, 136, 0.9);
    border-color: rgba(18, 86, 136, 1);
}
.instagram-button:hover {
    background: rgba(18, 86, 136, 1);
}

/* New css for v1.1 [ends] */

body {
    background: black url(../images/welcome.jpg);
    background-size: cover;
    font-size: 14px;
}
a
{
    color: #5890ff;
}

h1 {
    color: white;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
small {
    color: white;
    font-size: 21px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

.header-background
{
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    left: 0;
    height: 44px;
    background: white;
    opacity: 0.4;
    z-index: -1;
}
.header-wrapper {
    background: rgba(255, 255, 255, 0.8);
    color: #4e5665;
    border-bottom: 1px solid #1e98a7
}
.header-wrapper a {
    color: #4e5665
}
.header-live-search input {
    background: rgba(78, 86, 101, 0.73);
    height: 27px
}
.header-join-wrapper
{
    display: none;
}

.welcome-form {
    background: white;
    color: #4e5665;
    margin-bottom: 20px;
    padding-bottom: 2px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
}
.welcome-form .form-header {
    background: #f2f2f2;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px solid #e9eaeb;
    border-radius: 3px 3px 0 0;
}
.welcome-form .post-message {
    background: #eff7b5;
    color: #4e5665;
    font-weight: 500;
    padding: 8px;
    border-bottom: 1px solid #dfeb8a;
    border-radius: 3px 3px 0 0;
}
.welcome-form .form-content {
    padding: 8px 10px;
}
.welcome-form .input-wrapper {
    position: relative;
    margin-bottom: 10px;
}
.welcome-form .input-wrapper img.captcha {
    vertical-align: middle;
    border-radius: 3px;
}
.welcome-form input[type=text], .welcome-form input[type=password], .welcome-form textarea {
    width: 96%;
    color: #898f9c;
    margin: 0;
    border-color: #e5e6e7;
}
.welcome-form select {
    width: 100%;
    color: #898f9c;
    margin: 0;
    border-color: #e5e6e7;
}
.welcome-form button {
    background: #5890ff;
    background: linear-gradient(#699bff, #447eef);
    border-color: #5E90f2;
    padding: 6px 10px;
    margin: 0;
}
.welcome-form .check-username-result {
    position: absolute;
    top: 5px; right: 5px;
}

.footer-wrapper {
    color: #f2f2f2;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5);
}
.footer-wrapper a {
    color: white;
}
.footer-content {
    border-color: rgba(0,0,0,0.2);
}

@media only screen and (max-device-width: 1920px), only screen and (max-width: 1920px) {
.header-site-logo {
    display: inline;
}
}