.rd-navbar-label {
    display: none;
}
/*html *:first-child{margin-bottom:0}*/
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('iframe/fonts/glyphicons-halflings-regular.eot');
    src: url('iframe/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('iframe/fonts/glyphicons-halflings-regular.woff') format('woff'), url('iframe/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('iframe/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.webchat-chat-window {
    position: absolute;
    width: 600px;
    height: 450px;
    /*border: 2px solid #fe9d00;*/
    overflow: hidden;
    z-index: 1000;
    /*border-radius: 5px;*/
}
.webchat-chat-window-hidden {
    display: none;
}
.webchat-chat-window iframe {
    border: 0px;
}
.webchat-chat-window .webchat-header {
    position: absolute;
    /*line-height: 30px;*/
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    cursor: move;
    z-index: 1100;
    background: #fe9d00;
    color: #fff;
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    padding: 0px 15px;
}
.webchat-chat-window .webchat-header a {
    color: #fff;
    cursor: pointer;
}
.webchat-chat-window .webchat-header a.webchat-close {
    float: right;
    font-size: 10px;
}
/*.webchat-chat-window .webchat-header .webchat-close span.webchat-close-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    float: right;
    margin: 8px 0px 0px 8px;
}*/
.webchat-chat-window .webchat-header .webchat-close span.webchat-close-icon:before {
    content: "\e014";
}

/* jQuery UI resizable */
.webchat-chat-window .ui-resizable{position:relative}
.webchat-chat-window .ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}
.webchat-chat-window .ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}
.webchat-chat-window .ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}
.webchat-chat-window .ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}
.webchat-chat-window .ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}
.webchat-chat-window .ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}
.webchat-chat-window .ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:0px;bottom:0px}
.webchat-chat-window .ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}
.webchat-chat-window .ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}
.webchat-chat-window .ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}
.webchat-chat-window iframe {
    pointer-events: auto;
}
.webchat-chat-window.ui-resizable-resizing iframe {
    pointer-events: none;
}
.margin-extra {
    min-width: 20% !important;
}
.box-fix {
    min-width: 70% !important;
}
.orange-border {
    transition: border-color .25s ease-in-out !important;
}
.orange-border:hover {
    border-color: #fe9d00 !important;
}
.orange-border:focus {
    border-color: #fe9d00 !important;
}
.special-link {
    transition: color .3s ease-in-out !important;
}
.special-link:hover {
    color: #fe9d00 !important;
}
.special-link:focus {
    color: #fe9d00 !important;
}
.bottom-space {
    padding-bottom: 100px !important;
}
.margin-fix {
    margin-bottom: 60px !important;
}
.blog-padding-1 {
    padding-top: 50px !important;
    padding-bottom: 110px !important;
}
.blog-padding-2 {
    padding-top: 82px !important;
    padding-bottom: 110px !important;
}
.contact-padding {
    padding-top: 50px !important;
    padding-bottom: 110px !important;
}
.size-15 {
    font-size: 15px !important;
}
.size-13 {
    font-size: 13px !important;
}