.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}
.landing-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: #000;
    height: 56px;
    line-height: 56px;
}
.container {
    width: 100%;
    padding:0;
}
a.ld_login:hover ,
a.ld_login {
    text-decoration: none;
    font-family: roboto;
    font-weight: 300;
    float: right;
    margin-right: 24px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    margin: 13px 24px 13px 0;
    display: block;
}
a.ld_signup:hover ,
a.ld_signup {
    display: block;
    text-decoration: none;
    font-family: roboto;
    font-weight: 300;
    float: right;
    margin-right: 24px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    margin: 13px 24px 13px 0;
}
.landing-content {
    margin-top: 56px;
}
.sign-up-form {
    text-align: center;
    display: block;
    padding: 50px 0;
}
.signup-block-head {
    color: rgba(0, 0, 0, 0.87);
    font-size: 36px;
}
p.signup-block-minitext {
    margin-top: 20px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.54);
}
.sign-up-head-round {
    width: 480px;
    margin: 0 auto;
    text-align: left;
}
.sign-up-head-round .page-header {
    padding-bottom: 0;
    margin: 32px 0 26px;
    border-bottom: none;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
}
.block-signup {
    overflow: hidden;
}
.block-signup .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.block-signup .form-horizontal .control-label {
    margin-bottom: 0;
    text-align: left;
    padding-left:0;
}
#signUpForm .col-md-12 {
    padding:0;
}
#signUpForm .form-group + label + div.col-md-9 {
    padding:0;
    width: 100%;
}
#signUpForm .form-group + label {
    display: none;
}
#signUpForm .btn.btn-success {
    width:100%;
}
.block-user {
    display: block;
    overflow: hidden;
    padding: 50px 0;
    text-align: center;
}
.block-groups ,
.block-topics ,
.block-blogs {
    text-align: center;
}
.block-group-round h2 ,
.block-topic-round h2 ,
.block-blog-round h2 {
    margin: 0 0 40px;
    padding: 0;
}
.block-group-round .group-block li ,
.block-topic-round .topic-block li ,
.block-blog-round .blog-block li {
    padding: 0 10px;
    width: 25%;
    display: inline-block;
    border: none;
    margin-bottom: 20px;
}
.block-group-round .group-block li > a ,
.block-topic-round .topic-block li > a ,
.block-blog-round .blog-block li > a {
    background-position: center center;
    background-size: 100% auto;
    display: block;
    padding-bottom: 56.5%;
}
.block-group-round .group-block .group_detail ,
.block-topic-round .topic-block .topic_detail ,
.block-blog-round .blog-block .blog_detail {
    margin-left: 0;
    padding: 0;
    text-align: left;
}
.group_detail > a ,
.topic_detail > a ,
.blog_detail > a {
    margin: 24px 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.group-desc ,
.topic-desc ,
.blog-desc {
    height: 70px;
    overflow: hidden;
}
.block-groups,
.block-topics ,
.block-blogs {
    text-align: center;
    padding: 87px 0 76px;
}
.landing-photo {
    overflow: hidden;
}
ul.album-block {
    list-style: none;
    padding: 0;
    margin: 0;
}
.album-block li > div {
    padding: 1px;
}
.ld-photo-items {
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center center;
}
.ld-photo-items .overlay-bg {
    text-align: left;
    position: absolute;
    width: 100%;
    top: 250px;
    padding: 30px 20px;
    background: transparent;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    left: 0;
}
.ld-photo-items .overlay-bg > a {
    margin-bottom: 30px;
    color: #fff;
    font-size: 20px;
}
.ld-photo-items .overlay-bg > p {
    color: rgba(255, 255, 255, 0.54);
    font-size: 12px;
}
.ld-photo-items:hover .overlay-bg {
    top:0;
    height:100%;
    padding:70px 20px;
}
.ld-photo-items:hover  .photo_cnt {
    display: block;
}
.photo_cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    font-size: 40px;
    transform: translate(-50%, -50%);
    color: #fff;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.ld-slide-image {
    background-repeat: no-repeat;
    padding-bottom: 80%;
    background-size: cover;
    background-position: center;
    border: 1px solid #c4c4c4;
    margin:0 8px;
    display:block;
}
.ld-slide-round .slick-next {
    right: 0;
    top: -65px;
}
.ld-slide-round .slick-prev {
    left: auto;
    right: 50px;
    top: -65px;
}

.ld-slide-info {
    padding: 24px;
    border: 1px solid #d7d7d7;
    margin: 0 8px;
    border-top: none;
    background: #fff;
}
.ld-slide-info > a {
    font-size:16px;
    color:#000;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    width: 100%;
}
.ld-slide-info > p {
    font-size:13px;
    color:rgba(0, 0, 0, 0.26);
    margin-top:5px;
}
.ld-photo-slide-items.slick-slide {
    outline :none;
}
.block-video {
    background: #a42c3d;
    padding-bottom: 50px;
}
.popular-group-wrapper {
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #eeeeee;
}
.landing-popular-group {
    overflow: hidden;
}
.landing-popular-group > h3 {
    width: auto;
    margin: 0;
    padding: 40px 33px;
}
.ld-header {
    width: auto;
    margin: 0;
    padding: 40px 0;
}
.popular-group-item {
    padding: 40px 5% 80px;
    border-bottom: 1px solid #eeeeee;
}
.popular-group-item  + .popular-group-item {
    border-left: 1px solid #eeeeee;
}
.popular-group-item  > a {
    line-height: 1.4;
    font-weight: bold
}
.group-desc {
    font-weight: 300;
    margin: 20px 0;
}
.popular-group-item > p.group-infor {
    font-size: 13px;
    font-weight: 300;
}
.block-group {
    padding: 20px 0;
}
.event_block_list > li > .event-infor > .evt-attent {
    font-weight: normal;
    text-transform: uppercase;
}
.event_block_list > li > .event-infor > .evt-desc {
    font-weight: normal;
    line-height: 1.46;
    max-height: 146px;
    overflow: hidden;
    margin: 10px 0;
}
.event_block_list > li > .event-infor > .title {
    margin: 16px 0;
    font-weight: bold;
    text-transform: uppercase;
}
.event_block_list > li > .event-infor > .evt-time {
    font-weight: normal;
}
.event_block_list > li > .event-infor {
    overflow: hidden;
    padding: 60px 60px 0;
    position: relative;
}
.box_event {
    position: relative;
}
.event_block_list {
    width: 800px;
    margin: 0 auto;
    padding: 20px;
}
#signUpForm {
    border: none;
    border-radius: 0;
    background: transparent;
}
.register_social_form .text-center {
    text-align: left;
}
ul.landing-featured-list {
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
}
.landing-featured-list li {
    display: inline-block;
    margin-bottom: 10px;
}
.landing-featured-list img.featured-ava {
    border-width: 1px;
    border-style: solid;
    margin: 0 25px;
}
.block-user-round h2 {
    font-size: 36px;
    color: #fff;
}
.block-user-round p {
    width: 570px;
    margin: 30px auto 40px;
}
.ld-third-top > h3 {
    padding: 60px 100px 50px 0;
}
.ld-topic-block .col-md-6 {
    padding: 0;
}
.ld-topic_info {
    padding: 20px !important;
}
.block-outpage > .outpage-wrap >  p {
    color:rgba(0, 0, 0, 0.54);
    font-size:16px;
    line-height: 23px;
    margin: 28px 0 48px;
}
.block-outpage > .outpage-wrap >  h2 {
    color:rgba(0, 0, 0, 0.87);
    font-size:36px;
}
.block-outpage {
    padding: 80px 0;
    text-align: center;
    z-index: 1;
    position: relative;
}
.block-outpage > .outpage-wrap > a:hover ,
.block-outpage > .outpage-wrap > a {
    display: inline-block;
    text-decoration: none;
    height: 48px;
    min-width: 370px;
    margin: 0 auto;
    line-height: 48px;
    padding:0 10px;
}
.block-outpage > .bg-gradient {
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    left: 0;
}
.outpage-wrap {
    position:relative;
    z-index: 3;
}
#footer {
    text-align: left;
    padding: 0;
    margin: 40px 25px 70px;
    color: rgba(0, 0, 0, 0.54);
}
#footer h4 {
    border: none;
    color: rgba(0, 0, 0, 0.87);
}
.contact-form > p:nth-of-type(1) {
    margin: 15px 0 25px 0;
}
.footer-power span, .footer-power a {
    color: rgba(0, 0, 0, 0.54);
}
#footer ul.navbar-nav {
    float: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
#footer ul.navbar-nav > li {
    float: none;
    display: block;
    border: none;
}
#footer ul.navbar-nav li a:hover #footer ul.navbar-nav li a {
    padding: 0 !important;
    width: auto;
    display: block;
    padding: 0px 12px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
}
.logo-default {
    left: 10px;
    float: left;
    margin-left: 10px;
}
.navbar-nav {
    float: none;
}
div#mobi_menu {
    background: #246ea3;
}
.html_block {
    display: block;
    padding: 80px 0;
}
.html_block > h3 {
    width: 600px;
    margin: 0 auto 20px;
}
.html_block_content {
    width: 600px;
    margin: 0 auto 20px;
}
#footer ul.navbar-nav > li + li > span:before, #footer ul.navbar-nav > li + li > a:before {
    content: "";
    padding:0;
}
.landing-left-widget > h3 {
    color: #fff;
    font-size: 44px;
}
.landing-signup-mail:hover, .landing-signup-mail {
    background: #f3f3f3 none repeat scroll 0 0;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.54);
    display: block;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
}
.landing-left-widget #customBtn {
    background: #e14a31 none repeat scroll 0 0;
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    width: 100%;
}
.landing-left-widget .fSignInWrapper {
    background: #39559f none repeat scroll 0 0;
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    margin: 10px 0 16px;
    width: 100%;
}
.landing-left-widget .fSignInWrapper span.icon {
    margin-left: 10px;
}
.landing-left-widget span.buttonText {
    display: inline-block;
    font-size: 16px;
    padding-left: 28px;
}
.landing-left-widget .fSignInWrapper span.buttonText {
    padding-left: 32px;
}
.landing-left-widget #gSignInWrapper {
    margin: 0 0 16px;
}
#loginForm, .landing-right-widget .box2 {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border: medium none;
    padding: 24px;
}
.landing-right-widget .box2 > h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.landing-right-widget #UserIndexForm .input.password, .landing-right-widget #UserIndexForm .input.email {
    margin-bottom: 40px;
}
.landing-right-widget input[type="email"], .landing-right-widget input[type="password"] {
    background: none;
    border: none;
    border-bottom: 1px solid #979797;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
}
.landing-right-widget input[type="email"]:focus, 
.landing-right-widget input[type="password"]:focus {
    border-bottom: 2px solid #d0021b;
    box-shadow: none;
}
#UserMemberLoginForm input.btn-login, #step2Submit, #submitFormsignup, .landing-right-widget #UserIndexForm .btn-login {
    background: #d0021b none repeat scroll 0 0;
    border:none;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 36px;
    width: 100%;
}
.landing-right-widget .col-md-6.text-right > a, .landing-right-widget .col-md-6.text-left {
    color: #9b9b9b;
}
.block-login {
    height: 700px;
    padding: 0;
    width: 100%;
}
.block-login {
    overflow: hidden;
}
.landing-awesome > h3 {
    text-align: center;
}
.landing-awesome > h5 {
    text-align: center;
}
.ld-features {
    display: block;
    margin-top: 54px;
    overflow: hidden;
    text-align: center;
}
.ld-feature-round {
    width: 310px;
    margin: 0 auto;
    float: none;
    display: inline-block;
}
.ld-icon-wrapper {
    display: block;
    text-align: center;
    width: 88px;
    line-height: 121px;
    height: 88px;
    margin: 0 auto 24px;
    border-radius: 50%;
    border: 1px dashed #979797;
}
.ld-feature-info {
    line-height: 27px;
}
.ld-icon-wrapper i {
    font-size: 45px;
    vertical-align: sub;
}
.col-md-6.topic-items:nth-child(even) {
    padding-left: 10px;
    padding-right:0;
}
.col-md-6.topic-items {
    padding-right: 10px;
    margin-bottom: 20px;
}
.event-full-width {
    background-size: cover;
    background-position: center center;
    height: 600px;
    position: relative;
}
.event-content-wrap {
    z-index: 3;
    position: relative;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    width: auto;
}
.gradient-event {
    background:rgba(0, 0, 0, 0.54);
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    z-index: 2;
}
.block-event div#bx-pager {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}
a.next-event-items:hover ,
a.next-event-items {
    display: block;
    padding: 16px 16px 20px;
    width: 370px;
    text-decoration:none;
    margin-bottom: 15px;
}
.block-event .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}
.block-event .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: auto;
    background: none;
}
.event-infor a.title {
    max-width: 570px;
    display: block;
    margin-bottom:45px;
}
.evt-time {
    margin-bottom: 27px;
}
.evt-location {
    text-transform: uppercase;
    vertical-align: middle;
}
.evt-location i.material-icons {
    vertical-align: bottom;
    margin-right: 5px;
}
.next-event-items.active {
    display: none;
}
.subscription-block h2 {
    text-align: center;
}
div#map_canvas {
    width: 100% !important;
}
.testi-img-items.col-md-4 {
    height: 360px;
    background-size: cover;
    background-position: center;
}
.testi-wrap {
    width: 1180px;
    margin: 0 auto;
    padding: 48px 0;
    overflow: hidden;
    text-align: center;
}
.testi-map.google-map {
    position: relative;
}
.testi-map.google-map:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    pointer-events: none;
    z-index: 999;
}
.footer-link {
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    clear: both;
    display: block;
    margin: 30px 0;
    overflow: hidden;
    padding: 20px 0;
}
.footer-power {
    text-align: center;
}
.menu-list-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.action .button_select:hover {
    text-decoration: none;
}
.block-video.notVisibleTitle {
    padding-top: 150px;
}
.subscription-block {
    overflow: hidden;
}
form#regForm {
    overflow: hidden;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 1000 !important;
}
@media (min-width: 992px) {
    .footer-wrapper {
        margin: 0 auto;
        overflow: hidden;
        padding: 40px 0 28px;
        width: 1180px;
        max-width: 100%;
    }
    .subscription-block ul.description {
        margin: 30px 0;
    }
    .subscription-block .compare-item .content {
        border: 1px solid #dbdbdb;
        min-height: 450px;
    }
    .subscription-block .compare-item .content.plan-recommend {
        margin: -50px 0;
        min-height: 550px;
    }
    .subscription-block .compare-table {
        padding: 75px 0;
    }
    .block-event .bx-wrapper .bx-prev {
        left: 47%;
    }
    .block-event .bx-wrapper .bx-next {
        right:47%;
    }
    .block-event .bx-wrapper .bx-controls-direction a {
        margin-top: -60px;
    }
    .block-event .bx-controls-direction {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
    .block-topic {
        padding: 48px 140px;
    }
    .landing-awesome {
        width: 1180px;
        margin: 0 auto;
        padding: 54px 0 74px;
    }
    .landing-top-content {
        margin: 0 auto;
        padding-top: 150px;
        width: 970px;
    }
    .ld-third-top > h3 {
        width: 1000px;
        margin: 0 auto;
    }
    .ld-photo-slide {
        width: 1000px;
        margin: 0 auto;
    }
    ul.ld-topic-block li {
        display: flex;
    }
    #openMenu {
        display: none;
    }
}
@media (max-width: 991px) {
    #loginForm, .landing-right-widget .box2 {
        padding: 24px 0;
    }
    .menu-list-footer {
        margin-bottom: 20px;
    }
    #footer {
        margin: 40px 0px 70px;
    }
    .landing-awesome > h3 {
        padding:10px;
        margin: 0;
    }
    .landing-awesome > h5 {
        padding:10px;
    }
    .testi-wrap {
        width: auto;
        padding: 48px 10px;
    }
    .event-content-wrap {
        z-index: 3;
        position: relative;
        top: 50%;
        padding: 0 45px;
        left: 00%;
        transform: translate(0%, -50%);
        width: auto;
        right: 0;
    }
    .event-infor a.title {
        font-size: 30px;
    }
    .col-md-6.topic-items {
        padding-right: 0;
    }
    .col-md-6.topic-items:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
    }
    .bx-pager-event {
        display: none;
    }
    .ld-feature-round {
        margin: 0 auto 40px;
    }
    a.ld_login:hover, a.ld_login ,
    a.ld_signup:hover, a.ld_signup {
        padding: 0 5px;
        margin: 13px 4px 13px 0;
    }
    .landing-content {
        margin-top: 6px;
    }
    .landing-top-content {
        overflow: hidden;
        padding: 0 10px;
    }
    #openMenu {
        display: block;
        float: none;
        width: 100%;
        height: 40px;
        position: relative;
        border-radius: 0;
        padding: 0 7px;
        border: none;
        margin-top: 0;
        line-height: 40px;
        outline: none;
        text-decoration: none;
    }
    #openMenu i.material-icons {
        position: absolute;
        top: 7px;
    }
    i.menu-text-mb {
        font-size: 17px;
        display: block;
        line-height: 40px;
        text-align: center;
        font-style: normal;
    }
    .block-signup {
        padding: 10px;
        background: none !important;
        height: auto;
        width: auto;
    }
    .sign-up-form {
        text-align: center;
        display: block;
        padding: 10px 0;
        float: none !important;
    }
    .sign-up-head-round {
        width: auto;
        margin: 0 auto;
        text-align: left;
    }
    .block-outpage {
        padding:20px 10px;
        text-align: center;
        z-index: 1;
        position: relative;
    }
    .block-outpage > .outpage-wrap > a:hover, .block-outpage > .outpage-wrap > a {
        display: inline-block;
        text-decoration: none;
        height: auto;
        min-width: 0;
        margin: 0 auto;
        line-height: 30px;
        padding: 0 10px;
    }
    .block-user {
        padding: 30px 10px;
    }
    .block-user-round p {
        width: auto;
    }
    .landing-featured-list li {
        display: inline-block;
        margin-bottom: 10px;
    }
    .block-blogs {
        padding: 20px 10px;
    }
    .block-blog-round .blog-block li {
        width: 100%;
    }
    .ld-header, .landing-popular-group > h3 {
        padding: 20px;
    }
    .ld-photo-items .overlay-bg {
        top: 0;
    }
    .ld-photo-items .overlay-bg {
        top:0;
        height:100%;
        padding:70px 20px;
    }
    .photo_cnt {
        display: block;
    }
    .ld-third-top > h3 {
        padding: 20px 100px 20px 10px;
        margin: 0;
    }
    .event_block_list {
        width: auto;
        margin: 0 auto;
        padding: 0;
    }
    .html_block {
        display: block;
        padding: 20px 10px;
    }
    .html_block_content ,
    .html_block > h3 {
        width: auto;
    }
    .landing-featured-list img.featured-ava {
        width: 125px !important;
    }
    .block-group-round .group-block li, .block-topic-round .topic-block li, .block-blog-round .blog-block li {
        width: 50%;
    }
    .block-topic-round > h2 {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .landing-content {
        width: auto !important;
    }
    .landing-top {
        height: 900px;
    }
    .landing-left-widget > h3 {
        font-size: 41px;
        text-align: center;
    }
    .block-login {
        height: auto;
        padding-bottom: 20px;
    }
    .block-group-round .group-block li, .block-topic-round .topic-block li, .block-blog-round .blog-block li {
        width: 100%
    }
}
@media (max-width: 1200px) {
    .landing-content {
        width: auto !important;
    }
}