#chat input[type="submit"],
#chat input[type="reset"],
#chat input[type="button"],
#chat button {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; 
    -webkit-user-select: none; 
       -moz-user-select: none;
        -ms-user-select: none;
}
#chat input::-moz-focus-inner,
#chat button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#chat {
    font-family:'INGMe', Arial, Helvetica, sans-serif;
}

#chat .chatbubble {
    display: block;
    align-items: right;
    width: 90px;
    height: 100px;
    background: url(/assets/img/chatbubble.png);
    background-size: 90px 100px;
    position: fixed;
    bottom: 20px;
    right: 10%;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}

#chat-small h1{
    display: block;
    font-size: 13px;
    padding: 0px 0 0 0;
    color: #ffffff;
}

#chat-small h2{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding:5px 0 0 0;
    color: #ffffff;
    text-align: center;
}

#chat-small img{
    padding:18px 0 0 0;
    display: inline-block;
}
#chat .glow {
    -webkit-filter: drop-shadow(2px 2px 6px rgba(82,81,153,0.56));
    filter: drop-shadow(2px 2px 6px rgba(82,81,153,0.56));

}
#chat .glow-box {
    -moz-box-shadow: 0 0 20px rgba(82,81,153,0.56);
    -webkit-box-shadow: 0 0 20px rgba(82,81,153,0.56);
    box-shadow: 0 0 20px rgba(82,81,153,0.56);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=20,MakeShadow=true,ShadowOpacity=0.56);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=20,MakeShadow=true,ShadowOpacity=0.56)";
    zoom: 1;
}


#chat .grey {
    background: #E0E0E0;
}

#chat .notify-bubble {
    position: absolute;
    height: 28px;
    width: 28px;
    top: 0;
    right: 1px;
    padding: 2px;
    background-color: #ff6200;
    color: white;
    font-size: 0.65em;
    border-radius: 50%;
    border: 2px solid #fff;

}
.toggle.on #chat-small{
    display: none;
}
.toggle.end #chat-small{
    display: none;
}
#chat-big {
    display: none;
}
#chat section {
    box-sizing: border-box;
}
.toggle.on #chat-big {
    display: block;
    height: 550px;
    width: 350px;
    background: #f0f0f0 ;
    position: fixed;
    bottom: 20px;
    right: 10%;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 999;
}
#chat .pbox h1 {
    font-size: 18px;
    color: #ff6200;
    font-weight: 400;
    text-align: left;
    padding: 20px 20px 12px 20px;
    line-height: 23px;
}
#chat .modale p {
    font-size: 15px;
    text-align: left;
    padding: 0 0 14px 20px;
    color: #333333;
    line-height: 17px;
}
#chat nav {
    background: #ff6600;
    border-radius: 8px 8px 0 0;
    height: 52px;
    vertical-align: middle;
}

#chat nav h1 {
    font-size: 16px;
    color:#ffffff;
    font-weight: 400;
    padding: 18px 0;
    margin: 0;
}

#chat nav #close img{
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}
#chat nav #minimize img{
    position: absolute;
    top: 12px;
    right: 46px;
    cursor: pointer;
}

#chat article {
    padding: 6px 0;
    position: relative;
    display: block;
    font-size: 0;
    margin: 0 12px;
}
#chat article.left {
    text-align: left;
}
#chat article.right {
    text-align: right;
}

#chat article p {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    color: #333333;
    border: 1px solid #d9d9d9;
    padding: 12px;
    border-radius: 8px;
    max-width: 228px;
    word-wrap: break-word;
}

#chat .avatar {
    width: 36px;
    height:36px;
    display: inline-block;
    vertical-align: top;
}

#chat .left p {
    background: #f0f0f0;
    float: left;
    width: calc(100% - 33px);
}
#chat .left .bubble {
    margin: 0 0 0 6px;
}
#chat .right .bubble {
    margin: 0 6px 0 0;
}
#chat-writing p {
    width: auto !important;
}


#chat .right p {
    background: #ffffff;
}

#chat .bubble {
    display: inline-block;
    max-width: 266px;
    padding-bottom: 1px;
}
#chat .carousel {
    display: inline-block;
    max-width: 270px;
}
#chat .carousel .bubble {
    display: block;
}
#chat .hat{
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 0;
}
#chat .left .hat {
    float:left;
}

