#page {
    background: #fff;
    background-size: 100% 100%;
    min-height: 1200px;
}

#header {
    background-image: -webkit-linear-gradient(left,#f06 0%,#f60 100%);
    background-image: -o-linear-gradient(left,#f06 0%,#f60 100%);
    background-image: linear-gradient(to right,#ffc300 0%,#f60 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF0066',endColorstr='#FFFF6600',GradientType=1);
}

.header-wrap {
    position: relative;
    text-align: center;
    padding: 15.5px 0;
    z-index: 10;
}

.header-wrap .header-left {
    position: absolute;
    left: 0;
    top: 15px
}

#header_logo {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom:1;*display: inline
}

#header_logo h1 {
    margin: 0
}

#header_logo a {
    display: block
}

#header_logo img {
    max-width: 100%;
    padding-left: 0;
}

.navbar-header .btn-menu-canvas {
    padding: 0 15px;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 15px 0;
}

.navbar-header .btn-menu-canvas:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.navbar-header .icon-menu {
    background: url(images/icon/icon-menu.png) no-repeat center center;
    display: block;
    width: 25px;
    height: 25px;
    background-size: 100%;
}

nav {
    transition: .6s ease-in-out;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

nav.nav_menu {
    padding: 10px 20px;
}

#velamenu {
    position: relative;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 588px;
    overflow: hidden;
    display: inline-table
}

#velamenu > li {
    padding: 0
}

#velamenu > li > a {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    background: transparent;
    color: #5a5a5a;
    text-transform: none;
    padding: 2px 11px 3px;
    border-radius: 18px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
#velamenu > li > a:hover{
    border:none!important;
    text-decoration:none;
}

#velamenu > li > a.active,#velamenu > li > a:hover,#velamenu > li > a:focus {
    background: #ff6700;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    border:none!important;
}

.block2 {
    padding: 0 10px
}

.fb-comments,.fb-comments * {
    width: 100%!important
}

.block {
    margin-top: 10px
}

.block .title_block {
    margin: 0;
    padding: 10px 0;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    color: #fff
}

.block .title_block a {
    margin: 0;
    padding: 10px 0;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    color: #272727;
}

.home_albums .albumList .album {
    margin-top: 11px
}

.home_albums .albumList .album .album-inner {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.home_albums .albumList .album .album-inner .image {
    position: relative
}

.home_albums .albumList .album .album-inner .image img {
    width: 100%
}

.home_albums .albumList .album .album-inner .image a {
    display: block
}

.home_albums .albumList .album .album-inner .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0.9) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0.9) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(0,0,0,0.9) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF',endColorstr='#E6000000',GradientType=0)
}

.home_mvs .mvList .mv {
    margin-top: 10px
}

