/* Add here all your css styles (customizations) */
#socialbuts {
    left: 0;
    margin-top: -65px;
    padding: 10px 5px 10px 10px;
    position: fixed;
    top: 100%;
    z-index: 99;
}
#socialbuts a:hover {
    opacity: 0.8;
}
#socialbuts .twitter {
    background: url("../img/social_icons.png") no-repeat scroll -32px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 32px;
    margin: 0 6px 6px 0;
    outline: medium none;
    padding: 0;
    vertical-align: bottom;
    width: 32px;
}
#socialbuts .facebook {
    background: url("../img/social_icons.png") no-repeat scroll -64px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 32px;
    margin: 0 6px 6px 0;
    outline: medium none;
    padding: 0;
    vertical-align: bottom;
    width: 32px;
}
#socialbuts .vkontakte {
    background: url("../img/social_icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 32px;
    margin: 0 6px 6px 0;
    outline: medium none;
    padding: 0;
    vertical-align: bottom;
    width: 32px;
}

.testimonials-block {
    background: url("/bitrix/templates/slid_main/images/quotes/testimonials_block_bg.gif") repeat scroll left top transparent;
    display: block;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
}
.testimonials-block .quote {
    background: url("/bitrix/templates/slid_main/images/quotes/quote.png") no-repeat scroll left top transparent;
    border: 0 none;
    height: 61px;
    left: 13px;
    position: absolute;
    top: 0;
    width: 91px;
    z-index: 1;
}
.quote {
    background: url("/bitrix/templates/slid_main/images/quotes/quotes.png") no-repeat scroll 5px -2px #fbfbfb;
    border-color: #f5f5f5 #ececec #dfdfdf;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 15px 20px 12px;
}
.testimonials-block p {
    color: #666666;
    font-family: Georgia;
    font-size: 16px;
    font-style: italic;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    z-index: 2;
}
