.fixed {
  position: fixed;
}
.cc-contactpop { 
  background-color:#fff;;
  color:#fff;
  width:350px;
  bottom: 0;
  right: 50px;
  border-radius: 6px 6px 0px 0px;
  z-index: 1;
}
.cc-contactpop h3 {
  border-radius: 6px 6px 0px 0px;
  text-align:left;
  color:#fff;
  text-shadow:none;
  font-size:16px;
  font-weight:600;
  background-color:#eb6166;
  margin:0;
  padding:15px;
  cursor:pointer;
}

.cc-contactpop h3 span {
    font-style: oblique;
}
.cc-contactpop p {
  text-align:center;
  padding:10px 15px;
}
.cc-contactpop i {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	font-weight: 500;
	font-size: 29px;
	padding: 15px;
	cursor: pointer;
	background: #f18e92;
	z-index: 1;
}
.cc-contactpop form {
  padding:0px 15px;
}







.cc-contactpop button {
	font-family: "PT Sans",sans-serif;
	font-size: 0.875em;	
	padding:10px;
	background:transparent;
	width: 100%;
	color: #000;
	outline:none;
	cursor: pointer;
	border: solid 1px #eb6166;
	margin-top:10px;
}

.cc-contactpop button:hover {
  background:#eb6166;
}
