/* Main.css */

body {
    font-size: 16px;
    background-color: #ff993a;
}

* {
    margin: 0;
    padding: 0;
    
    border-collapse: collapse;
}

html, body {
  height: 100%;
}
.wrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -70.4px;
}
.footer,
.push {
  height: 70.4px;
}

img {
    vertical-align: middle;
    border: 0;
}

table {
    width: 100%;
    text-align: center;
    border: 0;
    /*background: #ff993a;    */
}

ul{
    list-style-type: none;
}

td {
    color: #000;
    /*background: #ff993a; */
}

th {
    color: #fff;
    /*background: #ff993a;*/
}

table.p2{
    width:500px;
    margin: 0 auto;
}

#cap th {
    background-image:url("data:image/gif;base64,R0lGODlhAQCMAOYAANoAAJ0AAL4AAMcAAK4AAKgAAKsAAKYAAKQAAKIAANEAAO8AAJ4AAP8AAJoAAPcAALcAAPsAAP4AAPoAAPYAAPgAAPQAAPIAAPwAAOoAAO0AALMAAOYAAKAAAJwAAKEAAOAAALIAALYAANcAAMYAANAAAK8AAOgAALQAAOkAAPUAAOUAAOwAAO4AAPkAAN0AAL8AAOMAAPMAAJ8AAKwAALUAALsAAMAAAMQAAMsAAM8AAMwAANYAAOsAAMIAAMMAAMUAALgAAOEAAKcAAKkAAMgAANsAANgAAKUAAOIAAKMAANwAANkAAK0AALAAAMEAAM0AAM4AAMoAAMkAALoAALEAAOcAAPAAAOQAAN8AANQAALwAANMAANUAALkAAKoAAN4AANIAAJkAAPEAAL0AAP0AAJsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAIwAAAeOgA0NEhJlhhgYERETEy4VFQ8PFBQqFhYyFxdjVwsLLRoaLD0ZGSknVhwcK1gxSUIgIFlgL0tGAABMRyM8XVpcYQoKJTpRUDs5UlNFAwMkQDg/Pk83MAICZFs2VF5BEBAiNSgbGyFVTiYEBE00BgZfRAUFQwcHSAgISgkJHx8dHTMMGAQI4MGDmYMOHIgJBAA7");
}

#cap th.first{
    width:10%; 
    vertical-align:center; 
    font: bold 0.55em Verdana, sans-serif;
}

#bot th {
    background-image:url("data:image/gif;base64,R0lGODlhAQB7AOYAAKYAAPUAAKMAAJwAAKEAAPcAAP0AAPkAAPwAAP4AAPoAAPIAAO4AAOYAAKoAAJ4AAJ8AALIAAJoAAJsAANMAANUAANcAANgAANoAAN0AAJ0AAN8AAOEAAOAAAOIAAKAAAOQAAOkAAOsAAOoAAOwAAO0AAPAAAMcAAMIAAMEAAOcAAOMAALMAAPEAAPQAAPYAAPgAAMYAAP8AAPsAAKkAAKwAALEAALcAALsAALwAAMAAAMQAAMgAAM4AANIAANkAANwAAKgAANsAAN4AAKIAAOgAAOUAAMkAAMMAAMUAAKcAAKsAALYAAKQAAK0AALQAALkAAL4AANQAANYAANAAAK4AAO8AAMsAAL8AALgAAKUAAPMAAL0AAK8AAM0AANEAALoAALAAALUAAM8AAMoAAJkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAHsAAAd9gGVlEhITEwMDGg8PEBAfBAREAgJNWgAASkE0Dg5LNU5VXWE2EREsT2JMN1lQYDg5XFFYOikoSDtJMSc8R2RXXj1jVF8+FFIVUxYXPxhCQBlDGx0cHisgRg0NKkUhIyIkJQwMViYtCwtbLgEBLwUFMAcHCgozCAgGBgkJMoEAOw==");    
}

p {
    color: #000;   
}     

.content p, .content h1, .content h3, .index, .models_note{
    margin-bottom:10px;
    font-family: sans-serif;
}

.post-description{
    padding-top: 10px;
    font-style: italic;
}

.truncate-text {
  overflow: hidden;
  //text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 2.6em;
  cursor: pointer;
}

.super-title{
    font-weight: bold;
    padding-bottom: 10px;
    color:#AA0000; 
    font-size:22px;
}

.tags div{
    float:left;
    padding: 3px;
}

div#maintext{
    padding-bottom: 20px;
}
div#maintext p{
    font-size: 14px;
    padding-bottom: 5px;
}         

h1 {
    color: #000;
    font-size: 18px;
    font-family: sans-serif;
}

h2 {
    color: #000;
    font-size: 16px;
}

h2 a {
    color: #c00;
}

fieldset {
    margin: 0.25em;
}

