.box-contact-push.push-horizontal {
    bottom: -9999px;
    position: fixed;
    right: 0;
    z-index: 1000;
    display: none;
}
.box-contact-push.push-horizontal.shown {
    bottom: 0px;
}
.no-js .box-contact-push.push-horizontal {
    bottom: 0;
    display: block;
}
.box-contact-push.push-horizontal {
    background-color: #FFFFFF;
    border-top: 3px solid #ff7900;
    -moz-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.3);
    padding: 20px 70px 20px 30px;
}
#content .section {
    position: relative;
    z-index: 4;
}
.box-contact-push.push-vertical {
	margin-top: 20px;
    position: absolute;
    right: -36px;
    z-index: 15;
    *width: 353px;
    _width: 355px;
}

.box-contact-push.push-vertical .btn-expand {
    float: right;
    display: block;
}
.box-contact-push.push-vertical.fixed {
    position: fixed;
    top: 50px;
}
.box-contact-push.push-vertical .contact-push-expand {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FAFAFA;
    border-color: #D4D4D4;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    box-shadow: -2px 1px 10px #E0E0E0;
    display: none;
    padding: 15px;
    min-height: 114px;
    position: absolute;
    right: 100%;
    top: 0; 
}
.box-contact-push.push-vertical .contact-push-expand.is-visible {
    display: block;
    width: 240px
}
.box-contact-push .contact-push-expand .box-publicity {
    border-top: 1px dotted #dddddd;
    margin-top: 25px;
    padding-top: 15px;
}
.box-contact-push .contact-push-expand .box-publicity img {
    width: 100%; 
}
.contact-push-list li {
    list-style: none;
}
a.btn-expand:hover {
    cursor: pointer;    
}
.contact-push-list a {
    font-size: 1.077em;
    color: #666666;
    display: block;
    margin-top: 20px;
    *zoom: 1;
}
.contact-push-list a:hover {
    color: #ff7900;
}
.contact-push-list li:first-child a {
    margin-top: 0;
}
.contact-push-list .icon {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../../../../../common_resources/images/sprite.png?1383737430");
    background-repeat: no-repeat;
    display: block;
    float: left;
    font-size: 1px;
    height: 16px;
    line-height: 1px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    vertical-align: middle;
    width: 16px;
    display: inline-block;
    float: none;
    margin-right: 10px;  
}
.title_push {
    font-weight: bold;
    color: rgb(50,50,50);
    text-align: center;
    margin-bottom: 20px;    
}
.contact-push-list .icon-mail {
    *margin-top: 5px;
}
.icon-mail {
    background-position: -32px 0
}
.icon-phone {
    background-position: -32px -160px
}
.icon-phone2 {
    background-position: -48px -160px
}
.icon-chat {
    background-position: -64px -160px
}
.contact-push-list a:hover {
    text-decoration: none;
    color: rgb(255, 102, 0);
}