/* Ajax */
.ajax-loader {
    display:    none;
    position:   fixed;
    z-index:    1500;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('/img/loading.gif')
                50% 50%
                no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .ajax-loader {
    display: block;
}

/* Images in facebook feed */
.company-facebook .posts article img {
    width: auto;
    max-width: 86px;
}

/* Modal Popup review in clients */
.modal.clients .img-holder img {
    max-width: 100%;
}

/* Links in footer */
footer .item-1 a {
    color: #000;
    text-decoration: none;
    background: transparent url('/img/bd-nor.gif') repeat-x 0 16px;
}
footer .item-1 a:hover {
    color: #1c5699;
}
footer .item-1 a:active {
    color: #ff4000;
}
footer .item-1 a:hover {
    background: transparent url('/img/bd-hov.gif') repeat-x 0 16px;
}
footer .item-1 a:active {
    background: transparent url('/img/bd-act.gif') repeat-x 0 16px;
}
.content .clients-preview .desc p{
	float:none;
}
.content .clients-preview .desc blockquote{
	padding: 10px;
	margin: 15px 0 15px 40px;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	color: #666666;
	display: inline-block;
}

.content .clients-preview .desc .autor a:hover {
	background: transparent url(http://www.webit.ru/img/bd-hov.gif) repeat-x 0 22px;
	color: #1c5699;
}
.content .clients-preview .desc .autor a{
	color: #000;
	text-decoration: none;
	background: transparent url(http://www.webit.ru/img/bd-nor.gif) repeat-x 0 22px;
}