input[type="text"], input[type="password"], input[type="file"] {
    margin: 4px 4px 4px 0;
    padding: 1px 6px;
    font-size:16px;
}

input[type="submit"], input[type="file"] {
    margin: 4px;
    padding: 5px;
    font-size:16px;
}

#menu2 a{
    color:blue;
}
#menu2 a:hover{
    color:red;
}

/*        ???????, spacer'?        */

.spacv{
    min-width: 20px;
    width:20px;
}

.spach {
    height: 20px;
background: #ff993a;
    
}

.spach img {
    padding:10px 0px;
}



/*        ???????                    */

.zleft, .zright {
    width: 10px;
}

.ztop, .zbottom {
    height: 10px;
}

.zleft.ztop {
    background-image:url("data:image/gif;base64,R0lGODlhCgAKAMQAAP+CKv+HLf96JP99Jv97Jf+AKP+JL/+GLf+ILv+NMv+WOP98Jf+LMP9+J/+DKv+XOP+YOf+BKf+KMP+VN/+UN/95I/+XOf93Iv+ZOgAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAKAAoAAAUuICaOjxQ1I2Yh1VUB4zRcApNSwgVYqTUfKVHg4ghiFJUFxGi4JIyYAgGKIQSoIQA7");
}

.zleft.zmiddle {
    background-image:url("data:image/gif;base64,R0lGODlhCgABAJEAAP93Iv+SNf+ZOgAAACH5BAAAAAAALAAAAAAKAAEAAAIERISJBQA7");
    background-repeat: repeat-y;
}

.zleft.zbottom {
    background-image:url("data:image/gif;base64,R0lGODlhCgAKAMQAAP+CKv+HLf96JP99Jv97Jf+AKP+JL/+GLf+ILv+NMv+WOP98Jf+LMP9+J/+DKv+XOP+YOf+BKf+KMP+VN/+UN/95I/+XOf93Iv+ZOgAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAKAAoAAAUrYANgZElGlWlKF6OSTyVYL4Zc42sN11FPgosD8qLwFgldoHIhBF4KQ4EQAgA7");
}

.zcenter.ztop {
    background-image:url("data:image/gif;base64,R0lGODlhAQAKAJEAAP93Iv+SNf+ZOgAAACH5BAAAAAAALAAAAAABAAoAAAIERISJBQA7");
    background-repeat: repeat-x;
}

.zcenter.zmiddle td{
    /*background: #ff993a;*/
}

.zcenter.zmiddle{
    background: #ff993a;
}
.zcenter.zbottom {
    background-image:url("data:image/gif;base64,R0lGODlhAQAKAJEAAP93Iv+SNf+ZOgAAACH5BAAAAAAALAAAAAABAAoAAAIElG8BBQA7");
}

.zright.ztop {
    background-image:url("data:image/gif;base64,R0lGODlhCgAKAMQAAP+CKv+HLf96JP99Jv97Jf+AKP+JL/+GLf+ILv+NMv+WOP98Jf+LMP9+J/+DKv+XOP+YOf+BKf+KMP+VN/+UN/95I/+XOf93Iv+ZOgAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAKAAoAAAUtIFEYCmaeAXFVgXWeyXIN1GtCziVMtnnMrh7gguhhLILKw8i4SIyYSgQKaIQAADs=");
}

.zright.zmiddle {
    background-image:url("data:image/gif;base64,R0lGODlhCgABAJEAAP93Iv+SNf+ZOgAAACH5BAAAAAAALAAAAAAKAAEAAAIElG8BBQA7");
}

.zright.zbottom {
    background-image:url("data:image/gif;base64,R0lGODlhCgAKAMQAAP+CKv+HLf96JP99Jv97Jf+AKP+JL/+GLf+ILv+NMv+WOP98Jf+LMP9+J/+DKv+XOP+YOf+BKf+KMP+VN/+UN/95I/+XOf93Iv+ZOgAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAKAAoAAAUtICaOYkCQJFGgYnIZLLRUCutcAXtcg0VagIuAQmIIeJMRoHKpIHyjRkTyYIUAADs=");
}


/*        ??????????? ????            */

.mleft, .mright {
    width: 10px;
}

.mtop, .mbottom {
    height: 10px;
}

.mleft.mtop {
    background-image:url("data:image/gif;base64,R0lGODlhCgAKALMAAP+UN/95JP+XOP9/J/99J/+FLP+HLf+XOf+YOf+MMf+CKv+JLv+UNv97Jf+ZOv93IiH5BAAAAAAALAAAAAAKAAoAAAQf0MnJzGjTifL6m0DjdRIQjCRCoOTCdsf5Jm+n1I9YRwA7");
}

.mleft.mmiddle {
    background-image:url("data:image/gif;base64,R0lGODlhCgABAIAAAKoAAP93IiwAAAAACgABAAACA4yPBQA7");
}

