* {
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    background-color: #111010;
    color: #8f8c8a;
    font-family: "Calibri", Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    min-width: 320px;
    overflow-x: hidden;
}
a {
    color: #d5653f;
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    margin: 0 0 18px
}
img {
    border: none;
}
input {
    vertical-align: middle;
}
h1 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #c9c9c9;
    text-transform: uppercase;
}
h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #c9c9c9;
    text-transform: uppercase;
}
h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #c9c9c9;
}
input[type=text], input[type=email], input[type=password] {
    display: block;
    height: 24px;
    margin: 4px 20px 4px 0;
    padding: 2px 14px 4px 14px;
    background-color: rgba(0,0,0,0.25);
    border: 2px solid #111010;
    font-size: 18px;
    font-family: "Calibri", Arial, sans-serif;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #7b7b7b;
}
textarea {
    display: block;
    width: 450px;
    min-height: 100px;
    margin: 4px 0;
    padding: 2px 2px;
    background-color: rgba(0,0,0,0.25);
    background-color: transparent;
    border: 2px solid #1c1c1c;
    color: #7b7b7b;
}
input, textarea, select, button {
    outline: none;
}
input:active, textarea:active, select:active, button:active {
    outline: none;
}
.clearfix{

}
.clearfix::after{
    display: block;
    content: "";
    clear: both;
}
.wrapper{
    width: 100%;
    margin: 0 auto;
}
.content{
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 12px;
}
.header{
    min-height: 70px;
    padding-top: 20px;
    background-image: url(../images/bgh.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    border-bottom: 10px solid #181717;
}
.topmenu{
    list-style-type: none;
    float: left;
    margin: 5px 0 0 -8px;
    width: 380px;
}
@media (max-width: 700px) {
    .topmenu{
        width: 100%;
    }
}
.topmenu li{
    float: left;
    padding: 2px 14px 4px 14px;
    border: 2px solid rgba(0,0,0,0.0);
    display: block;
    height: 24px;
    line-height: 24px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.topmenu li:hover{
    border: 2px solid #6d627c;
}
.topmenu li a{
    font-size: 18px;
    color: #efdcd3;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.topmenu li a:hover{
    text-decoration: none;
}
.serachbox {
    float: right;
    position: relative;
    margin: 0 0 0 0;
}
@media (max-width: 700px) {
    .serachbox{
        float: left;
    }
}
.serachbox .inputsearch {
    float: left;
    padding: 2px 40px 4px 14px;
    width: 190px;
    border: 2px solid #1c1c1c;
    color: #6d627c;
}
.serachbox .btnserach {
    position: absolute;
    background-color: transparent;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
    height: 20px;
    width: 21px;
    cursor: pointer;
    top: 11px;
    right: 32px;
    border: none;
    outline: none !important;
    border-radius: 0;
    box-shadow: none;
}
.s-videos{
    padding: 8px;
    background-color: #1c1c1c;
    margin-bottom: 14px;
}
.s-videos__title,
.s-videos__title a{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #c9c9c9;
    text-decoration: none;
    margin: 0 0 5px;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.s-videos__title a:hover{
    color: #e54d22;
}
.s-videos__title .v-count{
    float: right;
    color: #4d4d4d;
    font-size: 14px;
    border-radius: 50px;
    border: 2px solid #111010;
    padding: 0 5px;
}
.s-videos__main{
    font-size: 0;
    line-height: 0;
}
.m-box{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.4;
    width: 33.333333333%;
    padding: 0 4px;
    box-sizing: border-box;
    margin-bottom: 8px;
}
@media (max-width: 640px) {
    .m-box{
        width: 50%;
    }
}
@media (max-width: 480px) {
    .m-box{
        width: 100%;
    }
}
.m-box-sidebar{
    width: 100%;
}
@media (max-width: 840px) {
    .m-box-sidebar{
        width: 50%;
    }
}
@media (max-width: 480px) {
    .m-box-sidebar{
        width: 100%;
    }
}
.m-box__image{
    width: 100%;
    vertical-align: top;
}
.m-box__data-link{
    text-decoration: none !important;
    color: #000;
    position: relative;
    display: block;
}
.m-box__data-link:hover{
    opacity: 0.9;
}
.m-box__time{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    border-radius: 10px;
    padding: 1px 5px;
    background-color: #333;
    background-color: rgba(0,0,0,0.7);
}
.m-box__text{
    display: block;
    margin-top: 10px;
}
.m-box__title{
    font-size: 14px;
    line-height: 1.3;
}
.m-box__date, .m-box__author{
    float: left;
    width: 50%;
}
.m-box__author{
    text-align: right;
}
.paginator{
    text-align: center;
}
.footer{
    font-size: 14px;
    line-height: 21px;
    color: #414141;
    padding: 15px 20px;
    background-color: #090909;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 28px;
}
.paginator__item{
    display: inline-block;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #414141;
    background-color: #1c1c1c;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 5px solid #1c1c1c;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0 1px;
}
.paginator__item:hover{
    color: #fff;
    text-decoration: none;
    border: 5px solid #3d766f;
    background-color: #3d766f;
}
.paginator__item.selected{
    background-color: #3d766f;
    border: 5px solid #3d766f;
    color: #fff;
}
.paginator__dot{
    background-color: #3d766f;
    border: 5px solid #3d766f;
    color: #fff;
}
.a-box{
    overflow: hidden;
    margin-bottom: 14px;
}
.d-box{

}
.d-box__left{
    float: left;
    width: 70%;
}
.d-box__right{
    float: right;
    width: 30%;
    box-sizing: border-box;
    padding: 0 12px;
}
@media (max-width: 840px) {
    .d-box__left{
        width: 100%;
    }
    .d-box__right{
        width: 100%;
    }
}
.gg-play{
    position: relative;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
}
.gg-play iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.d-box__title{
    line-height: 1.3;
    margin-top: 4px;
}
.d-box__time{
    float: left;
    width: 10%;
    color: #2f7960;
    font-size: 16px;
    margin-bottom: 10px;
}
.d-box__author{
    float: left;
    width: 90%;
    text-align: right;
    color: #2f7960;
    font-size: 16px;
}
.discu__title{
    font-size: 16px;
    color: #ddd;
    margin-bottom: 8px;
}
.c-box{
    margin-bottom: 12px;
}
.c-box__left{
    float: left;
    width: 52px;
}
.c-box__left .image{
    max-width: 100%;
    vertical-align: top;
}
.c-box__right{
    padding-left: 60px;
}
.c-box__author{
    color: #eee;
}
.g-box__title{
    font-size: 16px;
}
.g-box__link{
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    margin-top: 6px;
    color: #d5653f;
    cursor: pointer;
}
.g-box__link:hover{
    opacity: 0.7;
}
.g-box__wrapper{

}
.g-box__fig{
    display: block;
    margin-bottom: 12px;
}
.g-box__fig img{
    max-width: 100%;
    vertical-align: top;
}
.main-subscribe{
    background: #666;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 16777271;
}
.main-subscribe__window{
    background: #fff;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border-radius: 7px;
    margin-top: 50px;
    margin-top: 30vh;
    color: #333;
    border: 3px solid #666;
}
.main-subscribe__title{
    font-size: 20px;
    line-height: 1.2;
}
.main-subscribe__actions{
    margin-top: 12px;
    text-align: center;
}
.main-subscribe__data{
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px;
    padding: 0 12px;
    background-color: #3d766f;
    color: #fff;
    min-width: 36px;
    text-align: center;
}
.main-subscribe__data:hover{
    opacity: 0.7;
}