/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


.toolbar {
    position: fixed;
    top: 50%;
    width: 60px;
    right: -63px;
    -webkit-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 50;
}
.toolbar.open {
    right: 0px;
}
.toolbar .tip {
    width: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 66px;
    position: absolute;
    top: 65px;
    left: -40px;
    background: #9fc3f8 url(images/left-arrow.png)  center no-repeat;
    background-size: 60%;
    -webkit-box-shadow: 0 0 3px #585857;
    box-shadow: 0 0 3px #585857;
    border: 1px solid #fff;
    cursor: pointer;
}
.toolbar.open .tip {
    background-image: url(images/right-arrow.png);
}

.toolbar ul {
    -webkit-box-shadow: 0 0 3px #585857;
    box-shadow: 0 0 3px #585857;
    border: 1px solid #fff;
    margin: 0;
    padding: 0;
}

.toolbar li {

    position: relative;
}

.toolbar button {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    height: 65px;
    width: 60px;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    cursor: pointer;
    outline:none;
}
.toolbar li:last-child button {
    border-bottom: none;
}
.toolbar span.icon {
    display: block;
    width: 100%;
    height: 100%;
    background: #9fc3f8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    z-index: 32;
}
.toolbar span.tel.icon {
    background-image: url(images/phone-call.png);
}
.toolbar span.mail.icon {
    background-image: url(images/email.png);
}
.toolbar span.map.icon {
    background-image: url(images/map.png);
}
.toolbar span.share.icon {
    background-image: url(images/share.png);
}
.toolbar span.icon:hover {
    background-color: rgb(151 187 240 / 1);
}
.toolbar span.btn-title {
    display: none;
    position: absolute;
    bottom: 5px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 33;
    left: 50%;
    color: white;
}

.toolbar .share-content {
    display: none;
    position: absolute;
    z-index: 10;
    top: -1px;
    right: 59px;
    width: auto;
    min-height: 65px;
    display: none;
    padding: 10px;
    background: #fff;
    color: #3c3c3b;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #cacaca;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    white-space: nowrap;
    padding: 15px 10px;
}
.toolbar .share-content.open {
    display: block;
}
.toolbar .share-content ul.list-inline {
    padding-left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.toolbar .share-content ul.list-inline li {
    padding: 0;
    margin: 0 0 0 12px;
}

.toolbar .share-content ul.list-inline li:first-child {
    text-indent: 0;
    position: relative;
    margin: 0;
}
.share-content a{
    width: 31px;
    height: 32px;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

 .toolbar-map a {
	width: auto;
	height: auto;
	display: inline;
	background: none;
}
.share-content a.facebook {
    background-image: url(images/facebook.png);
}
.share-content a.whatsapp {
    background-image: url(images/whatsapp.png);
}
.share-content a.linkedin {
    background-image: url(images/linkedin.png);
}