.mleft.mbottom {
    background-image:url("data:image/gif;base64,R0lGODlhCgAKALMAAP+UN/95JP+XOP9/J/99J/+FLP+HLf+XOf+YOf+MMf+CKv+JLv+UNv97Jf+ZOv93IiwAAAAACgAKAAAEILC9Semo2ODKNnWF9ziCtDkOEJwoQGAoiizrFMdHojQRADs=");
}

.mcenter.mtop {
    background-image:url("data:image/gif;base64,R0lGODlhAQAKAIAAAKoAAP93IiwAAAAAAQAKAAACA4yPBQA7");
}
/*
.mcenter.mmiddle td{
    background: #ff993a;
}
*/
.mcenter.mbottom {
    background-image:url("data:image/gif;base64,R0lGODlhAQAKAIAAAKoAAP93IiwAAAAAAQAKAAACA4yPBQA7");
}

.mright.mtop {
    background-image:url("data:image/gif;base64,R0lGODlhCgAKALMAAP+UN/95JP+XOP9/J/99J/+FLP+HLf+XOf+YOf+MMf+CKv+JLv+UNv97Jf+ZOv93IiwAAAAACgAKAAAEILCpdJy9L4eFrssgAWCgNn5l1gho+hSty7igQWfD/TQRADs=");
}

.mright.mmiddle {
    background-image:url("data:image/gif;base64,R0lGODlhCgABAIAAAKoAAP93IiwAAAAACgABAAACA4yPBQA7");
}

.mright.mbottom {
    background-image:url("data:image/gif;base64,R0lGODlhCgAKALMAAP+UN/95JP+XOP9/J/99J/+FLP+HLf+XOf+YOf+MMf+CKv+JLv+UNv97Jf+ZOv93IiwAAAAACgAKAAAEH/DJORu96tKkZTjdszgdgZBXADhotbJUIbBsMxgMTUcAOw==");
}

.panel {
    width:15%;
    min-width: 145px;
    vertical-align:top;
}

.left {
    background-image:url(/img/egypt/fon_3v.jpg);
    background-position: 30px 0px; 
    background-repeat: repeat-y;}

.right {
    /*background-image:url(/img/egypt/fon_3v.jpg);
    background-position: 31px 0px; 
    background-repeat: repeat-y;*/
    }


/*        ????? ??????        */

.panel.left th a {
    color: #fff;
}

.panel.left th a:hover {
    color: #f66;
}

.panel.left th a:active {
    color: #ff0;
}

#menu {
    color: #eef;
    font: bold 1em Palatino Linotype, sans-serif;
    max-width:264px;
}

#menu2 {
    font: bold 1em Palatino Linotype, sans-serif;
    max-width:264px;    
}

.navig {
    background: #ff7722;
}

.navig fieldset {
    color:#000;
}

.usual {
    background-image:url("data:image/gif;base64,R0lGODlhAQCEAOYAALgAAJ0AAJsAAKUAALAAAKgAAKsAAP4AAKMAAP0AAKEAAPcAAJoAAPsAAPkAAPwAAPoAAPUAAPAAAPMAAJwAAOgAAO0AAOAAAJ4AAJ8AAOIAAOUAAOcAAOYAAKIAAKQAAOoAAO4AAMEAAKoAALMAAM8AAO8AANkAANYAALEAAOkAAOwAAL0AAPIAAPQAAPYAAPgAAOMAAOEAAM0AAKYAAK4AALUAALYAAL8AAMMAAMQAAMsAANEAANUAANgAANoAAMYAAKAAANwAAOQAALcAAJkAAKwAANsAANQAAM4AAPEAAOsAAMcAAKcAAK8AAL4AAMAAAMgAANIAALoAAKkAALIAALQAAN0AANAAAMkAAMoAANcAALkAALwAALsAAN8AAN4AAMIAAMUAAK0AANMAAMwAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAIQAAAeGgGaCBwcJCQ8PDQ0QEA4OMAsLLxERLhMTLUoSEiYhFhYrSyAqFRUcHRtDMRoyFxdfYFdCRz8nPlsoPUhkUjxYJUkzZWU7WllRTEBiOjlhIlA4TyxdXlNcAABENzZWJFUpBARONWNGBgYjVAUFTTQDAx8ICB4KCkEZGRgYAQEUFAICGDAoEggAOw==");
}

.usual th {
    background:none;
}

#concorso a {
    color: #fff;
}

#concorso_active a {
    color: #fff;
}

#concorso a, #concorso_active a {
    font-style: italic;
    font-size:1.2em;
    text-decoration:none;
    letter-spacing:2px;
}
#concorso fieldset, #concorso_active fieldset {
    border-color:#fc0;
}

#concorso a:hover, #concorso_active a:hover{
    color: #ff0;
}

/*        ?????? ??????        */

