@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
.cremove,
.info1,
.info1 a {
    font-weight: 700
}

.info1,
.info2 {
    font-size: 13px;
    margin: 10px
}

#backtotop a,
.alertblock a,
.cinfo a,
.dropoptions a,
.footer .right a,
.info1 a,
.keywords a,
.tbanner {
    text-decoration: none
}



.info1 {
    float: left;
    width: 60%
}

.info1 a {
    color: #000
}

.info2 {
    float: right
}

#comment,
.avatar,
.forms,
.post {
    float: left
}

.post {
    position: relative;
    width: calc(100% - 80px)
}

#comment,
.commentblock,
.username {
    width: 100%;
    box-sizing: border-box
}

.islink {
    position: absolute;
    background: rgba(0, 0, 0, .75);
    padding: 5px 5px 5px 20px;
    color: #fff;
    top: 5px;
    right: 5px;
    font-size: 12px;
    border-radius: 3px
}

.isown,
.ispartner {
    background-position: left 5px center;
    background-size: 12px 12px
}

.avatar,
.isown,
.ispartner,
.keywords a {
    background-repeat: no-repeat
}

.cinfo,
.username {
    font-size: 11px;
    text-transform: uppercase
}

.ispartner {
    background-image: url(img/link.png)
}

.isown {
    background-image: url(img/own.png)
}

.post:before {
    content: "\A";
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px
}

.layer,
.layer2,
.username {
    position: absolute;
    left: 0
}

.username {
    overflow: hidden;
    text-align: center;
    background-color: #C5452A;
    padding: 5px;
    bottom: -5px;
    color: #fff;
    text-shadow: 1px 1px #000;
    border-radius: 2px;
    border: 3px solid #fff
}

.commentblock {
    padding: 10px;
    float: left
}

.commentbox:hover .cremove {
    display: block
}

#comment {
    padding: 10px;
    height: 65px;
    line-height: 65px;
    border: 0;
    outline: 0;
    border-radius: 3px
}

.ispost .post .commentbox {
    background-color: #303030!important;
    color: #fff;
    border-bottom: 5px solid #444;
    padding: 10px;
    height: auto;
    line-height: normal;
    text-align: justify;
    border-radius: 3px
}

.alertblock,
.cremove {
    border-radius: 2px;
    text-align: center
}

.cinfo {
    margin-bottom: 5px
}

.cremove {
    display: none;
    background-color: #C5452A;
    position: absolute;
    color: #fff;
    width: 13px;
    height: 13px;
    line-height: 13px;
    font-size: 10px;
    right: 10px;
    top: 10px
}

.cremove:hover {
    background-color: #96501b;
    cursor: pointer
}

.cinfo a {
    color: #C5452A
}

.ispost .avatar {
    border: 5px solid #fff
}

.ispost .post:before {
    border-color: transparent #303030 transparent transparent
}

.ispost {
    margin-top: 20px!important
}

.avatar {
    background-color: #CB4D49;
    height: 65px;
    width: 65px;
    margin-right: 15px;
    border-radius: 50%;
    border: 5px solid #fff;
    z-index: 1;
    box-sizing: border-box;
    background-image: url(img/profile.png);
    background-position: center center;
    position: relative
}

.nocomment {
    text-align: center;
    background-color: #303030;
    margin-top: 20px;
    padding: 10px;
    box-sizing: border-box;
    text-shadow: 1px 1px #000;
    color: #fff;
    border-radius: 3px
}

.forms h3,
.legal h3 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    color: #C5452A;
    text-shadow: 1px 1px #96501b;
    line-height: normal;
    height: auto
}

.alertblock,
.alertblock a {
    font-size: 20px;
    box-sizing: border-box
}

.alertblock,
.alertblock a,
.thumbtl .title {
    text-shadow: 1px 1px #000
}

.forms hr {
    border: 1px dotted #96501b;
    border-style: none none dotted;
    color: #fff;
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: 20px
}

.layer,
.layer2 {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 9999;
    display: none
}

