.sidebar-live-chat {
    display:none;
    padding:0 0 0 44px;
    background: transparent url('https://resources.holidaylettings.co.uk/images/platform/live-chat/small-headphones.png') no-repeat top left;
}

.live-chat {
    background: url('//resources.holidaylettings.co.uk/images/platform/live-chat/large-headphones.png') no-repeat #01669a 20px 20px;
    border-radius: 10px;
    bottom: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    min-height: 115px;
    padding: 20px 50px 20px 140px;
    position: fixed;
    right: 30px;
    width: 430px;
    -moz-transition    :right .75s ease;
    -webkit-transition :right .75s ease;
    transition         :right .75s ease;
    -webkit-user-select : none;
    -moz-user-select    : none;
    -ms-user-select     : none;
    user-select         : none;
    z-index: 9999;
}

.live-chat.off-screen {
    right:-110%;
}

.live-chat.minimize {
    background-size: 30px;
    background-position: 6px 10px;
    right:-388px;
}

.live-chat__title {
    font-size:18px;
    margin:0 0 1em 0;
}

.live-chat__body-text {
    margin:.75em 0;
}

.live-chat  .live-chat__cta {
    display: inline-block;
    min-width: 0;
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff  0%, #e5e4e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff ), color-stop(100%,#e5e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff  0%,#e5e4e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff  0%,#e5e4e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff  0%,#e5e4e4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff  0%,#e5e4e4 100%); /* W3C */
    box-shadow:none;
    border-radius:4px;
    border:1px solid #ccc;
    color:#333333;
    cursor:pointer;
    font-weight:normal;
    outline:none;
    padding: 8px 10px;
    font-size:18px;
    min-height: 39px;
}

.live-chat .minimize {
    cursor:pointer;
    display:block;
    height:20px;
    position: absolute;
    top:10px;
    right:20px;
    width:20px;
    z-index: 5;
}

.live-chat .maximize {
    cursor:pointer;
    display:none;
    height:20px;
    position: absolute;
    left:0;
    top:0;
    width:30px;
    height:100%;
    z-index: 5;
}

.live-chat.minimize .maximize {
    display: block;
}

.live-chat__icon {
    border:0;
    background-image:url("//resources.holidaylettings.co.uk/images/platform/icons-sprite30.svg");
    background-repeat:no-repeat;
    background-color: transparent;
    box-shadow:none;
    display:inline-block;
    width:24px;
    height:24px;
    margin:0 0.5em 0 0;
    font-size:12px;
    line-height: 0;
    position: relative;
    text-indent: -2000px;
}

.live-chat__icon--close {
    background-position: -24px -106px;
    height: 23px;
    width: 30px;
}