.panel.right {
    /*background:#ff993a;*/
}

.pogon.sidebar {
    width: 100px;
}
.pogon.stats {
    width: 100px;
}

#side_promo {
    font-size:0.8em;
}

#rankname_side {
    font-size:0.9em;
}

#rankname_user {
    font-size:1.0em;
    color: #a00;
    font-weight: bold;
}

#rankname_gallery {
    font-size:1.0em;
    color: #f00;
}

#wannareg {
    color:blue;    
}
.panel input[type="text"], .panel input[type="password"] {
    width:8em;
}

#main_body_psto {
    vertical-align:top;
}  
#main_body_2column {
    
    vertical-align:top;
}   

.body_title {
    width:100%;
    font-size:1.5em;
}

#rate {
    margin:0;
    padding:0;
    border:0;
    vertical-align: top;
    width:250px;
    height:120px;
    background-color: #777;
    background-repeat: no-repeat;
    background-position: center left;
}


#back-orange{
    background: #ff993a;
}

.post_title {
    font-size:1.0em;
}

.post_title a {
    font-weight:bold;
    color:#600;
    font-family: sans-serif;
    text-decoration: none;
}

.post_title a:hover {
    /*color:#f00;*/
    text-decoration: underline;
}

.post_title a:active {
    color:#990;
}

.post_title a:visited {
    color:#666;
}

.user_ava.full {
    width:220px;
}

.user_ava.full img{
    width:200px;
    margin:10px;
}

.user_ava.mini {
    width:120px;
}

.user_ava.mini img{
    width:100px;
    margin:10px;
}

/*        ?????         */
.preview_upload {
    margin:5px;
    /*width:100px;*/
}

.preview img {
    margin:10px;
    border: 1px #000 solid;
}

.preview.psto {
    width: 470px;
}

.preview.psto img{
    width: 450px;
    min-height: 300px;
}

.preview.glagne {
    
}

.preview.glagne img {
    width:250px;
}

.preview.gallery {
    width: 470px;
}

.preview.gallery img {
    width: 450px;
}

.preview.filter {
    width: 200px;
}

.preview.filter img{
    height: 188px;
}

.preview.filter a img {
    border: none;
}

/*        ?????????? ? ??????        */
/*.stat_psto {
    font-size: 0.9em;
}

.stat_filter {
    font-size: 0.9em;
}

.stat_glagne {
    font-size: 0.9em;
}

*/

.stat_filter {
    font-size: 0.9em;
}

.stat_filter #selected {
    text-decoration: underline;
}

.keys {
    font-style: italic;
    text-align: left;
}

td.postname{
    font-weight: bold;
    font-size:16px;
}

.values {
    font-weight:bold;
}

.keys_new {
    font-style: italic;
    text-align: right;
    width:40%;
}

.values_new {
    font-weight:bold;
    text-align: left;
    padding-left: 10px;    
}

.userrank {
    font-weight:bold;
}

.pagebutton {
    width:10%;
}

.ratingposition {
    float:right;
    width:3.5em;
}

.ratingposition pre {
    font-size:0.75em;
}

/*        ???????        */
.ads{
    background: #fcc;
}

.top {
    height:180px;
    background: #ff993a;
}

.top img {
    height:160px;
    margin:5px;
}

.banner88 {
    width: 88px;
    height: 31px;
    margin: 5px;
}

.priziv1{
    font-size: 22px;
    font-family: Georgia;
    font-style: italic;
    padding-bottom:14px;
}
.priziv2{
    font-size: 18px;
    font-family: Georgia;
    font-style: italic;
    padding-bottom:14px;
}
.priziv3{
    font-size: 16px;
    font-family: Georgia;
    padding-bottom:14px;
}
.priziv4{
    font-size: 12px;
    font-family: Georgia;
    font-style: italic;
    padding-bottom:14px;
}
.priziv5{
    font-size: 10px;
    font-style: italic;
    font-family: Georgia;    
}
.new_priziv_input{
    background-color:#ffb067;
    width:250px;
    display:none;
}
.new_priziv_ok, .hide{
    display:none;    
}

.uploaderr{
    background-color: #ffb8b8;
    color:black;
    padding:5px;
    border: 1px dotted black;
}
div#showstop{
    position: fixed;
    left: 1%;
    top:48%;
    background-color: #6afdff;
    color:black;
    width:120px;
    height:120px;
    padding:25px 0 0 20px;
    border: 2px solid black;
    font-size: 22px;
}
table#models{
    width: 80%;
    text-align:left;
    margin-top:5px;
}
table#models td{
    border-bottom: 1px dotted gray;
    padding:20px 0;
    vertical-align: top;
}
table#models tr.first td{
    padding: 5px;
}
table#models.modelslist td{
    padding: 5px 0;
}
table#models th{
    color:black;
}
table#models img{
    min-height: 250px;
}
table#models td.photo_cell{
    width: 370px;
}
table#models td.name_cell{
    font-size:18px;
}
table#models td.vars_cells{
    width: 68px;
    text-align: center;
}

