body {
  margin:0;
  padding:0; 
  color:#000;
  font-family: "PT Sans",sans-serif;
}

.cc-wraper {
  background-color: #f2f2f2; 
  height:300px; 
  overflow:hidden;
  z-index:10;
}
.fixed {
  position: fixed;
  z-index:10;
}
.cc-contactpop { 
  background-color:#ffffff;
  color:grey;
  width:350px;
  bottom: 0;
  right: 50px;
  border-radius: 6px 6px 0px 0px;
  z-index:10;

}
.cc-contactpop h1 {
  border-radius: 6px 6px 0px 0px;
  text-align:center;
  color:#fff;
  text-shadow:none;
  font-size:19px;
  font-weight:600;
  background-color:#e84c00;
  margin:0;
  padding:15px;
  cursor:pointer;
  font-family:"Lato", sans-serif !important;
  font-weight:light;
  z-index:10;
}

.cc-contactpop h1 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: 15px; 
  padding:20px;
  cursor:pointer;
}
.cc-contactpop form {
  padding:0px 15px;
}
.cc-contactpop input {
  font-family: "Lato",sans-serif;
  font-size: 0.875em;	
  width: 100%;
  height: 50px;
  padding: 0px 15px 0px 15px;
  background: transparent;
  outline: none;
  color: #grey !important;
  border: solid 1px #ff9765;
  border-radius:3px;

  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.cc-contactpop input:hover {
  background: #f1f1f1;
  color:#grey !important;
}

.cc-contactpop textarea {
  font-family: "Lato",sans-serif;
  font-size: 0.875em;	
  width: 100%;
  max-width: 100%;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  background: #f1f1f1;
  outline: none;
  color: #grey; 
  border: solid 1px #ff9765;
  border-radius:3px;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.cc-contactpop textarea:hover {
  background: #f1f1f1;
}

.cc-contactpop button {
	font-family: "Lato",sans-serif;
	font-size: 0.875em;	
	padding:10px;
	background:#00906c;
	width: 100%;
	color: #fff;
	outline:none;
	cursor: pointer;
	border: solid 1px ;
	border-color:transparent
	border-top:0;
	width:100%;
	border-radius:4px;
	
}

.cc-contactpop button:hover {
  background:#03ad83;
}