#chat .right .hat {
    float: right;
    margin-left: -1px;
}
#chat .carousel .owl-stage-outer {
    width: 500px;
    overflow: hidden;
    }

#chat .view {
    background: #fff;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden; 
    box-sizing: border-box;
    margin: 0;
    padding: 14px 0 0 0;
}
#chat .scroll {
    height: 443px;
    overflow: hidden;
    padding:0;
}
#chat .chatinput {
    text-align: left;   
    position: absolute;
    padding: 8px;
    background: #f0f0f0;
    margin: 0;
    width: 100%;
}
#chat input {
    height: 40px;
}
#chat input[type=text] {
    vertical-align: middle;
    width: 70%;
    border: none;
    border-radius: 4px 0 0 4px;
    text-indent: 10px;
    font-size:14px;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}
#chat .chatinput.disabled input[type="text"] {
    background: #d7d7d7;
    color: #a8a8a8;
    cursor: default;
}
#chat input[type=submit] {
    width: 100%;
    margin: 3px 3px 3px -3px;
    height: 34px;
    background: #ff6200;
    color: #fff;
    border-radius: 4px;
    border: none;
    text-indent: 6px;
    font-size: 14px;
    padding: 0 0 2px 0;
    }
#chat input.password {
    border: none;
    text-indent: 12px;
    font-size: 21px;
    letter-spacing: 2px;
    vertical-align: middle;
    width: 70%;
    color: #333333;
    border-radius: 4px;
}

#chat .otp {
    max-width: 256px;
}
#chat .submitbutton {
    display: inline-block;
    background: #fff;
    border-radius: 0 4px 4px 0;
    margin: -4px;
    vertical-align: middle;
    width: 30%;
}
#chat .chatinput.disabled .submitbutton{
     background: #d9d9d9;
}
#chat .buttons li{
    margin: 0;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0;
}
#chat input[type="submit"].orange{
    margin: 0;
    padding: 0;
    height: 50px;
    color:#333333;
    background: #ffffff;
    cursor: pointer;
}
#chat .chatinput.disabled input[type="submit"]{
    background: #a8a8a8;
    color: #d9d9d9;
}
#chat .chatinput.disabled input.button-send {
    background-image: url(/assets/img/chevron-grey.png);
    background-repeat: no-repeat;
    background-position: 17px 12px;
    border: none;
}

#chat ul.buttons {
    margin: 0;
    padding: 0;
    border-radius: 0 0 4px 4px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
#chat .buttons li:last-child {
    border-bottom:0;
}
#chat input:focus, textarea:focus, select:focus {
    outline-offset:0;
}

#chat :focus {
    outline: -webkit-focus-ring-color auto 0;
}
#chat .boxoverlay {
    background: rgba(255, 255, 255, .7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}
#chat .imagebox {
    width: auto;
    height: 120px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-radius: 4px 4px 0 0;
    text-align: center;
}
#chat input[type="button"].player {
    background: url(/assets/img/play.png);
    position: absolute; /* or absolute */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 87px;
    height: 87px;
    z-index: 9999;
}
#chat .fx-info {
    display:block;
    padding: 12px 12px 0 12px;
    font-size: 0;
    min-width: 236px;
}
#chat .fx {
    width: 22px;
    height:22px;
    vertical-align: middle;
}
#chat .fx-info h2,.fx-info h3 {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
}
#chat .fx-info h3 {
    font-size: 12px;
    margin: 0 0 0 8px;
}
#chat .imagebox img {
    width: auto;
    height: 100%;
}
#chat .data {
    display: block;
    margin: 11px 0 0 -8px;
}
#chat .data span {
    color:#60A6DA;
}
#chat input.button-send {
    background-image: url(/assets/img/chevron.png);
    background-repeat: no-repeat;
    background-position: 17px 12px;
    border: none;
    cursor: pointer;
}

#chat input.button-sendSmall {
    background-image: url(/assets/img/chevron.png);
    background-repeat: no-repeat;
    background-position: 19px 12px;
    border: none;
    width: 42px;
    float: right;
}
#chat input[type="submit"].orange {
    background-image: url(/assets/img/chevron-orange.png);
    background-repeat: no-repeat;
    background-position: 16px 20px;
    border: none;    
    text-align: left;
    padding: 0 0 0 24px;
    font-size: 15px;
}
#chat-big ul.buttons li a {
    background-image: url(/assets/img/chevron-orange.png);
    background-repeat: no-repeat;
    background-position: 16px 16px;
    border: none;
    text-align: left;
    font-size: 15px;
    vertical-align: middle;
    padding: 12px 32px;
    display: inline-block;
    color: #333;
    min-width: 236px;
}
#chat article .pbox p {
    color: #333333;
    border: 1px solid #d9d9d9;
    padding: 12px 14px;
    border-radius: 4px 4px 0 0;
    min-width: 236px;
    font-size: 15px;
    line-height: 20px;
    background: #fff;
}