div#models_sortblock{
    background-color: #d79aff;    
    padding: 10px;
    width: 440px;    
}
div#models_navdiv{
    padding-bottom:10px;    
}
div#models_navdiv a{
    color:blue;
    font-weight: bold;
}
a.nounderline{
    text-decoration: none;
}

p.tags{
    position: absolute;
    bottom:10px;
    font-size: 12px;
}

table#users_table td, table#zvaniya td{
    border-bottom:1px solid #a00;
}

div#slogan{
    display:inline; 
    vertical-align:center;    
}

div#slogan span{
    color:#fff; 
    font: bold 1.1em Trebuchet MS, sans-serif;
    padding-left:20px;
}
  
#lentanote{
    font-size: 18px;    
    font-weight: bold;
}

tr.uploadrow td{
    padding-bottom:8px;
}


/*  models.php  START  */
.modellist{
    width:50%;
    max-width: 600px;
    display: inline-block;
    vertical-align: top;
    text-align: left;     
    padding-top: 5px;
}
.modellist i{
    display: block;
    float:left;
    position:relative;
    width:40%;
    padding-bottom:53.33%;
    margin-top: .25em;
}
.modellist img{
    position:absolute;
    top:0;left:0;
    width:100%;
    height:100%;
}
.modellist .link-body {
    display: block;
    text-decoration: none;
    padding: .3em .5em .7em;
}
.modellist .info {
    padding:0 0 0 .5em;
}
.clr:after {
    display: table;
    content: \' \';
    clear:both;
}

.clr:before {
    display: table;
    content: \' \';
    clear:both;
}
.panor {
    height: 0;
    overflow: hidden;
}
.non-overflow {
    overflow: hidden;
}
.info .modelname{
    font-size:1.3em;
}
.info .modelname:hover{
    text-decoration:underline;
}
.info .desc{
    color:black;
}
.modellist .link-body {
    border-radius: .4em;
    
}
.panor img{
    display:block;
    border-radius:10px;
}

p.mletters{
    margin: 10px 0;
}
p.mletters a{
    font-size:1.3em;
    color:blue;
    text-decoration:none;
    padding: 3px;
}
p.mletters a:hover{
    text-decoration:underline;
}
p.mletters a.active{
    color:white;
}

.random_models{
    display:none;
}

/*  models.php  END  */

#site_notify a:hover{
    color:white;
}

img.photo450{
    border-radius:5px;    
}

div#logo{
    color: #fff; 
    font: bold 2.05em Trebuchet MS, sans-serif; 
    display:inline-block;
    margin-top:20px;
}
img#logoimg{
    width:58px; 
    height:50px;
    margin: 0 5px 15px 15px;
}
div#logo-keeper{
    margin-top:10px; 
    display:inline;
}
div#logo .top{
    margin-left: 4px;
    font-size: 0.8em;
}

#android_buttons{
    margin-bottom: 10px;                                
    display:none;
}
#android_buttons input{
    font-size: 21px;
    margin: 0px;
    padding:0px 5px;
}

#lang{
    position:absolute; 
    right:10px; 
    top:55px;
}

div.innertable_h{
    min-height: 75px;
}

.thumbs{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(210px,210px));
    grid-column-gap: 10px;
    justify-content: space-evenly;    
}
.thumb{
    display: inline-block;
    margin-top: -2px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 200px;
    overflow: hidden;
    text-align: center;
    position: relative;  
    border: 2px solid #f97e2b;
    border-radius:15px;
    padding:5px;
}

.div450{
    text-align: center;
    border: 2px solid #f97e2b;
    border-radius:15px;
    padding:10px;    
    margin-top:10px;
}

.thumb_wrapper{
    height: 300px;
    padding-bottom: 5px;
}

.moretags{
    display:none;
    padding-left: 5px;
}

#moretags{
    padding-left: 5px;    
}

div.blockview_block{
    width:220px; 
    overflow:hidden; 
    display:inline; 
    float:left; 
    margin: 0 20px 20px 0;
}
td.blockview_imagetd{
    width:220px; 
    height:305px; 
}
img.blockview_image, .thumbs img, .thumbs_one img{
    max-width:100%; 
    max-height:100%; 
    vertical-align:middle; 
    border-radius:5px;
}
td.td_modelname{
    max-height: 35px;
    display:block;
    overflow:hidden;
}

a.filter_name{
    font-size: 14px;
}

#right_column{
    padding: 0 20px;
}
#left_column{
    padding: 0 20px;
    
} 

.blur{
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    filter: blur(8px);    
}

#before_new{
    margin-left:6px;
    float:left;    
} 

