
.notificationTab {
    -webkit-transition: ease 1s all;
    transition: ease 1s all;
    position: fixed;
    z-index: 1000;
    cursor: pointer;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #C7A376;
    border-radius: 22px;
    color: #fff;
    bottom: 0;
    margin: 0 20px 20px 20px;
    text-shadow: 0 0 2px #ccc
}

.notificationTab:hover {
    background: #616D7B
}

.notificationTab i {
	line-height: 39px !important;
	 font-size: 27px;
	 font-style: normal;
}

.notificationBox {
    width: 290px;
    position: fixed;
    margin-left: 50px;
    z-index: 500;
    -webkit-transition: ease 1s all;
    transition: ease 1s all
}

@media (min-width: 735px) {
    .notificationBox {
        bottom:50px!important;
        left:-450px;
        -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 6px 0 rgba(0,0,0,.1)
    }
}

@media (max-width: 735px) {
    .notificationBox {
        width:100%;
        left: 0%!important;
        bottom: -100%;
        padding: 16px;
        padding-bottom: 20px;
        margin: 0
    }
}

@media (max-width: 375px) {
    .notificationBox {
        bottom:0%;
        padding: 0;
        background: #fff
    }
}

.notificationBox .notificationContainer {
    position: relative
}

.notificationBox .notificationClose {
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    color: #fff;
    top: -38px;
    right: 0;
    padding: 8px;
    font-size: 18px;
    line-height: 18px;
    height: 34px;
    background-color: #C7A376;
    margin-bottom: 8px;
    border-radius: 1000px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
		background-image: url(../../images/icon-close-white.svg);
		background-repeat: no-repeat;
	 width: 37px;
	 background-position: center;
	 background-size: 50%;
}

@media (max-width: 735px) {
    .notificationBox .notificationClose {
        left:0;
        right: unset
    }
}

@media (min-width: 1020px) {
    .notificationBox .notificationClose:hover {
        background-color:#616D7B;
        color: #fff
    }
}

.notificationBox .notificationItem {
    background: #fff;
    padding:0;
}

@media (max-width: 735px) {
    .notificationBox .notificationItem {
        -webkit-box-shadow:0 0 12px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
        border-radius: 4px;
        overflow: hidden;
        border: 1px solid #dfdfdf;
        border-left: 3px solid #C7A376;
        background: #f2f2f2;
        background: linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%)
    }
}

@media (max-width: 375px) {
    .notificationBox .notificationItem {
        border-radius:0;
        overflow: visible;
        -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0);
        box-shadow: 0 0 6px 0 rgba(0,0,0,0)
    }
}

@media (max-width: 735px) {
    .notificationBox .notificationItem.alert {
        background:rgba(252,246,224,1);
        border-left-color: rgba(232,192,44,1)
    }
}

.notificationBox .notificationItem a {
    text-decoration: none;
    color: #404041;
    cursor: default
}

@media (min-width: 1020px) {
    .notificationBox .notificationItem a[href]:hover {
        cursor:pointer
    }

    .notificationBox .notificationItem a[href]:hover img {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    .notificationBox .notificationItem a[href]:hover .notificationText {
        background: #f3f3f3
    }
}

.notificationBox .notificationItem .notificationImage {
    background: #f1f2f6;
    height: 0;
    overflow: hidden;
    padding-bottom: 86.206897%;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all
}

.notificationBox .notificationItem .notificationImage img {
    width: 100%;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all
}

.notificationBox .notificationItem .notificationText {
    position: relative;
    padding: 20px 20px 45px;
    min-height: 48px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all
}

@media (max-width: 735px) {
    .notificationBox .notificationItem .notificationText {
        padding:20px 20px 55px
    }
}

.notificationBox .notificationItem .notificationText .display5 {
    line-height: 1.32em;
    font-size: 17px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    display: inline-block
}

@media (max-width: 735px) {
    .notificationBox .notificationItem .notificationText .display5 {
        text-transform:inherit
    }
}

.notificationBox .notificationItem .notificationText .slideNumber {
    color: silver;
    font-size: 14px;
    line-height: 48px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 20px;
    overflow: hidden;
    max-height: 48px
}

@media (max-width: 735px) {
    .notificationBox.preview .notificationItem .notificationImage {
        padding-bottom:0
    }

    .notificationBox.preview .notificationItem .notificationText {
        padding: 6px 15px
    }

    .notificationBox.preview .notificationItem .notificationText .display5 {
        font-size: 15px;
        line-height: 16px;
        vertical-align: middle
    }

    .notificationBox.preview .notificationItem .notificationText .slideNumber {
        max-height: 0
    }

    .notificationBox.preview .lSAction {
        max-height: 0
    }

    .notificationBox .lSSlideOuter .lightSlider {
        height: auto!important
    }
}

@media (max-width: 735px) {
    .notificationBox .notificationContainer .lSSlideOuter,.notificationBox .notificationContainer .lightSlider,.notificationBox .notificationContainer .lSSlideWrapper {
        overflow:visible
    }
}

.notificationBox .lSAction {
    overflow: hidden;
    max-height: 48px;
    position: absolute;
    bottom: 0;
    right: 0
}

.notificationBox .lSAction a {
    text-shadow: 0 0 2px #ccc;
    top: unset!important;
    bottom: unset!important;
    left: unset!important;
    right: unset!important;
    float: left;
    position: relative;
    margin: 0;
    width: 48px;
    height: 48px;
    opacity: 1;
    background: none!important
}

.notificationBox .lSAction a:before {
    font-size: 17px;
    line-height: 48px!important;
    width: 48px;
    height: 48px;
    padding: 0 11px;
    display: block;
    color: #404041!important;
    background: transparent
}
.notificationBox .lSAction a.lSNext:before {
	content: '\e80c';
	font-family: 'fontello';
}
.notificationBox .lSAction a.lSPrev:before {
	content: '\e80b';
	font-family: 'fontello';
}

@media (max-width: 735px) {
    .notificationBox .lSAction a:before {
        background:transparent
    }
}

@media (max-width: 735px) {
    .notification-active #hfc-frame {
        z-index:480;
        margin: 4px;
        margin-bottom: 11px
    }

    .notification-active #hfc-frame.hfc-chatbox.is-mobile {
        z-index: 2147483639;
        bottom: 0px!important;
        margin: 0
    }

    .notification-preview #hfc-frame {
        bottom: 65px!important
    }
}
