﻿.custom-post{
    width:185px;
    height:320px;
    margin:0px 8px;
    
    float:left;
}
.custom-poster{
    background:#fff;
    -moz-box-shadow: 0px 1px 3px #909090;
    -webkit-box-shadow: 0px 1px 3px #909090;
    box-shadow: 0px 1px 3px #909090;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration:none;
    -moz-border-radius: 4px;
    padding:10px;
    position:relative;
    height: 266px;
    overflow:hidden;
}

.fonim:hover{
    background:#000;
 -moz-box-shadow: 0px 1px 3px #ff4800;
    -webkit-box-shadow: 0px 1px 3px #ff4800;
    box-shadow: 0px 1px 3px #ff4800;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration:none;
    -moz-border-radius: 4px;
	    width:185px;
}
	

	
.custom-poster a{
    color:#000;
    font-size:13px;
    text-decoration:none;
}

.custom-poster img{
    width:165px;
    height:236px;
    margin-bottom:5px;
	border: 1px solid#000;
}

.custom-poster:hover{
opacity:0.3;}

.custom-text{
    position:absolute;
    top:192px;
    left:10px;
    padding:5px;
    width:155px;
    height:45px;
    background:url(../images/white70.png);
    display:none;
    overflow: hidden;
}
.custom-poster:hover .custom-text{
    display:block;
}
.custom-label{
position: absolute;
top: 10px;
right: 8px;
padding: 5px;
min-height: 15px;
background: red;
color: #fff;
font-size: 18px;
font-weight: bold;
border-bottom-left-radius: 10px;
border-left: 1px solid#000;
border-bottom: 1px solid#000;
}
.custom-label a{
    color:#fff;
}
.custom-label a:hover{
    color:#000;
}

.custom-label-stat{
    position: absolute;
    top: 10px;
    /* right: 8px; */
    padding: 5px;
    min-height: 15px;
    background: #35af3c;
    text-shadow: 2px 1px 3px black;
    /* font-size: 20px; */
    font-weight: bold;
    border-bottom-right-radius: 10px;
    border-right: 1px solid#000;
    border-bottom: 1px solid#000;
}
.custom-label-stat a{
    color:#fff;
    font-size: 16px;
}
.custom-label-stat a:hover{
    color: #fff;
}


.custom-label-stat-full {
position: absolute;

    text-align: center;
    width: 190px;
    left: 2px;
      padding: 5px;
     background: #35af3c;
    text-shadow: 2px 1px 3px black;
     font-weight: bold;
}
.custom-label-stat-full a{
       color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.custom-label-stat-full a:hover{
    color: #fff;
}


.media-grid .extra {
    position:absolute;
    left:105%;
    top:15%;
    display:none;
    padding:3% 5%;
    width:100%;
    min-height:95%;
    background:#ffffff;
    border-radius:3px;
    box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    z-index:100;
    border: 1px solid #999;
	color:#000;
}

.extra a:hover {
color:#000;
}

.extra a {
color:#000;
}

.media-grid {
    position:relative;
}
.media-grid .extra.inverted{left:-120%;}
.media-grid .extra:before{width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #999;content:'';position:absolute;left:-10px;top:20px;z-index:99;}
.media-grid .extra.inverted:before{left:100%;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #999;border-right:none;}
.media-grid .extra .wrap{position:relative;height:100%;overflow:hidden;}
.text-overflow {
    max-height: 30px;
    overflow: hidden;
}
 .media-grid:hover .favShort {
    opacity: 1;       
}
.custom-label1{
position: absolute;
bottom: 38.5px;
padding: 5px;
min-height: 15px;
background: red;
color: #fff;
font-size: 14px;
font-weight: bold;
border-top-right-radius: 10px;
border-right: 1px solid#000;
border-top: 1px solid#000;
}
.custom-label1 a{
    color:#fff;
}
.custom-label1 a:hover{
    color:#000;
}


#button {  
position: fixed;
top: 100px;
left: 0;
height: 40px;
background:#ff4800;
padding: 0 10px 0 5px;
font-family: Georgia;
color: #fff;
border-top: 1px solid#000;
border-bottom: 1px solid#000;
border-right: 1px solid#000;
  -webkit-transition-duration: 0.3s;  
  -moz-transition-duration: 0.3s;  
  -o-transition-duration: 0.3s;  
  transition-duration: 0.3s;  
  -webkit-border-radius: 0 5px 5px 0;  
  -moz-border-radius: 0 5px 5px 0;  
  border-radius: 0 5px 5px 0;  
  }  
  #s_panel {  
  position: fixed;
top: 60px;
left: -300px;
background: #FF6A2F;
width: 300px;
height: 480px;
  -webkit-transition-duration: 0.3s;  
  -moz-transition-duration: 0.3s;  
  -o-transition-duration: 0.3s;  
  transition-duration: 0.3s;  
  -webkit-border-radius: 0 5px 0 0;  
  -moz-border-radius: 0 5px 0 0;  
  border-radius: 0 5px 0 0;  
  }  
  #button:hover {  
  left: 100px;  
  }  
  #button:hover #s_panel {  
  left: 0;  
  }