#yandex_search{
    position:absolute; 
    top:5px; 
    right: 5px; 
    width: 250px;
}

#search_div{
    position:absolute; 
    top:22px; 
    right: 5px; 
    width: 250px;
}

#search_div input{
    width:115px;   
    height:25px; 
}

span.setka_vis{
    position:absolute; 
    top:0; 
    left:0; 
    margin:10px;
    width:460px;
    height:0px;
    font-size:50px; 
    z-index:3; 
    background-image:url(/img/setka.gif);
}

td.comm_td{
    width:120px;
}
img.comm_img{
    width:100px; 
    margin:5px;
}

@media only screen and (max-device-width: 480px) {

    .stat_filter{
        font-size: 1.2em;
    }
    .stat_glagne{
        font-size: 1em;        
    }
    .stat_psto{
        font-size: 1.6em;
    }
    
    #pager{
        font-size: 2em;
    }
    
    h1, #comments{
        font-size: 1.4em;
    }
    
    div.innertable_h{
        min-height: 105px;
    }

    div.blockview_block{
        width:300px; 
        overflow:hidden; 
        display:inline; 
        float:left; 
        margin: 0 20px 20px 0;
    }
    td.blockview_imagetd{
        width:300px; 
        height:380px;
    }
    td.td_modelname{
        max-height: 55px;
    }
}

#cboxTitle, #cboxCurrent, #cboxComments, #cboxTimer, #cboxSlideshow, .no-select, .cboxPhoto{
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

/* colorbox.css */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:black;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(/img/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:100px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/img/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/img/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/img/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}

/* Paginator.css */

/*
    Paginator 3000
    - idea by ecto (ecto.ru)
    - coded by karaboz (karaboz.ru)
    - adapted by light (webstudiodg.ru) 

    HTML example
    <div class="paginator" id="paginator_example">
        <table>
            <tr>
                <td><span><strong>1</strong></span></td>
                ...
                <td><span><a href="">3000</a></span></td>
            </tr>
            <tr>
                <td colspan="">
                    <div class="scroll_bar">
                        <div class="scroll_trough"></div>
                        <div class="scroll_thumb">
                            <div class="scroll_knob"></div>
                        </div>
                        <div class="current_page_mark"></div>
                    </div>                
                </td>

            </tr>
        </table>
    </div>
*/
.paginator {
    margin-top:30px;
    font-size:1em;
    width:600px;
}
.paginator table {
    border-collapse:collapse;
    table-layout:fixed;
    width:100%;
}
.paginator table td {
    padding:0;
    white-space:nowrap;
    text-align:center;
}
.paginator span {
    display:block;
    padding:3px 0;
    color:#fff;
}
.paginator span strong,
.paginator span a {
    padding:2px 6px;
    font-size: 1.3em;
}
.paginator span strong {
    background:#ff6c24;
    font-style:normal;
    font-weight:normal; 
}
.paginator .scroll_bar {
    width:100%;    height:20px;
    position:relative;
    margin-top:10px; 
}
.paginator .scroll_trough {
    width:100%;    height:3px;
    background:red;
    overflow:hidden;
}
.paginator .scroll_thumb {
    position:absolute;
    z-index:2;
    width:0; height:3px;
    top:0; left:0;
    font-size:1px;
    background:#363636;
}
.paginator .scroll_knob {
    position:absolute;
    top:-5px; left:50%;
    margin-left:-10px;
    width:20px; height:20px;
    overflow:hidden;
    background:url("data:image/gif;base64,R0lGODlhCAAHAJECAP///21tbQAAAAAAACH5BAEAAAIALAAAAAAIAAcAAAINlAGmErHcnIkR0otzAQA7") no-repeat 50% 50%;
    cursor:pointer; cursor:hand;
}
.paginator .current_page_mark {
    position:absolute;
    z-index:1;
    top:0; left:0;
    width:0; height:3px;
    overflow:hidden;
    background:#1885ff;
}

.fullsize .scroll_thumb {
    display:none;
}


.paginator_pages {
    width:600px;
    text-align:right;
    font-size:0.8em; 
    margin-top:-10px; 
}

#pager a{
    color: #0012ff;
}        

#addfav{
    display:none;
}

#votes td{
    padding:0 5px;    
}

#show_votes{
    color:#fff; 
    font-size:1.2em; 
    font-weight:bold; 
    text-decoration:none;
}
a#show_votes:hover{
    text-decoration:underline;    
}

.wrapper{
    position: relative;
    min-height: 100%;
    margin-bottom: 0;
}

.wrapper2{
    padding-bottom: 225px;
}

#main_body_psto {
    width: 100%;
    padding: 15px;
}

.left-menu__td {
    vertical-align: top;
    width: 190px;
    background-color: #EAEAEA;
}

.left-menu .header {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top:15px;
    border-bottom: 1px solid rgba(75, 75, 75, 0.5);
}

