/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.form.contacts .form-group textarea {
    height: 182px;
}

.kot {
    width: 190px;
	margin-top: 15px;
}

.kot p {
	float: right;
	text-align: left;
	margin: 2px 0px 0px 0px;
	width: 100px;
}

.kot_a {
	/*text-decoration: none;*/
	font-size: 10px;
	font-weight:bold;
	color: #fff !important;
	line-height: 15px; 
	display: block; 
	float: right;
}

footer {
    background: none repeat scroll 0 0 #409014;
    box-shadow: 0 70px 50px -20px #409014 inset;
    color: #ffffff;
}

footer .info .email a {
    color: #ffffff;
}

footer .info i {
    color: #ffffff;

}

.bottom-menu .item:hover .title a, .bottom-menu .item:hover .title, .bottom-menu .item.active .title a, .bottom-menu .item.active .title {
    color: #333333 !important;
}

.item-views .item .period span {
    background-color: #409014;
}


@media (max-width: 767px) { 
.kot {
	margin: 0 auto;
}
}