.alertblock {
    min-width: 500px;
    background-color: #C5452A;
    padding: 25px;
    position: fixed;
    top: calc(50%);
    left: calc(50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    border: 10px solid #000;
    line-height: 35px
}

.alertblock a {
    border-radius: 2px;
    background-color: #fff;
    color: #C5452A;
    padding: 10px;
    margin: 5px;
    display: block;
    line-height: 25px;
    font-weight: 700
}

.forms .sub,
.tbanner {
    font-size: 15px;
    color: #fff;
    font-weight: 700
}

.player,
.thumbtl {
    margin-right: 10px
}

.forms {
    box-sizing: border-box;
    padding: 20px;
    background-color: #efefef;
    width: 100%;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 15px
}

.forms input:focus {
    border: 1px solid #ccc
}

.forms input,
.forms textarea {
    border-radius: 3px;
    outline: 0;
    margin-bottom: 15px;
    width: 100%;
    padding: 15px;
    float: left;
    box-sizing: border-box
}

.forms .sub {
    margin-top: 10px;
    background-color: #C5452A;
    padding: 15px;
    cursor: pointer
}

.forms .sub:hover {
    background-color: #96501b
}

.forms textarea {
    border: 1px solid #ddd;
    height: 200px
}

.forms input {
    border: 1px solid #ddd
}

.forms label {
    margin-bottom: 5px;
    width: 100%;
    float: left
}

.player {
    margin-left: 10px
}

.tbanner {
    background-color: #C5452A;
    float: left;
    margin: 10px;
    box-sizing: border-box;
    padding: 15px;
    width: calc(100% - 20px);
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px
}

.thumbtl {
    width: calc(50% - 5px);
    float: left;
    margin-bottom: 10px
}

.thumbtl:nth-child(2n) {
    width: calc(50% - 5px);
    margin-right: 0
}

.thumbtl:hover img {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

.thumbtl img {
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    float: left
}

.tago {
    width: 100%;
    margin-top: 5px
}

.tago2 {
    width: 100%
}

.thumbtl .title {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize
}

.tbanner:hover {
    background-color: #96501b
}

.keywords {
    padding-top: 5px!important
}

.dropoptions .letters {
    margin-top: 10px
}

.dropoptions .letters a {
    background-image: none;
    width: 25%;
    margin: 0;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #96501b
}

.bannermob,
.deskbanner {
    width: 300px;
    position: relative
}

.dropoptions .letters a:hover {
    background-color: #96501b;
    color: #fff
}

.keywords a,
.keywords a:hover {
    color: #96501b
}

.native {
    padding-top: 20px;
    padding-bottom: 20px
}

.keywords a {
    background-image: url(img/search.png);
    background-position: left top 5px;
    background-size: 12px 12px;
    font-size: 13px;
    padding-left: 15px
}

body {
    font-family: 'Roboto Slab', serif;
    background: url(img/bg.png) #1e1e26;
    margin: 0
}

.deskbanner {
    height: 250px;
    border-radius: 3px;
    overflow: hidden
}

.bannermob {
    height: 100px;
    display: none
}

.leftblock .left {
    width: calc(100% - 180px)
}

.textblock p,
.textblockfooter p {
    margin: 0;
    max-height: 1000px
}

#backtotop {
    position: fixed;
    right: 15px;
    bottom: 60px
}

#backtotop a {
    border-radius: 3px;
    background-color: #C5452A;
    border: 0;
    display: block;
    width: 48px;
    height: 48px
}

.blockcontent,
.textblock,
.textblockfooter {
    border: 1px solid #e1e1e1;
    text-align: justify;
    background-color: #eee
}

.copymob {
    display: none
}

.inner,
.inner2 {
    transform-origin: 0 0;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    float: left
}

.imageblock,
.rightdrop {
    position: relative
}

.spacer {
    clear: both;
    margin-top: 20px
}

.blockcontent {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 10px;
    color: #111;
    margin-top: 0;
    font-size: 12px;
    border-radius: 0 0 3px 3px;
    border-bottom: 3px solid #e1e1e1
}

.galleryblock,
.imageblock,
.textblock,
.textblockfooter {
    box-sizing: border-box;
    padding: 10px;
    color: #111;
    font-size: 12px;
    float: left
}

.textblock,
.textblockfooter {
    width: calc(100% - 10px);
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 3px;
    border-bottom: 3px solid #e1e1e1;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right 10px bottom 5px
}

.textblockfooter {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px
}

.imageblock {
    width: calc(100% - 10px);
    background-color: #eee;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    border-bottom: 3px solid #e1e1e1;
    text-align: center
}

.nextp,
.prevp {
    width: 50px;
    height: 80px;
    top: calc(50% - 40px);
    background-color: #C5452A;
    border-radius: 2px;
    display: block;
    background-position: center center;
    background-size: 24px 24px;
    background-repeat: no-repeat
}