.anon {
    position: absolute;
    right: 0;
    top: 70px;
}

.back {
    padding: 0 20px;
}

.top {
    color: #FF4F4F !important;
    background: none;
    transition: 3s;
    transition-timing-function: ease-in-out;
}
.topWhite {
    color: white !important;
    background: none;
    transition: 3s;
    transition-timing-function: ease-in-out;
}

div#logo {
    margin-top: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.align-left{
    text-align: left;
}
.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}

.navcolor {
    background-color: #1E1E1E;
}

.black-sidebar, .fullblack-sidebar{
    background-color: #1E1E1E;
}

.black-sidebar .header, .fullblack-sidebar .header {
    color:white;
    border-bottom: 1px solid rgba(224, 224, 224, 0.5)
}

.fullblack-sidebar .left-menu ul a{
    color:white;    
}

.fullblack-sidebar .left-menu li{
    background-color: #1E1E1E;    
}

.black-sidebar .left-menu, .fullblack-sidebar .left-menu{
    padding-top:0;
}

.stablelink{
    color:blue;
}

div#logo-keeper {
    box-sizing: border-box;
    padding-top: 15.5px;
    margin: 0;
    text-align: right;
    height: 70px;
    max-width: 210px;
    width: 100%;
}

.ul__menu {
    padding-left: 9px !important;
}

.left-menu {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: block;
    width: 190px;
    padding: 15px 10px 10px 10px;
    min-height: 100%;
    text-align: left;
    position:sticky;
    top:70px;
}

.left-menu ul{
    padding-bottom: 10px;    
}

.popular {
    margin-bottom: 20px !important;
}

.left-menu li {
    padding: 0 10px !important;
    background-color: #EAEAEA;
    text-decoration: none;
}

.left-menu li:hover {
    transition: all 0.3s ease;
    background-color: #FF4F4F;
    color: #fff;
}

.line {
    margin: 10px 0 !important;
    height: 1px;
    background-color: #4B4B4B;
}

.qwerty {
    width: 100px;
    height: 100px;
    background-color: #000;
}

.nav .dws-menu {
    height: 70px;
}

.dws-menu {
    display: flex;
    height: 70px !important;
    position:sticky;
    top:0;
    z-index: 100;
    background-color: #1E1E1E;
}