#chat .answers {
    margin: 10px 0 0 0;
}
#chat .answers ul{
    margin: 10px 0 0 47px;
    max-width: 260px;
    overflow: hidden;
}
#chat .answers li {
    font-size: 12px;
    color:#ff6200;
    list-style: none;
    display: inline-block;
    padding: 10px 12px 10px 24px;
    border: 1px solid #ff6200;
    margin:0;
    border-radius: 4px;
    background-image: url(/assets/img/chevron-orange.png);
    background-repeat: no-repeat;
    background-position: 12px 14px;
}

#chat .modale:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
#chat .modale {
    display: none;
}
#chat .modale.on {
    display: block;
    margin: 0 24px;
    top: 80px;
    position: absolute;
}

#chat .modale-dialog {
    background: #f0f0f0;
    border: #d9d9d9 solid 1px;
    border-radius: 8px;
    position: relative;
    z-index: 11;
    width: 100%;
}
#chat .modale-dialog input[type="submit"].orange {
    background: #f0f0f0;
}
#chat .modale-dialog input[type="submit"].orange {
    background-image: url(/assets/img/chevron-orange.png);
    background-repeat: no-repeat;
    background-position: 16px 20px;
    border: none;    
    text-align: left;
    padding: 0 0 0 24px;
    font-size: 15px;
}
 #chat .modale ul.buttons {
    border: none;
}
#chat .mw228 {
    min-width: 228px;
}
#chat .timer {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #a8a8a8;
    margin: 6px 0 4px 0;
}
#chat .modale-dialog .pbox {
    border-bottom: 1px solid #d9d9d9;
}
#chat .content {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 8px 10px;
}
#chat .content h2 {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    line-height: 32px;
    margin: 0 0 3px 0;
}
#chat .content h3 {
    font-size: 15px;
    color: #767676;
    font-weight: 400;
    line-height: 22px;
    min-height: 66px;
}
#chat .content h3.autoh {
    min-height: auto;
}
#chat .owl-item {
    display: inline-block;
    max-width: 260px;
}
#chat .carousel-qa .owl-item {
    width: unset !important;
}
#chat .owl-nav {
    position: absolute;
    display: block;
    width: calc(100% - 24px);
    top: 50%;
    z-index: 999;
}
#chat .owl-nav.disabled {
    display: none;
}
#chat .owl-nav:hover {
    visibility: visible;
}
#chat .owl-next {
    visibility: visible;
    background: url(/assets/img/arrow-right.png) no-repeat;
    -webkit-background-size: 42px 42px;
    background-size: 42px 42px;
    height: 42px;
    width: 42px;
    right: 10px;
    position: absolute;
    cursor: pointer;
}
#chat .owl-prev {
    visibility: visible;
    background: url(/assets/img/arrow-left.png) no-repeat;
    -webkit-background-size: 42px 42px;
    background-size: 42px 42px;
    height: 42px;
    width: 42px;
    left: 0;
    position: absolute;
    cursor: pointer;
}
#chat .owl-prev.disabled {
    visibility: hidden;
}
#chat .owl-next.disabled {
    visibility: hidden;
}
#chat .owl-dots {
    display: none;
}
#chat .emoji {
    width: 1.1em;
    height: 1.1em;
    padding: 0 0 0 0;
    vertical-align: -0.15em;
}
#ingow {
    display: block;
    width: 42px;
    margin: -6px;
    padding: 6px 0 0 0;
}
@media all and (-webkit-min-device-pixel-ratio : 1.5),
 all and (-o-min-device-pixel-ratio: 3/2),
 all and (min--moz-device-pixel-ratio: 1.5),
 all and (min-device-pixel-ratio: 1.5) {
    #chat input[type="button"].player {
    background: url(/assets/img/play@2x.png);
    background-size: 87px 87px;
}
    #chat .owl-next {
        background: url(/assets/img/arrow-right@2x.png) no-repeat;
        -webkit-background-size: 42px 42px;
        background-size: 42px 42px;
    }
    #chat .owl-prev {
        background: url(/assets/img/arrow-left@2x.png) no-repeat;
        -webkit-background-size: 42px 42px;
        background-size: 42px 42px;
    }
    #chat .answers li {
    background-image: url(/assets/img/chevron-orange@2x.png);
    background-repeat: no-repeat;
    background-size: 6px 11px;
    background-position: 12px 14px;
}
    #chat input.button-send {
    background-image: url(/assets/img/chevron@2x.png);
    background-size: 6px 11px;
    background-position: 17px 12px
  }
    #chat .chatinput.disabled input.button-send {
        background-image: url(/assets/img/chevron-grey@2x.png);
        background-position: 17px 12px;
        background-size: 6px 11px;
    }
    #chat input.button-sendSmall {
        background-image: url(/assets/img/chevron@2x.png);
        background-size: 6px 11px;
        background-position: 19px 12px
    }
    #chat input[type="submit"].orange {
    background-image: url(/assets/img/chevron-orange@2x.png);
    background-size: 6px 11px;
    background-position: 16px 20px;
}   #chat-big ul.buttons li a {
    background-image: url(/assets/img/chevron-orange@2x.png);
    background-size: 6px 11px;
    background-position: 16px 16px;
}
    #chat .modale-dialog input[type="submit"].orange {
    background-image: url(/assets/img/chevron-orange@2x.png);
    background-size: 6px 11px;
    background-position: 16px 20px;
}
}
/*Question*/
#chat #INGo-container.on {display:block;}
#chat #INGo-container {padding:0; display:none}
#chat nav img {position: absolute;}

