.info{
    text-align: center;
}
.content-one{
    text-align: center;
}

.main-photo,.photo-view{
    width: auto;
    max-height: 250px;
    margin: auto;
    margin-bottom: 10px;
}
.photo-one{
    width: 100%;
}
.photo-view, .main-sportsmen{
    height: auto;
    max-width: 100%;
}
.section{
    font-size: 20px;
    color: #1b2e69;
    text-align: center;
}
.span span{
display: none;
}

html,
body {
    height: 100%;
}
.inv-mobile{
    display: none;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.sec{
    width: 100%;
}
.section_news{
    margin-top: 30px;
}
.fc{
    margin: 0;
    height: 150px;
    background: #6495ed;
    line-height: 150px;
    color: white;
    font-size: 28px;
    text-align: center;
    overflow: hidden;
}
.inv, .fc, .inv-mobile{
    margin-top: 50px;
}
.inv, .inv:hover,.inv-mobile, .inv-mobile:hover {
    color: #6495ed;
    background:  #6495ed;
}
.nav-btn{
    width: 90%;
    margin-top: 30px;
}
.left-bar{
    text-align: center;
}
.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
        .inv-mobile{
            display: initial;
        }
        .inv{
            display: none;
        }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
html,
body {
    height: 100%;
    background: #eaeaea;
}
.navbar-fixed-top {
    border-width: 0;
}
.inv-mobile{
    display: none;
}
.icon-eye{
    color: #557fca;
    font-size: 20px;
    margin-left: 50px;
}
.eye{
    margin-left: -100px;
}
p{
    font-size: 16px;
}
.dropdown-menu{
    background: #557fca;
    border: 0;
}
.dropdown-menu > li > a{
    color: white;
}
.breadcrumb{
    margin-left: 20px;
    margin-right: 5px;
}
h1{
    margin-top: 40px;
}
.fc span {
    text-align: center;
    animation: blur 3s /*ease-in-out*/ cubic-bezier(0.11, 0.05, 0.74, 1) infinite;
    text-shadow: 0 0 5px #eaeaea, 0 0 7px black;
}
@keyframes blur {
    from {
        text-shadow:0 0 10px #557fca,
        0 0 10px #eaeaea,
        0 0 25px #eaeaea,
        0 0 25px #eaeaea,
        0 0 25px #eaeaea,
        0 0 25px #eaeaea,
        0 0 25px #eaeaea,
        0 0 25px #eaeaea,
        0 0 50px #eaeaea,
        0 0 50px #eaeaea,
        0 0 50px #B1B7B3,
        0 0 50px #B1B7B3,
        0 10px 10px #B1B7B3,
        0 10px 10px #B1B7B3,
        0 10px 10px #B1B7B3,
        0 10px 10px #B1B7B3,
        0 -10px 10px #B1B7B3,
        0 -10px 10px #B1B7B3;
    }
}
.alert-success{
    margin-top: 50px;
}
.background{
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
}
.fc{
    margin: 0;
    margin-top: 50px;
    height: 150px;
    background: #6495ed;
    line-height: 150px;
    color: white;
    font-size: 28px;
    text-align: center;
    overflow: hidden;
}
.logo{
    width: 8%;
    height: auto;
}
.navbar-inverse{
    background: #557fca;
}
.navbar-inverse .navbar-nav > .active > a, .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-toggle > button > a:hover,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav > .open > a:focus{
    color: yellow;
    background: #6495ed;
}
#content, .content{
    border-radius: 20px;
    border: solid 2px #557fca;
    padding: 2px;
}
.row-one{
    margin: auto;
    padding: 0 20px;
}
.main-view{
    width: 100%;
    height: auto;
    margin: 5px;
    margin-left: 0;
    border-radius: 10px
}
.invite, .link{
    margin-bottom: 10px;
    padding: 10px;
    background: #eaeaea;
    border-radius: 20px;
    border: solid 2px #557fca;
}
.news-all{
    margin: 0;
}
.side-bar img{
    margin-bottom: 5px;
    border-radius: 20px;
}
.link p, .invite p{
    color: #557fca;
    font-size: 16px;
    text-align: center;
}
.carousel-main-view, .carousel-inner > .item > img{
    width: auto;
    max-height: 500px;
    margin: auto;
    margin-bottom: 20px;
}
.car{
    box-shadow: 0 15px 15px rgba(0,0,0,0.8);
}
.image{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.row-one-image{
    margin: auto;
}
ul{
    list-style-type: none;
}
.video{
    margin-top: 20px;
    list-style-type: decimal;
    text-align: left;
}
.vidget-photo{
    width: 70%;
    border-radius: 10px;
}
a, a:hover{
    cursor: pointer;
    text-decoration: none;
}
.searchplace{
    padding: 0 5px;
    margin-top: 15px;
}
.content{
    margin: 10px;
    padding: 5px;
}
.navbar-inverse .navbar-brand{
    color: white;
    font-size: 22px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 15px 20px;
    font-size: 18px;
    color: white;
}
.main-info{
    margin-bottom: 30px;
}
.news-mini{
    background: #3e5787;
    color: whitesmoke;
    text-align: center;
    box-shadow: 0 15px 20px rgba(0,0,0,0.8);
    padding: 10px 30px;
}
.btn-enter, .news-mini, .photo, .carousel-inner, .carousel-inner img{
    border-radius: 20px;
    border: solid 1px black;
}
.admin{
    border-radius: 10px;
}
.player-view {
    width: auto;
    max-height: 250px;
    margin: auto;
    margin-bottom: 10px;
}
.searchplace{
    border: solid 1px black;
}
.photo img{
    width: 20%;
    height: auto;
}
.photo-np{
    padding-right: 0;
}
.nacpol-inside{
    padding-left: 5px;
    margin: auto;
}
.nacpol-ins, .main-info{
    display: flex;
}
.photo-np img{
    width: 100%;
    height: auto;
}
.hot-line, .search{
    margin: auto;
}
.carousel-inner, .carousel-inner img{
    border-radius: 0;
    border: 0;
}
.inv, .inv:hover,.inv-mobile, .inv-mobile:hover {
    color: #6495ed;
    background:  #6495ed;
}
.nac, .pol{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 90%;
}
.nacpol{
    margin-top: 10px;
}
.create_time{
    margin-left: 20px;
    font-size: 16px;
    color: #7c87ed;
}
.title, .title a{
    font-size: 22px;
    color: #1b2e69;
    text-align: center;
}
.glare{
    background: #33477e;
    border-radius: 10px 10px 50px 50px;
}
.carousel-inner, .btn-enter{
    margin-bottom: 50px;
    text-align: center;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
}
/*.wrap > .container {
    padding: 20px 0 20px;
}*/
.wrap > .container {
    padding-right: 15px;
}
.date-interface{
    padding-left: 25px;
}
.btn-success, .btn-success:hover, .btn-success:focus, .form-group .btn-success:active, .news-index .btn-success:active{
    background-color: #33477e;
    border-color: #33477e;
}
.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.jumbotron, h3 {
    text-align: center;
    background-color: transparent;
}
.has-success .control-label{
    color: black;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.not-set {
    color: #c55;
    font-style: italic;
}
.leadership-view{
    width: auto;
    max-height: 250px;
    margin: auto;
}
.staff-view{
    width: auto;
    max-height: 250px;
    margin: auto;
    margin-bottom: 10px;
}
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}
.sort-ordinal a.desc:after {
    content: "\e156";
}
.grid-view th {
    white-space: nowrap;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}
.carousel-indicators{
    display: none;
}
.carousel-control,.carousel-control:hover, .carousel-control:focus{
    font-size: 80px;
    color: #557fca;
    font-weight: bold;
    opacity: 1;
    margin-top: 50%;
}
.carousel-control.left, .carousel-control.right{
    background-image: none;
}

@media(max-width:1200px) {
    .container {
        padding: 0;
    }
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    .fc {
        height: 100px;
        line-height: 100px;
        font-size: 20px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/Century Gothic/Century Gothic.eot");
    src: url("../fonts/Century Gothicr/Century Gothic.eot?#iefix") format("embedded-opentype");
    src: url("../fonts/Century Gothic/Century Gothic.woff") format("woff");
    src: url("../fonts/Century Gothic/Century Gothic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@media(max-width: 992px) {
    .fc {
        height: 80px;
        line-height: 80px;
        font-size: 20px;
    }
    .logo{
        width: 5%;
    }
    .icon-eye{
        font-size: 14px;
    }
    .title, .title a {
        font-size: 18px;
    }
    .col-sm-8 span, p{
        font-size: 14px;
    }
    .navbar-inverse .navbar-brand{
        font-size: 16px;
    }
    .navbar-inverse .navbar-nav > li > a{
        font-size: 14px;
        padding: 15px 10px;
    }
    #carousel-example-generic, .news-mini h2, .col-md-2, .control-label, .photo-np{
        display: none;
    }
    .col-md-8{
        padding-left: 25px;
    }
    .news-mini{
        background: none;
        border: 0;
        text-align: center;
        box-shadow: none;
        padding: 0;
    }
    .col-sm-12, .infa{
        text-align: center;
    }
    .center{
        text-align: left;
    }
    .photo-np img {
        width: 100%;
        height: auto;
    }
    .infa table{
        margin: auto;
    }
    .infa table td {
        font-size: 14px;
    }
}
@media(max-width: 767px) {
    .inv-mobile{
        display: initial;
    }
    .inv{
        display: none;
    }
    .create_time{
        margin-left: 0;
        font-size: 14px;
    }
    .icon-eye{
        margin-left: 10px;
    }
    .col-sm-8 span, p {
        font-size: 12px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }
    .navbar-inverse .navbar-toggle {
        border-color: white;
    }
    .breadcrumb {
        display: none;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: inherit;
    }
    .main-view{
        max-width: 150px;
        height: auto;
        margin: 5px;
        margin-left: 0;
        border-radius: 10px
    }
    .infa table{
        margin: auto;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover{
        color: yellow;
        background-color: #6495ed;
    }
    .container{
        padding-left: 5px;
        padding-right: 5px;
        border-color: white;
    }
    .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        border-color: white;
    }
}
@media(max-width: 550px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .col-xs-8 span, p {
        font-size: 18px;
        margin: 0;
    }
    .col-xs-8 > .time{
        font-size: 8px;
    }
    .title{
        font-size: 18px;
        color: #557fca;
    }
    .fc {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .wrap > .container {
        padding-right: 0;
    }
    .col-xs-4{
        width: auto;
    }
    .col-xs-8 {
        float: none;
        width: auto;
    }
    h4 {
        font-size: 14px;
    }
    .create_time{
        font-size: 12px;
    }
    .col-xs-8 p{
        text-align: center;
    }
    .navbar-inverse .navbar-brand {
        font-size: 12px;
    }
    .player-view, .staff-view ,.leadership-view {
        max-width: 260px;
    }
    .carousel-control, .carousel-control:hover, .carousel-control:focus {
        font-size: 70px;
        margin-top: 100%;
    }
    .carousel-main-view, .carousel-inner > .item > img{
        max-height: 270px
    }
}




