 /* Live Chat forend */
.live-chat-board {
    background-color: #ffffff;
    border: 0px solid #b0b0b0;
    bottom: 0;
    display: none;
    height: 350px;
    position: fixed;
    right: 25px;
    width: 300px;
    font-family: 'Open Sans', sans-serif;
 }
 .crop-fram-chat {
  position: relative;
  padding-bottom: 372px;
  height: 0;
  overflow: hidden; }
  .crop-fram-chat iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0px; 
  }
  

  #crop-livechat-position{
    background-color: #ffffff;
    border: 1px solid #b0b0b0;
    bottom: 0;
    display: block;
    height: auto;
    position: fixed;
    right: 60px;
   }

  .livechat-position {
    position: relative;
     line-height: 0px; 
   }
  
  .livechat-position .livechat-mark {
    width: 69px;
    height: 69px;
    background: url(../images/bg-livechat.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 20px;
    right: 10px;
    -webkit-transition: all, 1s,ease-in-out;
    -o-transition: all, 1s,ease-in-out;
    transition: all, 1s,ease-in-out; 
    }
   .livechat-position .livechat-mark a {
      display: block;
      font-size: 13px;
      color: #fff;
      line-height: normal;
      -webkit-text-shadow: 0px 0px 3px #000;
      text-shadow: 0px 0px 3px #000;
      text-align: center;
      padding-top: 8px;
      width: 69px;
      height: 69px; 
	 }
    .livechat-position .livechat-mark:hover {
      -webkit-transform: rotateY(360deg);
      -ms-transform: rotateY(360deg);
      -o-transform: rotateY(360deg);
      transform: rotateY(360deg); 
	 }
  
   #ChatFristStep em{ color:#cc0000; font-size:11px; } 
  .btn-chat{ border-radius: 5px; display:block; margin-top: 5px;}
  .btn-chat a{
    background-color:#f39c12;
    display: block;
    padding: 5px 20px; 
	text-align:center; 
	color:#fff; 
	font-size:14px; 
	cursor:pointer;
  }
  #crop-livechat-position-bottom{
    background-color:#00a65a;
    bottom: 0;
    display: block;
    position: fixed;
    right: 25px;
	border-top-left-radius:5px;
	border-top-right-radius:5px; 
	color:#fff;
	padding: 6px 10px 5px 10px;  
	min-width: 215px; 
	cursor:pointer; 
	z-index:999999;
  }
  
 .livechat-position-bottom{ 
    width:100%; 
	float:left; 
	display:inline-block;
 }
 
 .livechat-status-staff{
   float: left; display:inline-block;	 
 }
 .livechat-status-staff i{ font-size:15px;}
 .livechat-text-title{ float: left; display:inline-block; font-weight:600; padding-left:10px; font-size:14px;}

 .livechat-chevron{
   float: right; display:inline-block; cursor:pointer;	 
 }
 .livechat-chevron i{ 
   font-size:15px; padding-top:1px;	 
 }
 .add-border { border-bottom: 1px solid #b0b0b0;}
 .box-header h3{ color:#fff;}
 #move-livechat-process { color:#fff;}
 #end-livechat-process { color:#fff;}

 #ChatSecondStep { border-left: 1px solid #b0b0b0; border-right: 1px solid #b0b0b0; }
 .box-footer { border-left: 1px solid #b0b0b0; border-right: 1px solid #b0b0b0; }
 .crop-imgload-chat-info { padding:20px 0px 0px 0px; width:99.9%; text-align:center;}
	 