body {
    padding-top: 50px;
}
nav {margin-bottom:20px;}
.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.content
{
    padding: 20px 0;
}

.font-preview
{
    padding: 5px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.2s ease 0s;
    margin-bottom: 10px;
    position: relative;
	overflow: hidden;
}

.font-preview:hover
{
    border: 1px solid #c6c6c6;
    cursor: pointer;
}
.comniv {margin-top:14px; margin-bottom:23px;}
.ya-share2 {margin-bottom:8px;}

.fav-button
{

    display: none;
    position: absolute;
    top: 25px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: url("../fav.png") no-repeat;
    transition: all 0.3s ease 0s;
	z-index:10;
}

.font-preview:hover .fav-button
{
    display: inline-block;
}

@media only screen and (min-width: 993px){
    .fav-button:hover {
    display: inline-block;
    background: url("../fav-active.png") no-repeat;
    cursor: pointer;
    }
}
.fav-button.active
{

    display: inline-block;
    background: url("../fav-active.png") no-repeat;
    cursor: pointer;
}

.ctrl
{
    position: relative;
    bottom: 30px;
    color: #979797;
    font-size: 14px;


}

.ctrl.before
{
    right: 10px;
}

.ctrl.after
{
    left: 10px;
}

.list-group-item a {
    display: block;
    padding: 7px 15px;
    }
	

	.small, small {
font-size: 85%;
    float: right;
    margin-right: 0px;
    border-radius: 2px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 0px 6px;
    color: #333;
}
.list-group-item a:hover {background-color:#c9e7fb}

.rubr {border: 1px solid #ddd;
    padding: 9px 15px;
    margin-bottom: -2px;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: inline-block;
    max-width: 100%;
    font-weight: 700;}

#errorCaptcha {
	padding: 5px 0;
	color: #F00;
	display: none;
}
.komer {margin-top:10px;}
.rotator {margin-bottom:14px;padding-top:2px; max-height:340px;}
.rotcat {max-height:320px;}