#home-page #footer {
    position: relative;
}

#home-page .get-help {
    margin-bottom: 0;
}
.btn-menu-size{
    padding: 6px 12px 6px 40px;
}

#banner-date h1.text-intro {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    color: #FFF;
    margin: 50px 0;
    text-align: center;
    font-size: 60px;
}

.c-header .start-sign-up {
    font-size: 30px;
    font-weight: bold;
    color: #8BBF61;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

.c-header .start-meet {
    font-size: 18px;
    color: #424242;
    font-weight: normal;
}

#banner-date h1.text-intro b {
    margin-top: 10px;
    color: #8BBF61;
    display: block;
}

#banner-date ul.details-intro {
    list-style: none;
    text-align: center;
    padding: 0px;
}

.content-thanks .form-group .align-vertical,
.content-thanks .form-group .align-vertical p {
    line-height: 32px;
    margin-bottom: 0;
}

.btn-skip {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 0px;
    color: #8bbf61 !important;
    text-shadow: none;
    font-size: 13px;
    text-align: right;
    padding-bottom: 0;
    margin-top: 30px;
    margin-right: 20px !important;
}

#banner-date ul.details-intro li {
    background-color: rgba(139, 191, 97, 0.9);
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    pargin-right: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFF;
    border: 1px solid #FFF;
    margin-right: 20px;
    letter-spacing:1px;
}

#banner-date ul.details-intro li.first-item-detail {
    position: absolute;
    left: 50px;
    top: 340px;
}

#banner-date ul.details-intro li.second-item-detail {
    left: 150px;
    position: absolute;
    top: 490px;
}

#banner-date ul.details-intro li.last-item-detail{
    left: 400px;
    position: absolute;
    top: 400px;
}

ul.navbar-nav li a.sibling {
    padding: 6px 12px 6px 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ul.navbar-nav li a.sibling.start-date {
    background: rgba(255, 255, 255, 0) url("/bundles/socialfrontend/images/hello.png") no-repeat scroll 5px 4px / 25px auto;
    color: #424242 !important;
}

ul.navbar-nav li a.sibling.start-date:hover {
    background: rgba(139, 191, 97, 1) url("/bundles/socialfrontend/images/hello.png") no-repeat scroll 5px -23px / 25px auto;
    color: #ffffff !important;
}

ul.navbar-nav li a.sibling.top-members {
    background: rgba(255, 255, 255, 0) url("/bundles/socialfrontend/images/members.png") no-repeat scroll 5px 4px / 25px auto;
    color: #424242 !important;
}

ul.navbar-nav li a.sibling.top-members:hover {
    background: rgba(139, 191, 97, 1) url("/bundles/socialfrontend/images/members.png") no-repeat scroll 5px -22px / 25px auto;
    color: #ffffff !important;
}

ul.navbar-nav li a.sibling.newsletter {
    background: rgba(255, 255, 255, 0) url("/bundles/socialfrontend/images/newsletter.png") no-repeat scroll 5px 3px / 25px auto;
    color: #424242 !important;
}

ul.navbar-nav li a.sibling.newsletter:hover {
    background: rgba(139, 191, 97, 1) url("/bundles/socialfrontend/images/newsletter.png") no-repeat scroll 5px -24px / 25px auto;
    color: #ffffff !important;
}

ul.navbar-nav li a.sibling.login {
    background: rgba(139, 191, 97, 1) url("/bundles/socialfrontend/images/login.png") no-repeat scroll 3px -24px / 25px auto!important;
    color: #fff !important;
}

ul.navbar-nav li a.sibling.login:hover {
    background: rgba(255, 255, 255, 1) url("/bundles/socialfrontend/images/login.png") no-repeat scroll 3px 3px / 25px auto!important;
    color: #424242 !important;
}

ul.navbar-nav li a.sibling.register {
    background: rgba(255, 255, 255, 0) url("/bundles/socialfrontend/images/register.png") no-repeat scroll 5px 3px / 25px auto;
    color: #424242 !important;
}

ul.navbar-nav li a.sibling.register:hover {
    background: rgba(139, 191, 97, 1) url("/bundles/socialfrontend/images/register.png") no-repeat scroll 5px -24px / 25px auto;
    color: #ffffff !important;
}


.register-page #content {
    min-height: 800px;
}

.explanation {
    background-color: #d6e9c6;
    border-color: #3c763d;
    color: #3c763d;
}

.explanation-default {
    border: 1px solid #cccccc;
    box-shadow: 0 0 6px 0 #cccccc inset;
    background-color: #fff;
    color: #8d9fa0;
    font-size: 13px;
}

.agree-terms .explanation-default {
    min-height: 75px;
    margin-bottom: 0;
}

.boxed-green:hover .explanation,
.boxed-orange:hover .textwidget {
    opacity: 0.7;
    cursor: pointer;
}

.well.explanation-default {
    padding: 10px;
}