.dropoptions,
.nextp,
.prevp,
.rank {
    position: absolute
}

.imageblock img {
    max-width: 100%;
    max-height: 800px;
    display: block;
    margin: 0 auto
}

.galleryblock,
.leftblock.content {
    margin-top: 10px
}

.bgallery,
.dislike,
.galleryblock {
    margin-right: 10px
}

.nextp {
    right: -10px;
    background-image: url(img/aright.png)
}

.prevp {
    left: -10px;
    background-image: url(img/aleft.png)
}

.nextp:hover,
.prevp:hover {
    background-color: #96501b
}

.galleryblock {
    width: calc(100% - 10px);
    background-color: #eee;
    border: 1px solid #e1e1e1;
    text-align: justify;
    border-radius: 3px;
    border-bottom: 3px solid #e1e1e1
}

.nav,
.title {
    text-align: center
}

.galleryblock img {
    border-radius: 3px;
    border: 10px solid #EDEDEE;
    float: left;
    width: 20%;
    box-sizing: border-box
}

.bgallery,
.dislike,
.like {
    height: 45px;
    float: right;
    background-position: center center;
    background-size: 24px 24px;
    display: block;
    border-bottom: 2px solid #96501b;
    padding: 10px;
    background-color: #C5452A;
    box-sizing: border-box;
    background-repeat: no-repeat
}

.galleryblock img:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

.dislike {
    width: 45px;
    background-image: url(img/tdown.png);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: 1px solid #96501b;
    cursor: pointer
}

.like {
    width: 46px;
    background-image: url(img/tup.png);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    cursor: pointer
}

.bgallery {
    width: 45px;
    background-image: url(img/gallery.png);
    border-radius: 2px
}

.dropoptions,
.menuicon,
.searchicon {
    display: none
}

h1,
h2 {
    color: #E5C03F;
    text-shadow: 1px 1px #96501b;
    margin: 0;
    font-size: 36px;
    width: 100%
}