#INGo-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 52px;
    height: calc(100% - 52px);
    background: #ff6600;
    z-index: 444
}
#INGo-content,
#INGo-list,
#INGo-list div,
#INGo-list div div{position:relative; width:100%; height:auto;}
#INGo-list>div {margin:15px 0 0; min-height:20px; overflow:hidden;}
#INGo-content {padding:12px; text-align:left; box-sizing:border-box;}
.INGo-list-icon {display:block; float:left; position:absolute; left:0; top:50%; width:20px; height:20px; margin-top:-10px;}
#INGo-container h2 {display:block; text-align:center; font:16px/20px INGMe, Arial, Helvetica, sans-serif; color:#ffffff; font-weight:bold; margin-bottom: 0; margin-top: 0;}
#INGo-list div div h3 {display:block; font:14px/18px INGMe, Arial, Helvetica, sans-serif; width:100%; padding-left:32px; background:none; box-sizing:border-box; color: #ffffff; margin-bottom: 0; margin-top: 0;}
    #INGo-list a:link {
        color: #ffffff;
    }

    #INGo-list a:visited {
        color: #ffffff;
    }

    #INGo-list a:hover {
        color: #ffffff;
    }

    #INGo-list a:active {
        color: #ffffff;
    }
#chat nav #question-mark img {left:20px; top:12px; right:auto; cursor:pointer;}
#chat nav #question-mark.active #question-mark-img-passive{display:none;}
#chat nav #question-mark.passive #question-mark-img{display:none;}
#chat nav .close-ingo img {top:16px; right:20px;}
#chat ul.buttons.INGo { -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;border:solid 1px #d2d2d2}
#chat ul.buttons.INGo input[type="button"].INGo-open {padding-right:15px;}

#chat input[type="button"].INGo-open,
#chat input[type="submit"].orange{
    margin: 0;
    padding: 0;
    height: 50px;
    color:#333333;
    background: #ffffff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;border:solid 1px #d2d2d2
}
#chat input[type="button"].INGo-open,
#chat input[type="submit"].orange {
    background-image: url(../../assets/img/chevron-orange.png);
    background-repeat: no-repeat;  
    background-position: 16px 20px;
    border: none;    
    text-align: left;
    padding: 0 0 0 24px;
    font-size: 15px;
}

#chat .inline-chat-button {
    font-size: 12px !important;
    color: #ff6200 !important;
    list-style: none !important;
    display: inline-block !important;
    padding: 10px 12px 10px 24px !important;
    border: 1px solid #ff6200 !important;
    margin: 12px !important;
    border-radius: 4px !important;
    background-image: url(../img/chevron-orange.png) !important;
    background-repeat: no-repeat !important;
    background-position: 12px 14px !important;
    min-width: initial !important;
}