body {
    margin: 0px;
    padding: 0;
    font-size: 12px;
    color: #f2f2f2;
    font-family: arial;
    /*background: #dff3ff;*/
    background: #009cff;
    position: relative;
    min-height: 100%;
}

html {
    height: 100%;
    box-sizing: border-box;
}

.logo {
    position: absolute;
    left: 0;
    top: 1px
}

.logo a {
    width: 240px;
    height: 80px;
    background: url(/images/logo.png) no-repeat;
    display: block
}

dl, dt, dd, ul, li, h1, h2, form, input, textarea, p, td, h4, h3 {
    padding: 0;
    margin: 0;
}

ul, dl {
    list-style: none;
}

img {
    vertical-align: top;
    border: 0;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

div.alltags {
    text-align: center;
    width: 1254px;
    padding-top: 20px;
    margin: 12px auto;
}
div.item {
    width: 310px;
    height: 80px;
    float: left;
}

div.cover, div.cover img {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    float: left;
}

div.content  a {
    color: #FFF;
    text-decoration: none;
}
div.tags_right {
    float: left;
    width:200px;
    padding:5px 0 0 10px;
    text-align: left;
}

div.tags_right_name {
    float: left;
    width:200px;
    height:14px;
    line-height:20px;
    padding:0 0 10px 0px;
    font-size:14px;
    overflow:hidden;
}

div.tags_right_num {
    float: left;
    width:150px;
    font-size:12px;
    color: #F6F6F6;
}

div.bottomtext {
    clear: both;
    padding: 5px 10px 10px 10px;
    color: #fff;
    width: 100%;
    min-width: 240px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
}

div.bottomtext a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#backToTop {
    width: 60px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: none;
    background: url(/images/gotop.png);
    cursor: pointer;
}

ins, a {
    text-decoration: none;
    outline: none
}

.fix-top {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0
}

.fix-top {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0
}

.top {
    margin: 0;
    height: 90px;
    width: 100%;
    overflow: hidden;
}

.top_logo {
    margin-left: 30px;
}

.top_nav {
    height: 55px;
    margin: 0 0 0 0px;
    width: auto;
    overflow: hidden;
}

.top_nav ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.top_nav li {
    float: left;
    list-style: none;
    font-size: 16px;
    color: #B1B0B1;
    text-align: center;
    padding: 0 12px;
    line-height: 70px;
}

.top_nav li img {
    width: 32px;
    height: 32px;
    margin: 10px 4px 0 0;
}

.top_nav li a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.top_nav li a:hover {
    color: #FDB504;
}

.top_nav li:hover {
    background-color: #002435;
}

.top_nav li.selected {
    background-color: #002435;
}

.top_nav li.selected a {
    color: #FDB504;
}

.top_search {
    margin-top: 30px;
    padding-right: 85px;
    width: 202px;
    height: 33px;
}

.top_search_input {
    float: right;
    background: url(/images/blue/search_bg.jpg) no-repeat;
    width: 202px;
    height: 33px;
}

.top_search_input input {
    float: left;
    height: 33px;
    background: none;
    border: 1px none;
    line-height: 33px;
    padding: 0 0 0 5px;
    color: #fff;
    width: 150px;
}

.top_search_input span {
    float: right;
    margin: 0px;
    padding: 0px;
}

.top_search_input span input {
    background: none;
    margin: 0px;
    padding: 0px;
    width: 45px;
    height: 33px;
    cursor: pointer;
}

a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-decoration: underline;
}

.fix {
    position: fixed;
    bottom: 0;
    z-index: 99
}

#footer {
    width: 100%;
    background: #000719;
    background: -webkit-linear-gradient(top, #001037 0%, #000719 100%);
    background: linear-gradient(to bottom, #009cff 30%, #009cff 100%);
    margin: 40px 0 0;
}

.foot-inner {
    margin: 0 auto;
    padding: 0 80px
}

#footer a {
    color: #fff;
    line-height: 33px
}

.fn-left, .fn-right {
    display: inline
}

.fn-left {
    float: left
}

.fn-right {
    float: right
}