.explanation .well-title {
    font-size: 13px;
    text-decoration: underline;
}

.explanation p {
    font-size: 12px;
}

#banner-date ul.details-intro li:last-child {
    margin: 0px;
}

#registerGender .btn-group button {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#registerGender .btn-group:last-child button {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.modal .modal-content {
    border-color: #fff;
    border-width: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.bootbox .modal-content .modal-body {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.modal .modal-body {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    padding: 10px !important;
}

.bootbox .modal-footer {
    margin-top: 0px !important;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    border-color: #ebebeb;
    padding: 10px;
    background: #fafafa;
    border-top: 1px solid #e5e5e5;
}

.dz-error-message {
    display: none !important;
    text-indent: -999999999;
}

.support-page #footer {
    position: fixed;
}

.support-page #section-suport {
    margin-bottom: 100px;
}

#support-page {
    background: #76b047;
    text-align: center;
}

#features-list {
    background: #F5F5F5;
}

#support-page h1 {
    padding-bottom: 10px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

#support-page h2 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    padding-bottom: 20px;
}

#section-about {
    background: #fff;
}

#section-about .img-soulmate {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.img-soulmate img {
    position: absolute;
    margin-left: -55px;
    left: 50%;
    top: 25%;
    z-index: 9;
}

.img-soulmate h2 {
    color: #ffffff;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    z-index: 9;
}

#section-about h4 {
    padding-top: 20px;
}

#section-suport {
    background: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}

#section-suport .boxed-orange {
    border: 1px solid #BABA1D;
    background: #FBFBD5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
}

#features-list .box-support {
    padding-bottom: 30px;
}

#features-list .feature-icon i {
    font-size: 70px;
    color: #76B047;
    font-weight: normal;
}

#activate-login {
    width: 400px;
    margin: 0 auto;
}

.status-members {
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 10px !important;
    padding-top: 15px !important;
}

.status-members .status-member {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 225px;
}

.status-members .status-member:last-child {
    margin-right: 0px
}

.status-member .ca-content {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.status-member .ca-content .ca-main {
    margin: 0 0 10px;
    color: #8BBF61;
    font-size: 30px;
    opacity: 0.8;
    text-align: center;
}

.status-member .ca-icon {
    width: 140px;
}

.ca-icon {
    color: #f6f6f6;
    font-size: 40px;
    position: relative;
    padding-top: 40px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-main {
    font-size: 24px;
    opacity: 0.8;
    text-align: center;
    color: #555;
}

.status-member .ca-sub {
    color: #797979;
    font-size: 13px;
    padding: 0 10px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 165px;
}

.status-members .status-member:hover .ca-icon {
    color: #000;
    font-size: 60px;
    text-shadow: 0px 0px 1px #000;
    -webkit-animation: moveFromBottom 300ms ease;
    -moz-animation: moveFromBottom 300ms ease;
    -ms-animation: moveFromBottom 300ms ease;
}

.status-members .status-member:hover .ca-main {
    color: #000;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

#banner-date {
    background: rgba(255, 255, 255, 0.3) url("/bundles/socialfrontend/images/bk_image.jpg") no-repeat scroll left 20% ;
    margin-top: 58px;
    position: relative;
}

#top-members {
    background: rgba(255, 255, 255, 0.9);
}

#suport-inside .panel small.find-support {
    top: 5px;
    position: relative;
}

` .innerTB {
    background-color: rgba(0, 0, 0, 0.3);
}

ul.alert li {
    list-style: none;
}

#footer {
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    min-height: 48px;
}

#footer .link_brand {
    text-decoration: none;
    font-weight: bold;
}

.subfooter .navbar-text {
    font-size: 12px;
}

#footer ul.navbar-nav li {
    margin-left: 0px;

}

#footer ul.navbar-nav li a{
    padding-left: 0px;
}

#footer .navbar-text{
    margin-right: 0;
}

#footer .nav > li > a:focus {
    background:none!important;
}

.contact-us h4,
.support-form h4,
.support-policy h4 {
    padding-bottom: 20px;
}

.contact-us ul {
    padding: 0px;
    list-style: none;
}

.contact-us ul li {
    list-style: none;
    padding-bottom: 15px;
}

.contact-us ul li a i {
    font-size: 25px;
}

.contact-us ul li a {
    line-height: 25px;
    display: block;
    height: 25px;
}

input.form-control,
textarea.form-control {
    box-shadow: 0 0 6px 0 #cccccc inset !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: transparent !important;
}

.tcol-xs-2.top-newest-members .item-avatar .view-all{
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: block;
    height: 110px;
    line-height: 110px;
    text-align: center;
    width: 110px;
    margin-top: 8px;
    font-size: 17px;
}

.tcol-xs-2.top-newest-members .item-avatar .view-all:hover{
    background: rgba(139, 191, 97, 0.7) none repeat scroll 0 0;
}

.zopim{
    display:none!important;
    position:absolute!important;
    left:-999999999999px!important;
}

