.hotlinebnc {
    position: fixed;
    height: 35px;
    background: #006899;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.34);
    color: #FFF;
    line-height: 35px;
    z-index: 400;
    bottom: 0;
}

.left-hotline {
    float: left;
    background: #D61717;
    margin-left: 18px;
    padding: 0 8px;
    font-size: 17px;
    height: 28px;
    line-height: 28px;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    margin-top: 4px;
    font-family: 'OpenSans Regular';
}

.right-hotline {
    padding-left: 8px;
    line-height: 36px;
    height: 35px;
    font-family: 'OpenSans Regular';
}

.hotline-location {
    font-weight: bold;
    margin-right: 8px;
    font-size: 12px;
    color: #FFEB00;
    padding-left: 10px;
}

.hotline-phone {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

.hotline-email {
}

.hotlinebnc a {
    color: #fff;
}


.hotlinebnc1 {
    position: fixed;
    background: #006899;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.34);
    color: #FFF;
    z-index: 999999999999;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    transition: height .3s;
}
.clickme:focus,
.clickme:hover{
    color: #fff;
}

.clickme.open span:before{
    transform: rotate(90deg);
    transform-origin: 50% 50% 0;
    transition: transform .2s ease-in;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 50% 50% 0;
    -webkit-transition: -webkit-transform .2s ease-in;
}

.hotlinebnc1 .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
}

.hotlinebnc1 .panel .panel-heading {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    padding-top: 9px;
    padding-bottom: 9px;
}

.hotlinebnc1 .panel .panel-heading .panel-title {
    font-size: 16px;
    color: #fff;
    font-family: 'OpenSans Regular';
}
.hotlinebnc1 .panel .panel-heading .panel-title span{
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.hotlinebnc1 .panel .panel-body {
    padding: 0;
    font-family: 'OpenSans Light';
}

.hotlinebnc1 .panel .panel-body .thumbnail {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
    text-align: center;
}

.hotlinebnc1 .panel .panel-body .thumbnail .left-hotline {
    float: none;
    display: inline-block;
}
.hotlinebnc1 .panel .panel-body .thumbnail .caption .hotline-phone a{
    color: #fff;
    text-decoration: none;
}