.header {
    position: fixed;
    width: 100%;
    height: 70px;
    opacity: 1;
    background: linear-gradient(rgba(19, 18, 53, .9), rgba(0, 2, 25, .9));
    background: -webkit-linear-gradient(top, #001037 0%, #000719 100%);
    /*background: linear-gradient(to bottom, #009cff 0%, #009cff 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001037', endColorstr='#000719', GradientType=0);
    border-bottom: 2px solid #fdfdfd;
    z-index: 99

}

.top {
    margin: 0;
    height: 70px;
    width: 100%;
    overflow: hidden
}

.top_logo {
    margin-left: 10px
}

.top_search {
    margin-top: 22px;
    padding-right: 5px;
    width: 202px;
    height: 33px
}

.top_search_input span {
    float: right;
    margin: 0;
    padding: 0
}

.top_search_input span input {
    background: none;
    margin: 0;
    padding: 0;
    width: 45px;
    height: 33px;
    cursor: pointer
}

#languages {
    float: right;
    margin: 18px 0 0
}

#languages div.menu {
    width: auto
}

#languages .menu ul, div.menu ul {
    list-style: none;
    margin: 0
}

#languages .menu li, div.menu li {
    float: left;
    position: relative;
    line-height: 0 !important
}

#languages a {
    padding: 10px 5px 0;
    line-height: 0
}

#languages ul ul {
    background-color: #292992;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    z-index: 99999;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top: 1px solid #ddd;
    box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1)
}

#languages ul ul li {
    width: 30px
}

#languages ul ul ul {
    left: 100%;
    top: 0
}

#languages ul li:hover > ul {
    display: block
}

#languages img {
    width: 25px
}

#languages img:hover {
    opacity: .7
}

.translate_wrapper {
    position: fixed;
    z-index: 1;
    top: 20px;
    right: 210px;
    font-size: 16px;
    background: #fff;
    border-radius: 4px;
}

.current_lang {
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
}

.lang {
    padding: 10px 15px;
}

.lang.selected {
    display: none;
}

.lang img, .lang span.lang-txt {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    color: #444444;
}

.lang span.lang-txt {
    position: relative;
    top: -1px;
    font-weight: 700;
}

.lang img {
    width: 20px;
    margin-left: 0;
}

.lang span span {
    color: #999;
    font-weight: 400;
}

.lang span.fa {
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: 3px;
}


.more_lang {
    transform: translateY(-20px);
    opacity: 0;
    cursor: pointer;
    display: none;
    -webkit-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -moz-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -o-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -ms-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
}

.translate_wrapper.active .more_lang {
    display: block;
}

.more_lang.active {
    opacity: 1;
    transform: translateY(-0px);
}

.more_lang .lang:hover {
    background: #5766b2;
    color: #fff;
}

.more_lang .lang:hover span {
    color: #fff;
}

.translate_wrapper:hover, .translate_wrapper.active, .content a:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 15px;
    -webkit-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    -moz-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    -o-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    -ms-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    transition: all 0.3s cubic-bezier(0, .99, .44, .99);

}

.translate_wrapper.active .lang {
    border-bottom: 1px solid #eaeaea;
}

/*RTL*/
body[dir="rtl"] .translate_wrapper {
    right: 20px;
    left: auto;
}

body[dir="rtl"] .lang span.fa {
    margin-right: 3px;
    margin-left: 0;
}

body[dir="rtl"] .lang .lang-txt {
    margin-right: 5px;
    margin-left: 0;
}

body[dir="rtl"] .content div img {
    left: auto;
    right: -30px;
}


body[dir="rtl"] .content p {
    text-align: right;
}

body[dir="rtl"] .lang span span {
    float: left;
    margin-right: 5px;
}

#topAD {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-height: 90px;
    height: 60px;
}

#StickyBottomDiv {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 130px;
    background: #0c0101c2;
}

#StickyBottomDiv > div {
    width: 728px;
    height: 130px;
    margin: auto;
    position: relative;
    border: solid 2px gray;
}

@media all and (min-width: 1200px) {
    .thumb, .thumb img, .thumb-featured, .thumb-featured img, #bio_ep .thumb {
        width: 180px;
        height: 135px;
    }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
    .thumb, .thumb img, .thumb-featured, .thumb-featured img, #bio_ep .thumb {
        width: 169px;
        height: 126px;
    }
}

@media all and (min-width: 768px) and (max-width: 979px) {
    .thumb, .thumb img, .thumb-featured, .thumb-featured img, #bio_ep .thumb {
        width: 169px;
        height: 126px;
    }
}

@media all and (max-width: 768px) {
    .thumb, .thumb img, .thumb-featured, .thumb-featured img, #bio_ep .thumb {
        width: 169px;
        height: 126px;
    }
}


@media all and (max-width: 480px) {
    .thumb, .thumb img, .thumb-featured, .thumb-featured img, #bio_ep .thumb {
        width: 110px;
        height: 95px;
    }
}