.dws-menu * {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.dws-menu ul,
.dws-menu ol {
    list-style: none;
}

.dws-menu>ul {
    display: flex;
    justify-content: center;
}

.left-menu ul a {
    display: table-cell;
    width: 150px;
    height: 47px;
    vertical-align: middle;
    
    size: 20px;
    color: #000;
    text-decoration: none;
}

.dws-menu>ul li a {
    display: block;
    padding: 28px 30px 24px 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.list {
    size: 18px;
    font-family: 'Inter', sans-serif;
}

.dws-menu .list {
    padding: 0 !important;
}

.inner {
    size: 18px;
    height: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.dws-menu li ul {
    background-color: #292929;
    display: none;
    padding: 0 !important;
}

.dws-menu li a:hover {
    background-color: #FF4F4F;
    transition: all 0.3s ease;
    
}

.dws-menu li ul {
    position: absolute;
    top: 70px;
    z-index: 1000;
}

.dws-menu li>ul li a {
    text-transform: none;
    padding: 19px 15px 19px 15px;
    min-width: 190px;
    display: block;
}

.dws-menu li:hover ul {
    display: block;
}

.place {
    max-width: 10000 px;
    width: 100%;
}

.logo1 {
    display: block;
}

.logo2 {
    display: block;
    height: 52px;
    width: 60px;
    left: 0;
    padding: 9px 10px;
}

input::-webkit-input-placeholder {
    color: #000000;
    justify-content: center;
}

.search-all {
    box-sizing: border-box;
    min-width: 180px;
    height: 70px;
    width: 180px;
}

.enter-place {
    box-sizing: border-box;
    right: 0;
    height: 30px;
    padding: 8px 15px 10px 15px !important;
    margin: 0 !important;
    border: none;
    border-radius: 10px;
    width: 180px;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.search__place {
    padding-top: 20px;
}

.place2 {
    height: 70px;
    width: 70px;
    padding-left: 30px;
    z-index: -1;
}

.place3 {
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    padding: 18px;
}

.place3:hover {
    background-color: #FF4F4F;
    transition: all 0.3s ease;
}

.account:hover {
    background-color: #FF4F4F;
    transition: all 0.3s ease;
    cursor: pointer;
}

.account__ul {
    text-align: left;
    position: absolute;
    right: 0;
    min-width: 190px;
    color: #fff;
    z-index: 1;
}

.account a {
    text-decoration: none;
    color: #fff;
}

.account {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
.left-menu li:active {
    color: #000;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 225px;
}

.footer-1 {
    background-color: #1E1E1E;
    height:186px;
}

dl {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
}

dd {
    size: 20px;
    margin: 10px 25px !important;
    color: #fff;
}

dt {
    size: 16px;
    margin: 10px 25px !important;
}

dt, dt a {
    color: #c74343;
}

dt a:hover, a.footer-link:hover{
    text-decoration:none;
}

.footer__bottom {
    white-space: nowrap;
    size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: flex;
    height: 39px;
    background-color: #141414;
    justify-content: right;
    padding: 0 20px;
}

.active,
.left-menu li a{
    color: #fff;
    background-color: #FF4F4F !important;
}

.footer-link {
    box-sizing: border-box;
    right: 0;
    color: #fff;
    margin: 10px 5px;
    height: 19px;
}

.domain{
    margin-right:auto;
}

.dws-menu > ul li a {
    height: 18px;
}

@media (max-width: 1230px) {
    .dws-menu > ul li a {
        padding: 28px 20px 24px 20px;
    }
}

@media (max-width: 1140px) {
    .dws-menu > ul li a {
        padding: 28px 10px 24px 10px;
    }
}

@media (max-width: 900px) {
    .dws-menu > ul li a {
        padding: 28px 10px 24px 10px;
        font-size: 15px;
    }
}

@media (max-width: 940px){
    .place3 {
        width: 40px;
        padding-left: 0;
    }
}

@media (max-width: 1000px) {
    .place2 {
        width: 40px;
        padding-left: 10px;
    }
}

@media (max-width: 1000px) {
    .place2 {
        width: 15px;
        padding-left: 5px;
    }
}

@media (max-width: 1060px) {
    .enter-place,
    .search-all {
        min-width: 80px;
        width: 100px;
    }
    .enter-place {
        width: 70px;
    }
}


@media screen and (max-width: 2450px) {   
    .maxwidth1420{
        max-width: 1420px;
        margin: 0 auto;
    }
    
    #main_body_psto table{
        max-width: 1420px;        
    }
}

@media screen and (max-height: 815px) { 
    .dws-menu {
        position:static;
    }    
}

a.nohover{
    cursor: default;
}

.tags a{
    font-size: 18px;
}

.widget{
    padding-bottom: 10px;
}

#scrollTop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  border-radius: 4px;
}

#selectwidget-button{
    margin-bottom: 15px;
}

.cboxHighlight{
    box-shadow: 0 0 50px orange;
}
.bestHighlight{
    box-shadow: 0 0 100px #fa5751;
}

.arch{
    padding-left: 10px;
}
.arch div{
    display:inline;
    float:left;
    padding-right:5px;
    padding-bottom:3px;
}
.arch img{
    border-radius: 8px;    
}

#filterform > span{
    width:142px;
    margin-top:10px;
    margin-bottom: 0;
    font-size: 0.95em;
}

.top-span{
    padding-left: 5px;
    padding-right: 10px;
}

.content{
    text-align: left;
}

.model-cover{
    padding-right: 8px;
    padding-bottom: 10px;
}
.model-clear{
    clear:both;
    margin-bottom:10px;
}
.a-button-ml{
    margin-left: 3px;
}
.ui-button {
    margin-bottom: 5px;
}
.rules{
    background-color: #ff9393; 
    padding: 5px; 
    margin-top:5px;
}
#comm_area{
    width:80%; 
    height: 60px;
    margin-top: 15px;
}
.clikes{
    font-size:25px; 
    font-weight:bold; 
    color:#de5340;
}
.avatarmini{
    width:100px;
    margin:5px;
}
#modelinfo{
    display:flex; 
    flex-wrap: wrap;
}
#modelinfo p{
    max-width: 600px;
}
#postname_result{
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
#aliases a{
    padding-right: 4px;
}
.h1{
    font-size:18px;
}

form.config input[type="submit"]{
    padding: 3px 5px;    
}

/**
 * Placerholder css
 */
.wookmark-placeholder {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-color: #eee;
  border: 1px solid #dedede;
  z-index: -1;
}

/**
 * Grid container
 */
.tiles-wrap {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  display: none;
}


/**
 * Grid items
 */
.tiles-wrap li {
  display: block;
  opacity: 0;
  text-align: center;
  list-style-type: none;
  background-color: #fff;
  float: left;
  cursor: pointer;
  width: 250px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.tiles-wrap.wookmark-initialised.animated li {
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.tiles-wrap.wookmark-initialised li {
  opacity: 1;
}

.tiles-wrap li.wookmark-inactive {
  visibility: hidden;
  opacity: 0;
}

.tiles-wrap li:hover {
  background-color: #fafafa;
}

.tiles-wrap img {
  display: block;
}

.tiles-wrap a {
  color: #555;
  text-align: center;
  width: 200px;
  height: 200px;
  text-decoration: none;
}

.paginator{
    margin:0 auto;
}