div {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dropoptions {
    width: 165px;
    right: 0;
    margin-right: 10px;
    top: 50px;
    padding: 5px;
    border-radius: 3px;
    background-color: #C5452A;
    box-sizing: border-box;
    z-index: 10
}

.dropoptions a:hover {
    color: #ddd;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.dropoptions a {
    background-image: url(img/aright.png);
    background-repeat: no-repeat;
    background-position: left 12px;
    background-size: 14px 14px;
    text-shadow: 1px 1px #000;
    padding: 10px 10px 10px 20px;
    color: #fff;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px dotted #96501b;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px
}

.navsel {
    background-color: #96501b!important
}

.block,
.nav a,
.title {
    background-color: #C5452A
}

.c {
    clear: both
}

.footer .left,
.footer .right {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    font-size: 14px;
    color: #fff
}

.footer {
    border-top: 0 solid #eee
}

.footer .right a {
    color: #C5452A
}

.footer .right a:hover {
    color: #96501b;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.title {
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    border: 3px solid #96501b;
    box-sizing: border-box;
    padding: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px #000
}

.block,
.menu a {
    border-bottom: 5px solid #96501b
}

.menu a,
.nav a {
    font-weight: 700;
    font-size: 18px;
    text-shadow: 1px 1px #000;
    text-decoration: none
}

.page {
    max-width: 1600px;
    margin: 0 auto
}

.menu a,
.menu a:hover {
    padding-bottom: 10px;
    margin-bottom: -5px;
    -webkit-transition: .2s;
    -o-transition: .2s
}

.left {
    float: left
}

.right {
    float: right
}

.block,
.info,
.logo,
.menu a,
.nav {
    float: left
}

.block {
    border-top: 5px solid #96501b;
    width: 100%
}

.menu a {
    color: #fff;
    margin-right: 30px;
    padding-top: 10px;
    -moz-transition: .2s;
    transition: .2s
}

.menu a:hover {
    border-bottom: 5px solid #C5452A;
    -moz-transition: .2s;
    transition: .2s;
    color: #ddd
}

.nav a,
.rotate {
    -webkit-transition: .2s;
    -o-transition: .2s
}

.logo {
    height: 50px
}

.search {
    flex: 1;
    margin-left: 10px;
    margin-right: 5px
}

.input {
    width: calc(100% - 40px);
    border: 1px solid #C5452A;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    outline: 0;
    margin-top: 10px;
    box-sizing: border-box;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.info,
.nav {
    width: 100%
}

.blocktitle,
.dropdown,
.dropdown2,
.login,
.nav a,
.signup {
    height: 38px;
    outline: 0;
    cursor: pointer
}

.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: .2s;
    transition: .2s
}

.nav {
    margin-top: 20px;
    margin-bottom: 15px
}

.nav a {
    display: inline-block;
    -moz-transition: .2s;
    transition: .2s;
    line-height: 38px;
    color: #fff;
    margin: 5px;
    min-width: 40px;
    border-radius: 3px;
    border-bottom: 2px solid #96501b;
    padding: 5px
}

.dropdown,
.dropdown2,
.login,
.nav a:hover,
.signup {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s
}

.nav a.prevr {
    background-image: url(img/aleft.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px
}

.comments,
.date,
.rating {
    background-size: 15px 15px;
    padding-left: 18px;
    margin-left: 10px;
    background-repeat: no-repeat
}

.info {
    font-size: 12px
}

.blockcontent li,
.mobilemenu a {
    font-size: 14px;
    font-weight: 700
}

.date {
    background-image: url(img/date.png);
    background-position: left center
}

.comments {
    background-image: url(img/comments.png);
    background-position: left top 2px
}

.rating {
    background-image: url(img/tup.png);
    background-position: left center
}

.rank {
    top: 10px;
    right: 10px;
    background-color: #CB4D49;
    border-radius: 2px;
    background-image: url(img/rank.png);
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: 12px 12px;
    color: #fff;
    text-shadow: 1px 1px #000;
    padding: 3px 5px 3px 20px
}

.views {
    background-image: url(img/views.png);
    background-repeat: no-repeat;
    background-position: left top 0;
    background-size: 17px 17px;
    padding-left: 20px
}

.gallery {
    margin-left: 10px;
    background-image: url(img/gallery.png);
    background-repeat: no-repeat;
    background-position: left top 2px;
    background-size: 12px 12px;
    padding-left: 15px
}

.icon2,
.nav a.nextr {
    background-image: url(img/aright.png)
}

.comments,
.gallery,
.rating,
.views {
    float: left;
    text-shadow: 0 0;
    font-weight: 400
}

.date {
    font-weight: 400;
    float: right;
    text-shadow: 0 0
}

.galleryblock hr,
.imageblock hr {
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px;
    border-style: none none solid;
    color: #fff;
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 10px
}

.lm a {
    color: #96501b;
    margin: 15px 15px 15px 0;
    float: left;
    font-weight: 700
}

.legal a {
    color: #C5452A
}

.legal hr,
.thumb hr {
    border: 1px dotted #96501b;
    border-style: none none dotted;
    color: #fff;
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 10px
}

#backtotop a:hover,
.nav a:hover {
    background-color: #96501b
}

.nav a.nextr {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px
}

.nav a:hover {
    transition: .2s
}

a {
    text-decoration: none
}

.dropdown,
.dropdown2,
.login,
.signup {
    transition: .2s;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 38px;
    background-color: #C5452A;
    color: #fff;
    margin-top: 10px;
    margin-left: 5px;
    text-shadow: 1px 1px #000;
    border-radius: 3px;
    border-bottom: 2px solid #96501b
}

.blocktitle,
.icon2 {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s
}

.blocktitle,
.legal {
    margin-top: 20px;
    box-sizing: border-box
}

.blockcontent a {
    text-decoration: none
}

.blockcontent li:hover {
    color: #C5452A
}

.blockcontent li {
    color: #96501b;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc
}

.blocktitle,
.mobilemenu a {
    color: #fff;
    text-shadow: 1px 1px #000
}

.legal {
    background-color: #e1e1e1;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px
}

.blocktitle {
    transition: .2s;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 38px;
    background-color: #C5452A;
    border-radius: 3px 3px 0 0;
    border-bottom: 2px solid #96501b;
    float: left;
    width: 100%
}

.dropdown,
.dropdown2 {
    position: relative;
    margin-right: 10px;
    text-align: left;
    float: right;
    padding-right: 0;
    width: 150px;
    border-bottom: 2px solid #96501b
}

.icon1,
.icon2 {
    float: right;
    background-size: 15px 15px;
    width: 15px;
    margin-right: 15px;
    margin-left: 15px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center
}

.icon2 {
    transition: .2s
}

.icon1 {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-image: url(img/abottom.png)
}

.dropdown2:hover,
.dropdown:hover,
.login:hover,
.signup:hover {
    background-color: #96501b;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.submit,
.submit:hover {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s
}

.submit:hover {
    background-color: #96501b;
    border: 1px solid #96501b;
    transition: .2s
}

.submit {
    transition: .2s;
    width: 40px;
    height: 40px;
    border: 1px solid #C5452A;
    background-color: #C5452A;
    background-image: url(img/searchw.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
    outline: 0;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.thumb,
.thumb:hover {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s
}

.logo img {
    margin-top: 3px;
    height: 55px
}

.header {
    height: 60px;
    display: flex
}

.thumb {
    float: left;
    margin: 10px 10px 0 0;
    width: calc((100% / 5) - 10px);
    position: relative;
    transition: .2s;
    border-radius: 3px;
    overflow: hidden
}

.thumb:hover {
    cursor: pointer;
    transition: .2s
}

.picon,
.thumb:hover .picon {
    background-image: url(img/photo.png);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s
}

.picon {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1px 1px;
    transition: .2s
}

.menuicon,
.searchicon {
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    background-color: #fff
}

.thumb:hover .picon {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px 100px;
    z-index: 1;
    transition: .2s
}

.menuicon {
    background-image: url(img/menu.png);
    background-size: 30px 30px;
    float: left;
    border-right: 2px solid #96501b
}

.searchicon {
    border-left: 2px solid #96501b;
    background-image: url(img/search.png);
    background-size: 32px 32px;
    float: right
}

.mobilemenu,
.mobilesearch {
    display: none;
    position: fixed;
    top: 52px;
    background: rgba(255, 255, 255, .85);
    z-index: 10;
    box-sizing: border-box
}

.thumb img {
    float: left;
    width: 100%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.thumb:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

.rightblock {
    width: 300px!important;
    float: left;
    padding-top: 20px;
    padding-right: 10px
}

.leftblock {
    float: right;
    padding-top: 10px;
    margin-right: -10px;
    width: calc(100% - 310px)
}

.mobilesearch {
    left: 0;
    padding: 0 10px 10px;
    width: 100%;
    float: left
}

.mobilemenu {
    padding: 10px 10px 0;
    width: 250px;
    float: left
}

.mobilemenu a {
    text-decoration: none;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background-color: #C5452A;
    padding: 10px 10px 10px 30px;
    margin-bottom: 10px;
    background-image: url(img/aright.png);
    background-repeat: no-repeat;
    background-position: left 10px top 13px;
    background-size: 15px 15px;
    text-transform: uppercase;
    border-radius: 3px
}

.mobilemenu a:hover {
    background-color: #96501b
}

.thumbdiv {
    overflow: hidden
}

#sticker {
    float: left;
    width: 300px
}

.bannerblock {
    margin-top: 10px
}

@media screen and (max-width:1599px) {
    .page {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media screen and (max-width:1500px) {
    .thumb {
        width: calc((100% / 4) - 10px)
    }
    #tlb4,
    #tlb5 {
        display: none
    }
}

@media screen and (max-width:1279px) {
    #tlb3,
    .comments,
    .rm {
        display: none
    }
    .info1 {
        width: 40%
    }
    .thumb {
        width: calc((100% / 3) - 10px)
    }
}

@media screen and (max-width:1023px) {
    .cosido,
    .cosido2 {
        padding-right: 15px;
        background-color: #C5452A
    }
    .blocktitle,
    .cosido,
    .cosido2 {
        background-color: #C5452A
    }
    .bgallery,
    .dropdown,
    .dropdown2,
    .like {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .arrow,
    .block,
    .dropdown b,
    .dropdown2 b,
    .gallery,
    .login,
    .nav a.navn,
    .search,
    .signup,
    .trb {
        display: none
    }
    #sticker,
    .nav,
    .thumb,
    h1,
    h2 {
        box-sizing: border-box
    }
    .leftblock {
        margin-right: 0
    }
    .tago {
        margin-bottom: 5px
    }
    .forms,
    .legal {
        margin-bottom: 0;
        margin-right: 10px
    }
    .alertblock {
        min-width: 250px
    }
    .forms {
        width: calc(100% - 10px)
    }
    .info1,
    .info2 {
        text-align: center;
        width: 100%;
        margin: 0
    }
    .galleryblock img {
        width: 25%
    }
    .cosido {
        width: calc(100% - 117px)!important
    }
    .cosido2 {
        width: calc(100% - 71px)!important
    }
    #sticker,
    .native {
        padding-right: 10px
    }
    .blocktitle {
        width: 100%!important
    }
    .footer {
        color: #000!important
    }
    .textblockfooter {
        margin-top: 10px!important;
        margin-right: 10px;
        width: calc(100% - 10px)
    }
    .nav a {
        background-color: #B94746
    }
    .nav a.nextr,
    .nav a.prevr {
        width: 35%;
        background-color: #C5452A
    }
    .dropdown,
    .dropdown2 {
        background-color: #96501b;
        width: 25px;
        margin-left: 0;
        float: right
    }
    .bgallery,
    .dislike,
    .like {
        background-color: #96501b;
        margin-top: 10px;
        height: 40px
    }
    .leftblock .left,
    body {
        background-color: #C5452A
    }
    .leftblock .left,
    h1,
    h2 {
        height: 38px;
        line-height: 38px
    }
    .spacer {
        margin-top: 0
    }
    .icon1,
    .icon2 {
        margin: 0;
        width: 40px;
        background-position: center center
    }
    h1,
    h2 {
        color: #fff;
        font-size: 18px;
        float: left;
        width: 100%;
        padding-left: 12px
    }
    .leftblock .left {
        width: calc(100% - 51px);
        margin: 10px 0 0;
        border-bottom: 2px solid #96501b;
        border-right: 1px solid #96501b;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px
    }
    .textblock {
        border: 1px solid #96501b;
        border-bottom: 2px solid #96501b
    }
    .title {
        border: 0;
        border-top: 2px solid #96501b
    }
    .thumb {
        border: 2px solid #96501b;
        background-color: #000!important
    }
    .bannerblock {
        display: block!important
    }
    .menu {
        display: none
    }
    .header {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: 50px;
        border-bottom: 2px solid #96501b;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10
    }
    .logo {
        width: calc(100% - 104px);
        text-align: center;
        background-color: #fff
    }
    .logo img {
        height: 40px;
        margin-top: 5px
    }
    .menuicon,
    .searchicon {
        display: block
    }
    #sticker {
        width: 100%;
        float: left
    }
    .leftblock,
    .rightblock {
        width: 100%!important;
        padding: 0
    }
    .page {
        margin-right: 10px
    }
    body {
        padding-top: 52px
    }
    .footblock {
        float: left;
        border-top: 2px solid #96501b;
        margin-top: 0;
        background-color: #fff!important;
        width: 100%
    }
    .bannerblock {
        background-color: #96501b;
        margin-top: 20px
    }
    .footblock .left,
    .footblock .right {
        float: left;
        text-align: center;
        margin: 0;
        padding: 0;
        width: 100%;
        line-height: 12px
    }
    .footblock .left {
        color: #000!important;
        font-size: 12px
    }
    .footblock .right {
        font-size: 11px
    }
    .nav {
        width: calc(100% - 10px)
    }
    .nav a.nextr {
        margin-right: 15px
    }
}

@media screen and (max-width:599px) {
    #grg10,
    #grg11,
    #grg12,
    #grg13,
    #grg14,
    #grg15,
    #grg16,
    #grg17,
    #grg18,
    #grg19,
    #grg20,
    #grg5,
    #grg6,
    #grg7,
    #grg8,
    #grg9,
    .copydesk,
    .rating {
        display: none
    }
    .bannermob,
    .bannermob img {
        float: left
    }
    .bannermob,
    .deskbanner {
        margin-top: 20px
    }
    .textblock {
        background-image: url(img/tb1.png);
        background-repeat: no-repeat;
        background-position: right 10px bottom 5px
    }
    .textblock p {
        max-height: 67px;
        text-overflow: ellipsis;
        overflow: hidden
    }
    .galleryblock img {
        border: 5px
    }
    #tlb3,
    .bannermob,
    .copymob,
    .deskbanner {
        display: block
    }
    .bannermob {
        border-radius: 3px;
        overflow: hidden;
        margin-bottom: 10px;
        width: calc(100% - 10px);
        background-color: #000;
        margin-right: 10px
    }
    .thumb {
        width: calc((100% / 2) - 10px)
    }
    .gineceu {
        margin-top: 0!important
    }
    .psinfo {
        display: none
    }
    .info1,
    .info2 {
        font-size: 10px
    }
    .nextp,
    .prevp {
        width: 30px
    }
}