#buttonvk {  
position: fixed;
top: 45px;
left: 0;
height: 40px;
background:#000;
padding: 0 10px 0 5px;
font-family: Georgia;
color: #fff;
border-top: 1px solid#FF6A2F;
border-bottom: 1px solid#FF6A2F;
border-right: 1px solid#FF6A2F;

  -webkit-transition-duration: 0.3s;  
  -moz-transition-duration: 0.3s;  
  -o-transition-duration: 0.3s;  
  transition-duration: 0.3s;  
  -webkit-border-radius: 0 5px 5px 0;  
  -moz-border-radius: 0 5px 5px 0;  
  border-radius: 0 5px 5px 0;  
  }  
  #s_panelvk {  
  position: fixed;
top: 28px;
left: -250px;
background: #000;
width: 230px;
height: 300px;
padding: 10px;
  -webkit-transition-duration: 0.3s;  
  -moz-transition-duration: 0.3s;  
  -o-transition-duration: 0.3s;  
  transition-duration: 0.3s;  
  -webkit-border-radius: 0 5px 0 0;  
  -moz-border-radius: 0 5px 0 0;  
  border-radius: 0 5px 0 0;  
  }  
  #buttonvk:hover {  
  left: 100px;  
  }  
  #buttonvk:hover #s_panelvk {  
  left: 0;  
  }


.yashare-auto-init.b-share_theme_counter {
left: 300px;
position: relative;
top: -60px;
width: 350px;
height: 0px;
}


#thisImg {
width: 100px;
height: 84px;
margin-bottom: -84px;
position: relative;
border: 0;
margin-left: -17px;
top: -20px;
}



.fotos {
display: inline;
width: 85px;
position: relative;
float: left;}
    
.fotos img {
width: 70px;
height: 70px;
border-radius: 50%;}

.texsts:{    
position: relative;
width: 100%;
height: auto;}

#ofolineu {
border: 2px solid#F90C00;}

#olineu {
border: 2px solid#39E239;}
        
#nameus a
{
color:#2a5885;
text-decoration:none;
font-size:12px;
font-weight: bold;
}


#nameus a:hover
{
    text-decoration: underline;
    
}

.texsts {

    font-size: 16px;
    float: right;
   
    width: 580px;
}

.answer
{
    position: relative;
    top: -13px;
    font-size: 11px;
    color: #939393;
}

.answer:before {
    content: "ответил(а) ";
}



#dateanswe a:hover {
    text-decoration: underline;
}

#dateanswe a {
    color: #2A5885;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
}

#dateanswe {
    color: #939393;
    font-size: 12px;
    bottom: 2px;
    position: absolute;}

.tabh1 {
    display: block;
    padding: 10px 0 11px;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
}
.repzrek {
  display:block;
  height:100%;
  width:100%;
  position:fixed;
  left:0;
  top:0;
}

.galob{
position: relative;
    float: right;
    font-size: 14px;
    font-style: italic;
 
}.galob a{
    color: #ff4800;
}
