@import url(http://fonts.googleapis.com/css?family=Playfair+Display);
/* \\\\\\\\\\\\\\\\\    DEMO CODE   ///////////////////////////////// */
.modal{margin:0 auto}
.modal table{}
.modal table tr td{padding:0 15px;}
.modal select { color:#999999}
.modal .select { color:#999999}
.modal p {
  font-size: 14px;
  text-align: left;
}
.modal p:hover {
  cursor: pointer;
}
.closeBtn{float:right;background:url(../images/close.jpg) no-repeat;width:50px;height:50px;margin-bottom:-50px;}
a.modalLink {
  margin: 0 auto;
  float:left;
  padding: 8px 20px;
  font-size: 20px;
  border-radius:3px;
  color: #fff;
  text-decoration: none;
  background: #ff8374;
  margin-top:8px;
}
a:hover.modalLink {
  background: #ea5234;
}

/* \\\\\\\\\\\\\\\\\    END DEMO CODE   ///////////////////////////////// */
/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.leftcontact .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.leftcontact .mainhead {
  background: #e88274;
  z-index: 1001;
  padding:18px 0;color:#FFFFFF;
  text-align:center
}
.leftcontact .modal {
  display: none;
  background: #fff;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  min-height: 300px;
}

/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */
