/* Add here all your css styles (customizations) */

/** 首页blog文本样式 */
.home_post_p{
    height: 60px;
}

@media (max-width: 850px) {
    .home_post_p{
        height: 80px;
    }
    .blog-slider-title h2 a{
        font-size: 14px;
    }
    .blog-grid img {
        max-width: 100%;
        height: auto;
    }

}

.slogan{
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 700;
    color: #010101;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 1px;
    position: relative;
    padding:10.3333%;
    text-transform: uppercase;
}

section, .section, .middle, .sidebar {
    width: 100%;
    float: left;
    display: block;
    clear: both;
    background: #fff;
}

.slogan-small{
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color:#808080;
    line-height: 30px;
    float: left;
    width: 100%;
    margin-top: 10px;
    letter-spacing: 0px;
    z-index: 2;
    position: relative;
    text-transform: none;
}

.layerslider-section .slogan,
.layerslider-section .slogan-small{
    padding:0;
    width: 90% !important;
}
.color-aqua{
    color: #c70752 !important;
}

.taskcontainer{
    border: solid 1px #eee;
    border-top: solid 2px #333;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
}


.content-ls {
    padding-top: 10px;
    padding-bottom: 10px;
}



/*.sidebar-overflow{
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left:0;
  z-index: 101;
  display: none;
}*/
.widget-content ul{
    padding: 0px;
}
.widget-content,
.widget-content ul li,
.widget-content ul li a {
    list-style-type: none;
    float: left;
    width: 100%;
}

.widget-content ul li a{
    padding:13px 0;
    color: #808080;
    text-decoration: none !important;
    border-bottom:1px solid #f0f0f0;
    position: relative;
    transition:.3s cubic-bezier(1,0,.5,1);
    -webkit-transition:.3s cubic-bezier(1,0,.5,1);
    -ms-transition:.3s cubic-bezier(1,0,.5,1);
}

.widget-content ul li:first-child a{
    padding-top: 0;
}

.widget-content ul li:last-child a{
    border-bottom:1px solid transparent;
}

.widget-content ul li a:before{
    content: "\f0f6";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 10px;
}

.widget-content ul li a:after{
    content: "";
    width: 0%;
    height: 100%;
    border-bottom:1px solid #c70752;
    position: absolute;
    top:1px;
    left: 0;
    transition:.3s cubic-bezier(1,0,.5,1);
    -webkit-transition:.3s cubic-bezier(1,0,.5,1);
    -ms-transition:.3s cubic-bezier(1,0,.5,1);

}

.widget-content ul li a:hover{
    color: #c70752;
}

.widget-content ul li a:hover:after{
    width: 100%;
}


.registerbtn{
    padding: 16px 0;
    /*cursor: pointer;*/
    color: #fff;
    font-weight: 200;
    background: #333;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.error{
    color: red;
    /*margin-left: 10px;*/
    /*width: auto;*/
    display: inline;
}
.success{
    color: green;
    /*margin-left: 10px;*/
    /*width: auto;*/
    display: inline;
}


/*Service Block v3 (used in profile pages)
------------------------------------*/
.service-block-v3 {
    padding: 20px;
}

.service-block-v3 i {
    color: #fff;
    float: left;
    font-size: 50px;
    margin: 0 20px 20px 0;
}

.service-block-v3 .service-heading,
.service-block-v3 .service-in small {
    color: #fff;
    opacity: 0.8;
    line-height: 1;
}

.service-block-v3 .service-in h4,
.service-block-v3 .counter {
    color: #fff;
}

.service-block-v3 .service-heading {
    font-size: 16px;
    text-transform: uppercase;
}

.service-block-v3 .counter {
    display: block;
    line-height: 1;
    font-size: 30px;
}

.service-block-v3 .progress {
    margin-bottom: 7px;
}

/*Service Innner*/
.service-block-v3 .service-in small {
    font-size: 16px;
    text-transform: uppercase;
}

.service-block-v3 .service-in h4 {
    font-size: 16px;
    line-height: 0.8;
    margin-bottom: 0;
}

/*Statistics*/
.service-block-v3 .statistics .heading-xs {
    color: #fff;
    opacity: 0.8;
}

.service-block-v3 .statistics small {
    color: #fff;
}

.service-block-v3 .statistics .progress {
    background: #bbb;
}

.service-block-v3 .statistics .progress-bar-light {
    background: #fff;
}
/* ERROR & LOGIN & LOCKSCREEN*/
.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}
.lockscreen.middle-box {
    width: 200px;
    padding-top: 110px;
}
.loginscreen.middle-box {
    width: 300px;
}
.loginColumns {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}
.passwordBox {
    max-width: 460px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}
.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0px;
}
.middle-box h1 {
    font-size: 170px;
}
.wrapper .middle-box {
    margin-bottom: 140px;
}
.lock-word {
    z-index: 10;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -470px;
}
.lock-word span {
    font-size: 100px;
    font-weight: 600;
    color: #e9e9e9;
    display: inline-block;
}
.lock-word .first-word {
    margin-right: 160px;
}

html,body{
    font-family:"Microsoft YaHei" ! important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:"Microsoft YaHei" ! important;
}

.blog_container{
    padding-top: 15px;
    padding-bottom: 15px;
}
.post-shares {
    padding-left: 0;
    list-style: none;
    margin: 5px 0 0 5px;
}
.post-shares li {
    position: relative;
    padding: 0 10px 0 5px;
    display: inline-block;
}

.posted-info li {
    color: #555;
    font-style: italic;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
}
.posted-info li:before {
    content: '/';
}
.posted-info li:first-child:before, .posted-info li:first-child:before {
    content: " ";
    margin-right: 0;
}

.funny-boxes{
    min-height: 250px;
}


.largeimg{
    height: 250px;
}


.sky_text_dt{
    line-height: 35px;
    text-align: right;
}

.sky-form .note-editor {
    border: 1px solid #e7eaec;
}

.blog_comment_reply{

    padding-top: 20px;
    text-align: right;
    /*padding-right: 15px;*/
}
.blog_comment_reply button{
    margin-left: 20px;
}


.user_tags_sub{
    margin-bottom: 40px;
    padding-left: 20px;
}

.user_tags_sub li{
    padding: 3px 2px;
    line-height: 28px;
    display: inline-block;
}

.user_tags_sub a {
    padding: 4px 10px;
}

.user_tags_sub a:hover {
    color: #000;
}


.qtip{
    max-width: 400px;
}
#user_user_pro{
    width: 350px;
    text-align: center;
}
#user_user_pro img{
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
}
#user_user_pro h3 {
    color: #000;
    font-size: 22px;
    font-weight: 200;
}
#user_user_pro  span {
    display: block;
    margin-bottom: 5px;
}#user_user_pro  p {
     font-weight: 200;
     position: relative;
}
#user_tag_pro_attr:hover{
    /*d:'取消关注';*/
}
#nfscr-loading{
    text-align: center;
}
#infscr-loading img{
     display: inline-block;
    margin-bottom: 4px;
}
#infscr-loading div{
    display: inline-block;
}

.head_message{
    background: #bf1031;
    border: 1px solid #b11331;
    /*box-shadow: 0 1px 2px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.15);*/
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    -webkit-text-size-adjust: none;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
    border-radius: 16px;
    text-indent: 0;
    text-align: center;
    text-decoration: none;
}



.popover{
    max-width: 400px;
}

.open_message_modal .nav-tabs li a{
    color: #999;
}
.open_message_modal .nav-tabs li.active a{
    border-top:none;
    border:none;
    color:#c70752;
}

.open_message_modal .message_empty_body{
    width: 100%;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #999;
    position: absolute;
    padding-top: 145px;
    left: 0px;
}

.open_message_modal .nav-tabs  li.active a{
    border-top:none;
    color:#c70752;
}
.open_message_modal .nav-tabs  li a:hover {
    color: #333;
}


.user_site_message_container{
 }

.user_site_message_container p{
    color: #000;
    text-transform: lowercase;
 }
