/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/* sales info */
.sales-block .info-item {
    margin-bottom: 5px;
    background-color: #ECECEC;
    padding: 5px;
    font-size: 12px;
}
.sales-block .info-item.title, .sales-blue-lbl {
    background-color: #2452A4;
    color: white;
    margin: 0;
    padding: 5px;
}
.sales-block .photo-cnt, .sales-block .contacts-cnt {
    text-align: center;
}
.sales-block .photo-cnt img {
/*    margin-top: 40px;*/
/*    margin-bottom: 10px;*/
    width: 200px;
}
.sales-block .label, .sales-block .label a {
    color: #2452A4;
}
.sales-block .label.name, .sales-block .label.phone {
    font-weight: bold;
}
.sales-block .label.phone, .sales-block .label.email{
    line-height: 1.5em;
}
.sales-block .socials-cnt {
    background: none;
    padding: 0;
/*    text-align: center;*/
}

.sales-block .socials-cnt .social-item {
    height: 40px;
    background-color: #ECECEC;
    margin-right: 0;
    padding: 0;
    margin-left: 2px;
    display: inline-block;
    width: 22.5%;
}
.sales-block .socials-cnt .social-item:nth-child(1) {
    margin-left: 0;
}
.sales-block .social-item a {
    position: relative;
    display: block;
    width: 41px;
    height: 41px;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
}
.sales-block .social-item a.social-email {
    background: url("../img/sales-icons.png") no-repeat scroll -82px 0 transparent;
}
.sales-block .social-item a.social-fb {
    background: url("../img/sales-icons.png") no-repeat scroll 0 0 transparent;
}
.sales-block .social-item a.social-in {
    background: url("../img/sales-icons.png") no-repeat scroll -41px 0 transparent;
}

.sales-block .meeting-cnt {
    padding-left: 60px;
}
.sales-block .meeting-cnt:before {
    content:'';
    display: block;
    background: url("../img/sales-icons.png") no-repeat scroll -123px #ECECEC;
    width: 41px;
    height: 41px;
    margin-top: 10px;
    margin-left: -50px;
    position:absolute;
}

.sales-block .message-form textarea {
    border: 1px solid #2452A4;
    width: 100%;
}
.sales-block .message-form input[type=submit] {
    border: 1px solid #2452A4;
    background-color: transparent;
    margin-top: 5px;
    color: #2452A4;
}
/* END sales info */