.home_mvs .mvList .mv .mv-inner {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.home_mvs .mvList .mv .mv-inner .image {
    position: relative
}

.home_mvs .mvList .mv .mv-inner .image img {
    width: 100%
}

.home_mvs .mvList .mv .mv-inner .image .time {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: right;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 15px 5px 0;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,black 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0%,black 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF',endColorstr='#FF000000',GradientType=0)
}

.home_mvs .mvList .mv .mv-inner .info {
    position: relative;
    display: block;
    font-size: 24px;
    padding: 5px 10px;
    background-color: #fff;
}

.home_mvs .mvList .mv .mv-inner .listen {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff6700;
    color: #fff;
    font-size: 18px;
    padding: 0 6px;
    line-height: 28px;
}

.home_clips .clipList .clip {
    margin-top: 10px
}

.home_clips .clipList .clip .clip-inner {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.home_clips .clipList .clip .clip-inner .image {
    position: relative
}

.home_clips .clipList .clip .clip-inner .image img {
    width: 100%
}

.home_clips .clipList .clip .clip-inner .image .time {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: right;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 15px 5px 0;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,black 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0%,black 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF',endColorstr='#FF000000',GradientType=0)
}

.home_clips .clipList .clip .clip-inner .info {
    position: relative;
    display: block;
    font-size: 24px;
    padding: 5px 10px;
    background-color: #fff;
}

.home_clips .clipList .clip .clip-inner .listen {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff6700;
    color: #fff;
    font-size: 18px;
    padding: 0 6px;
    line-height: 28px;
}

.home_topics .topicList .topic {
    position: relative;
    background: rgba(255,255,255,0.2);
    margin-bottom: 18px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.home_topics .topicList .topic:before,.home_topics .topicList .topic:after {
    content: " ";
    display: table
}

.home_topics .topicList .topic:after {
    clear: both
}

.home_topics .topicList .topic:last-child {
    margin-bottom: 0
}

.home_topics .topicList .topic {
    margin-top: 10px
}

.home_topics .topicList .topic .topic-inner {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.home_topics .topicList .topic .topic-inner .image {
    float: left;
    width: 50%;
    position: relative
}

.home_topics .topicList .topic .topic-inner .image img {
    width: 100%
}

.home_topics .topicList .topic .topic-inner .info {
    float: left;
    width: 50%;
    padding: 5px 5px 5px 20px;
}

.home_topics .topicList .topic .topic-inner .info .name {
    margin: 0;
    padding: 0;
    font-size: 20px
}

.home_topics .topicList .topic .topic-inner .info .name a {
    display: block;
    font-weight: 500;
    color: #464646;
    font-size: 18px;
}

.home_topics .topicList .topic .topic-inner .info .des {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    display: block;
    font-weight: 300;
    color: #272727;
}

.home_topics .topicList .topic .topic-inner .btn_play {
    position: absolute;
    top: 50%;
    right: -17px;
    display: block;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    background: url(images/icon/btn_play.png) no-repeat 12px center #ff6700;
    border-radius: 50%;
    overflow: hidden;
}

.home_songs .songList {
    padding: 10px
}

.home_songs .songList .song {
    position: relative;
    padding: 0 60px 0 0;
    margin-bottom: 10px
}

.home_songs .songList .song .meta .singer {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #3a3a3a;
    font-weight: 400;
}

.home_songs .songList .song .meta .listen {
    margin-left: 5px;
    padding-left: 20px;
    background: url(images/icon/icon-headphones-orange.png) no-repeat left center;
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 400;
}

.home_songs .songList .song .icon-tv {
    display: inline-block;
    width: 25px;
    height: 18px;
    margin-left: 6px;
    background: url(images/icon/icon-tv.png) no-repeat center center
}

.home_songs .songList .song .name a {
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 500;
}

.rank-songs .songList {
    padding: 10px
}

.rank-songs .songList .song {
    clear: both;
    position: relative;
    padding: 0 50px 0 0;
    margin-bottom: 20px
}

.rank-songs .songList .song .name {
    margin: 0;
    padding: 0
}

.rank-songs .songList .song .name a {
    font-size: 18px;
    color: #333;
}

.rank-songs .songList .song > a > img {
    float: left;
    margin-right: 10px
}

.rank-songs .songList .song .meta {
    color: #444;
    font-size: 18px;
    font-weight: 300;
}

.rank-songs .songList .song .meta .listen {
    margin-left: 5px;
    padding-left: 20px;
    background: url(images/icon/icon-headphones-orange.png) no-repeat left center;
    font-size: 14px;
}

.rank-songs .songList .song .img-bxh-song {
    width: 65px;
    max-height: 65px
}

.rank-albums .albumList .album {
    margin-bottom: 10px
}

.rank-albums .albumList .album .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px
}

.rank-mvs .mvList .mv:nth-child(2n+1) {
    clear: both
}

.rank-mvs .mvList .mv {
    margin-bottom: 10px
}

.rank-mvs .mvList .mv .mv-inner {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.rank-mvs .mvList .mv .mv-inner .image {
    position: relative
}

.rank-mvs .mvList .mv .mv-inner .image img {
    width: 100%
}

.rank-mvs .mvList .mv .mv-inner .image .time {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: right;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 15px 5px 0;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,black 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0%,black 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF',endColorstr='#FF000000',GradientType=0)
}

.rank-mvs .mvList .mv .mv-inner .info {
    position: relative;
    display: block;
    font-size: 24px;
    padding: 5px 10px;
    /* background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(12,194,161,0.3) 100%) */
}

.rank-mvs .mvList .mv .mv-inner .listen {
    position: absolute;
    top: 0;
    right: 0;
    background: #2bb199;
    color: #fff;
    font-size: 18px;
    padding: 0 6px;
    line-height: 28px
}

.rank-more {
    position: relative;
    padding: 0 60px 0 0;
    margin-bottom: 20px
}

.rank-more .blur {
    padding-top: 15px
}

.rank-more > a > img {
    float: left;
    margin-right: 10px
}

.rank-more .blur a {
    font-size: 24px;
    padding-top: 15px;
    color: #444;
    font-weight: 500;
}

.rank-more .aft {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 10px
}

.rank-more .aft .view-all {
    display: block;
    width: 60px;
    height: 40px;
    background: transparent url(images/icon/+++.png) no-repeat scroll center center;
    cursor: pointer
}

.album_details .album_info {
    clear: both
}

.album_details .album_info .image img {
    width: 100%
}

.album_details .album_info .image {
    float: left;
    width: 20%
}

.album_details .album_info .meta {
    float: left;
    width: 75%;
    margin-left: 2%
}

.album_details .album_info .meta .name {
    clear: right;
    color: #424242;
    font-size: 18px;
    font-weight: 500;
}

.album_details .album_info .meta .singer {
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 500;
}

.song_details .song_info {
    clear: both
}

.song_details .song_info .image {
    float: left;
    width: 20%
}

.song_details .song_info .meta {
    float: left;
    width: 75%;
    margin-left: 2%
}

.song_details .song_info .meta .name {
    clear: right;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.song_details .song_info .meta .singer {
    color: #444;
    font-size: 16px;
    font-weight: 500;
}

.song_details .song_info .meta .listen {
    margin-left: 5px;
    padding-left: 20px;
    background: url(images/icon/icon-headphones-orange.png) no-repeat left center;
    color: #000;
    font-weight: 300;
    font-size: 14px;
}

.song_lyrics {
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 5px;
    font-size: 14px
}

.mv_details .mv_info {
    clear: both
}

.mv_details .mv_info .image img {
    width: 100%
}

.mv_details .mv_info .image {
    float: left;
    width: 20%
}

.mv_details .mv_info .meta {
    float: left;
    width: 75%;
    margin-left: 2%
}

.mv_details .mv_info .meta .name {
    clear: right;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.mv_details .mv_info .meta .singer {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.mv_details .mv_info .meta .listen {
    margin-left: 5px;
    padding-left: 20px;
    background: url(images/icon/icon-headphones-orange.png) no-repeat left center;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.clip_details .clip_info {
    clear: both
}

.clip_details .clip_info .image img {
    width: 100%
}

.clip_details .clip_info .image {
    float: left;
    width: 20%
}

.clip_details .clip_info .meta {
    float: left;
    width: 75%;
    margin-left: 2%
}

.clip_details .clip_info .meta .name {
    clear: right;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.clip_details .clip_info .meta .singer {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.clip_details .clip_info .meta .listen {
    margin-left: 5px;
    padding-left: 20px;
    background: url(images/icon/icon-headphones-orange.png) no-repeat left center;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.clip_lyrics {
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 5px;
    font-size: 14px
}

.page_topics .topicList .topic {
    margin-bottom: 10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.page_topics .topicList .topic .image img {
    width: 100%
}

.page_topics .topicList .topic .info {
    position: relative;
    display: block;
    font-size: 24px;
    padding: 5px 10px;
    /* background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(12,194,161,0.9) 100%) */
}

.icon-headphones {
    float: left;
    width: 17px;
    height: 28px;
    display: block;
    margin-right: 5px;
    background: url(images/icon/icon-headphones.png) no-repeat center center
}

.icon-view {
    float: left;
    width: 18px;
    height: 28px;
    display: block;
    margin-right: 5px;
    background: url(images/icon/icon-view.png) no-repeat center center
}

.icon-play {
    float: left;
    width: 11px;
    height: 28px;
    display: block;
    margin-right: 5px;
    background: url(images/icon/icon-play.png) no-repeat center center
}

.info a:hover {
    text-decoration: none
}

.info .singer {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
}

.info .singer a {
    color: #fff;
    font-weight: 500;
    line-height: normal
}

.info .name {
    margin: 0;
    padding: 0;
    font-size: 18px
}

.info .name a {
    display: block;
    color: #fff;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
}

.tgn-form {
    margin: 20px 0;
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc
}

.btn-delete {
    color: #d20000;
    background-color: #fff
}

#edit-playlist-form {
    height: 0;
    overflow: hidden;
    transition: height .5s;
    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    transition: height .5s
}

#edit-playlist-form.view {
    height: auto
}

.select-playlist {
    width: 250px;
    background: #fff;
    padding: 10px;
    position: absolute;
    z-index: 10;
    right: 0;
    display: none
}

.select-playlist.show {
    display: block
}

.select-playlist .add-form input {
    width: 150px;
    float: left
}

.select-playlist .add-form .btn {
    width: 70px;
    float: right
}

.select-playlist .add-form {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.pl-box-close {
    position: absolute;
    display: block;
    width: 50px;
    height: 35px;
    background: #e4e4e4;
    top: -35px;
    right: 0;
    line-height: 35px;
    font-size: 24px;
    color: #000;
    text-decoration: none;
    text-align: center
}

.clear {
    clear: both
}

.list-playlist {
    height: 200px;
    overflow-y: scroll
}

.list-playlist a {
    display: block;
    margin: 5px 0;
    height: 30px;
    line-height: 30px;
    color: #444;
    text-transform: capitalize;
    text-align: left;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.list-playlist li:nth-child(even) a {
    background: #f1f1f1
}

@media (min-width: 767px) {
    .container {
        width:640px;
    }
}

@media (min-width: 31.25em) {
    nav {
        max-height:none;
        background: none;
        box-shadow: none;
        overflow: hidden
    }

    ul {
        width: 100%
    }

    li {
        background: none;
        box-shadow: none;
        font-size: 1.5rem;
        padding: 0;
        width: auto
    }
}

@media (max-width: 480px) {
    .navbar-header .icon-menu {
        width:25px;
        height: 30px
    }

    #velamenu {
        width: 450px
    }

    #velamenu > li > a {
        font-size: 16px
    }

    nav.navbar-header {
        padding: 20px 10px 0
    }

    .albumList .col-sp-12 {
        width: 50%
    }

    .rank-mvs .col-xs-6 {
        width: 100%
    }

    .rank-albums .col-sp-12 {
        width: 100%
    }

    .home_topics .topicList .topic .topic-inner .image {
        width: 100%
    }

    .home_topics .topicList .topic .topic-inner .info {
        width: 100%;
        padding: 10px
    }

    .home_topics .topicList .topic .topic-inner .info .name {
        font-size: 16px
    }

    .home_topics .topicList .topic .topic-inner .info .des {
        font-size: 14px
    }

    .home_topics .topicList .topic .topic-inner .btn_play {
        right: 50%;
        margin-right: -17px
    }

    .home_songs .songList .song .meta .singer {
        font-size: 12px
    }

    .home_songs .songList .song .name a {
        font-size: 14px
    }

    .rank-songs .songList .song .name a {
        font-size: 18px
    }

    .rank-songs .songList .song .meta {
        font-size: 12px
    }

    .rank-more .blur a {
        font-size: 16px
    }

    .album_details .album_info .meta .name {
        font-size: 14px
    }

    .album_details .album_info .meta .singer {
        font-size: 12px
    }

    .song_details .song_info .meta .name {
        font-size: 14px
    }

    .song_details .song_info .meta .singer {
        font-size: 12px
    }

    .topic_details .topic_info .meta .name {
        font-size: 14px
    }

    .topic_details .topic_info .meta .singer {
        font-size: 12px
    }

    .mv_details .mv_info .meta .name {
        font-size: 14px
    }

    .mv_details .mv_info .meta .singer {
        font-size: 12px
    }

    .clip_details .clip_info .meta .name {
        font-size: 14px
    }

    .clip_details .clip_info .meta .singer {
        font-size: 12px
    }

    .info .singer {
        font-size: 12px
    }

    .info .name {
        font-size: 14px
    }

    .block {
        padding: 0
    }

    .block .title_block {
        font-size: 18px
    }
}

.my-form {
    padding: 20px;
    background-color: #FBFBFB;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 4px #333;
    -webkit-box-shadow: 0 0 4px #333
}

.form-header {
    font-size: 1.8em;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 0 0 20px
}

.form-group {
    margin: 10px 0
}

.mv-inner .info *,.topicList .name a,.clipList .name a {
    color: #000!important
}

#albums .title_block,#mvs .title_block {
    color: #000
}

.page-title {
    margin: 0 0 5px;
    font-size: 1.3em;
    font-weight: 600;
    color: #000
}

.icon-rss {
    display: inline-block;
    width: 50px;
    height: 18px;
    background: url(images/icon/icon-rss.png) no-repeat 0 0 transparent
}

.rss-table {
    margin: 20px 0;
    width: 100%
}

.rss-table td {
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 1.1em
}

.social_details > a {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 5px;
    height: 28px
}

.social_details img {
    max-height: 100%
}

.site-footer {
    text-align: center
}

#footer {
    margin: 0;
    padding: 10px 0;
    background: #f3f3f3;
}

#apps-ads-popup {
    text-align: center;
    margin: 10px auto 0;
    box-shadow: 4px 4px 4px #eee;
    position: relative;
    width: 303px;
    max-width: 100%;
    height: auto
}

#apps-ads-popup img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

#apps-ads-popup .close-ads {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    top: 0;
    right: 0;
    background: url(images/social/close-btn.png)no-repeat 50% 50%;
    text-indent: 999999px;
    cursor: pointer;
    border-left: 1px solid #ff6d00;
    border-bottom: 1px solid #ff6d00
}

#apps-ads-popup .ads-banner {
    display: block;
    width: auto;
    position: relative;
    height: auto
}

.sticky-right-ads,.sticky-left-ads {
    position: fixed;
    width: 160px;
    height: 600px;
    top: 85px;
    border: 1px solid #e4e4e4;
    overflow: hidden
}

@media (max-width: 800px) {
    .sticky-left-ads,.sticky-right-ads {
        display:none
    }
}

.pop-ads .ui-dialog-titlebar {
    position: relative;
    background: transparent;
    border: none;
}

.pop-ads #apps-ads-popup {
    background: transparent;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.pop-ads .ui-dialog-titlebar-close {
    display: block;
    position: absolute!important;
    top: 44px!important;
    z-index: 99999;
    right: 1px!important;
    font-weight: 400!important;
}

.pop-ads {
    border: none!important;
    background: transparent!important;
    position: fixed!important;
    z-index: 99999999!important;
    top: 190px!important;
}
.luck-spin-menu {
    width:100px;
    height:20px;
    animation:myfirst 1s;
    -moz-animation:myfirst 1s infinite; /* Firefox */
    -webkit-animation:myfirst 1s infinite; /* Safari and Chrome */
}


@-moz-keyframes myfirst /* Firefox */
{
    0%   {color:red;}
    50%  {color:#2162B1;}
    100%   {color:yellow;}
}

@-webkit-keyframes myfirst /* Firefox */
{
    0%   {color:red;}
    50%  {color:#2162B1;}
    100%   {color:yellow;}
}


@media(max-width: 480px) {
    #header_logo img {
        max-width:200px
    }
}
