
.contactwidgettitle{
  text-align: center;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height:1;
    padding-left: 10px;
    text-align:left;
    color: #313131;
    background:#eee;
    margin-bottom: 0px;
    border-top-left-radius:4px;
    border-top-right-radius: 4px;
    font-family: Helvetica, Arial, sans-serif;
}
.cffloaticon{
	position:fixed;
	z-index: 99999;
	bottom:55px;
	right:10px;
	text-align:left;
	-webkitbox-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	border-radius: 2px;
	background:#1e88e5;
	padding: 8px;
	
	font-family: Helvetica, Arial, sans-serif;
}

.cffloaticon:hover {
	
}
.cftextside {
	padding-right:5px;
	font-size: 15px;
	padding-left: 7px;
	letter-spacing: .6px;
	color:#fff;
	line-height:2;
}
.cficonside {
	float:left;
	padding-left: 5px;
    padding-top: 2px;
	
}
#thecontactform {
	display: none;
	border:none;
	width: 100%;
	height: 100%;
	min-height: 565px !important;
}
@media screen and (orientation: landscape) {
  
  #thecontactformdiv {
  }
}
#thecontactformdiv {
	display: none;
	bottom: 15px;
	position: fixed;
	right: 10px;
	min-width: 350px;
	height: 80%;
  max-height: 650px;
	z-index: 9999999;
	border-radius: 4px;
	/*-webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.3);*/
	 -webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	background:#fff;
}
#cfclosebutton {
	position:relative;
	float:right;
	z-index:999;
	cursor:pointer;
	padding-right:5px;
	width: 28px;
    margin-top: 3px;
	
}
.typing-indicator {
  background-color: #E6E7ED;
  width: auto;
  border-radius: 25px;
    padding: 7px;
    padding-top: 9px;
    padding-bottom: 9px;
  display: table;
  margin: 0 auto;
  position: relative;
  -webkit-animation: 2s bulge infinite ease-out;
          animation: 2s bulge infinite ease-out;
}
.typing-indicator:before, .typing-indicator:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  height: 12px;
  width: 12px;
  border-radius: 70%;
  background-color: #E6E7ED;
}
.typing-indicator:after {
  height: 5px;
  width: 5px;
  left: -5px;
  bottom: -5px;
}
.typing-indicator span {
  height: 8px;
  width: 8px;
  float: left;
  margin: 0 1px;
  background-color: #9E9EA1;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}
.typing-indicator span:nth-of-type(1) {
  -webkit-animation: 1s blink infinite 0.3333s;
          animation: 1s blink infinite 0.3333s;
}
.typing-indicator span:nth-of-type(2) {
  -webkit-animation: 1s blink infinite 0.6666s;
          animation: 1s blink infinite 0.6666s;
}
.typing-indicator span:nth-of-type(3) {
  -webkit-animation: 1s blink infinite 0.9999s;
          animation: 1s blink infinite 0.9999s;
}

@-webkit-keyframes blink {
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes bulge {
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes bulge {
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@font-face {
  font-family: "simple-line-icons";
  src: url("css-assets/Simple-Line-Icons.eot");
  src: url("css-assets/Simple-Line-Icons.eot") format("embedded-opentype"), url("css-assets/Simple-Line-Icons.woff2") format("woff2"), url("css-assets/Simple-Line-Icons.woff") format("woff"), url("css-assets/Simple-Line-Icons.ttf") format("truetype"), url("css-assets/Simple-Line-Icons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
  


.icon-paper-plane {
	font-family: 'simple-line-icons';
}