.user_site_message_container p a{
    color: #c70752;
}
.user_site_message_container p a:hover{
    color: #999;
}


@media(max-width:800px) {
    .nav-tabs>li {
        /*float: none;*/
        display: table-cell;

    }
    .nav-justified>li{
        width: 1%;
    }

}


/* 定义一个走马灯动画 */

@-webkit-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@-moz-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@-ms-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@-o-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@keyframes marquee {
    0%{left:0}
    100%{left: -100%}
}

.marquee {
    height: 30px;

    overflow: hidden;
    position: relative;
}

.marquee div {
    display: block;
    width: 200%;
    height: 30px;

    position: absolute;
    overflow: hidden;

    -webkit-animation: marquee 10s linear infinite;
    -moz-animation: marquee 10s linear infinite;
    -ms-animation: marquee 10s linear infinite;
    -o-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite;
}
.marquee div span{
    line-height: 30px;

}

.ball-beat > div {
    height: 7px;
    width: 7px;
    background: green;
    margin: 0px;
}
.input-group{
    width: 205px;
    float: left;
    height: 26px;
    margin: 0 10px;
}

.modal_align_center{
    top: 50%;
}

#list{overflow:hidden; height:400px;background:#323232;}
#list li{padding:20px 10px;height:132px;}
#list li.mid{border-top:1px solid #252525;border-bottom:1px solid #252525;}
#list li:hover{background:#3e3e3e;}
#list div{float:left;width:120px;color:#fff;text-align:center;font-size:14px;}
#list div.away img,#list div.home img{display:block;margin:10px auto;height:50px;}
#list div.stat{float:left;padding-top:10px;width:90px;}
#list h2{overflow:hidden;height:12px;color:#999;font-weight:400;font-size:12px;line-height:12px;}
#list h3{color:#fff;font-weight:400;font-size:30px;}
#list p{font-weight:400;font-size:12px;}
#list p img{vertical-align:bottom;}
#list p span.match_time{color:#fff;}
#list p i{color:#36b59b;font-style:normal;}


.bonus_item{
    padding: 5px;
}

.bonus_item .bonus-title{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: -12px;
 }
.bonus_item .bonus-title .bonus-ratings{
    display: inline-block;
    vertical-align: bottom;
    -webkit-padding-start: 5px;
}
.bonus_item .bonus-title img{
    display: inline-block;
    max-height: 51px;
}
.bonus-ratings li{
    display: inline-block;
}


@media(max-width:768px) {

    .bonus-ratings li{
        display: none;
    }

}

.bonus_item .bonus-title .title_edit{
    display: inline-block;
    float: right;
    /*padding-right: 10px;*/
 }

.bonus_item .bonus_content p{
    text-indent: 2em;
}
.bonus_item .bonus_content{
    padding: 10px;
    margin: 10px;
    border-top: solid #000 2px;
}

.rating-selected{
    color: #4acc71;
    font-size: 14px;
}

.live_matches{
    padding: 2px;
    /*margin: 2px;*/
    border: 1px solid #ddd;;
}
.live_matches .match_item{
    border-right: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
    height: 150px;
}
.live_matches .team image{
    min-width: 90px;
}
.live_matches .team p {
    overflow: hidden;
    height: 40px;
}
.live_matches .team{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.live_matches .team img{
    margin: auto;
}
.live_matches .match_msg{
    text-align: center;
    font-size: 12px;
    padding: 20px;
}
.live_matches .match_msg p{
    padding-bottom: 2px;
    margin: 2px;
    font-size: 12px;
}
.live_matches .match_msg .league{

}
.live_matches .match_msg .source{
    font-weight: bold;
    font-size: 20px;
}
.live_matches .match_msg .time{

}

.live_matches .match_more{
    text-align: center;
}
.live_matches .match_more .more_msg{

    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    font-style: oblique;
}


.home_title{
    padding-top: 5px;
    padding-bottom: 5px;
}

.home_title h2{
    text-align: center;
    font-weight: bold;
}
.home_posts{

}

.ads_right img{
    max-width: 100% !important;
}
.ads_right{
    overflow: hidden;
}
