.modalDialog {
	position: fixed;
	font-family: calibril;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,1);
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog1 {
	position: fixed;
	font-family: calibril;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display:none;

}
@media screen and (max-width:767px){.modalDialog1{display:block;opacity:1;    display: none !important;}}
#wrapper {
  /*margin: 0 auto;
  min-height: auto;
  position: relative;
  right: 0;
  width: 500px;*/
}
#wrapper h1::after {
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(left center , rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%) repeat scroll 0 0;
  content: " ";
  display: block;
  height: 2px;
  margin-top: 10px;
  width: 100%;
}
#wrapper h1 {
  color: rgb(6, 106, 117);
  font-family: "FranchiseRegular",;
  font-size: 48px;
  font-weight: bold;
  padding: 2px 0 30px;
  text-align: center;
}
.modalDialog > div {
     background: #882042;
    border: 3px solid #db5342;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(0, 0, 0, 0.4) inset;
    margin: 10% auto;
    padding: 5px 2% 20px;
    position: relative;
    top: 0;
    width: 37%;
}
.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}
#wrapper p {
  margin-bottom: 15px;
}
[data-icon]::after {
  color: rgb(106, 159, 171);
  content: attr(data-icon);
  font-family: "FontomasCustomRegular";
  left: 10px;
  position: absolute;
  top: 35px;
  width: 30px;
}
#wrapper label {
  color: rgb(64, 92, 96);
  position: relative;
}
#wrapper input:not([type="checkbox"]) {
  border: 1px solid rgb(219, 83, 66);
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(231, 140, 50, 0.6) inset;
  box-sizing: content-box;
  margin-top: 4px;
  padding: 8px 15px;
  transition: all 0.2s linear 0s;
  width: 90%;
}
#wrapper p.button input {
  background: rgb(219, 83, 66) none repeat scroll 0 0;
  border: 1px solid rgb(0, 0, 0, 0.8);
  border-radius: 3px;
  box-shadow: 0 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0 0 0 3px rgb(254, 254, 254), 0 5px 3px 3px rgb(210, 210, 210);
  color: #fff;
  cursor: pointer;
  font-family: "BebasNeueRegular","Arial Narrow",Arial,sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
  padding: 8px 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  transition: all 0.2s linear 0s;
  width: 30%;
}
#wrapper p.button input:hover {
  background: rgb(223, 172, 107) none repeat scroll 0 0;
  color:#000000;
}
.registrationfont {
  color: #ffffff;
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(left center , rgba(59, 69, 151, 0) 0%, rgba(59, 69, 151, 0.8) 20%, rgba(59, 69, 151, 1) 53%, rgba(59, 69, 151, 0.8) 79%, rgba(59, 69, 151, 0) 100%) repeat scroll 0 0;
  /*font-family: "Roboto Condensed",sans-serif;*/
  font-size: 35px !important;
  padding: 15px 0 20px;
  text-align: center;
}
.box_mar10
{
	margin-bottom:10px !important;
}
@media only screen and (max-width: 374px) {
.modalDialog > div {
	padding: 20px 15px 10px 15px!important;
	width: 85% !important;
}

.modalDialog > div {
  padding: 6px 23px 0px !important;
  width: 90% !important;
}
.registrationfont {
  font-size: 19px !important;
  padding:10px 0px;
}
#wrapper p {
  margin-bottom: 10px;
}
#wrapper input:not([type="checkbox"]) {
  padding: 5px 15px;
  width: 86%;
}
#wrapper p.button input {
  font-size: 20px;
  padding: 5px 5px;
  width: 40%;
}
}
@media only screen and (min-width: 375px) and (max-width: 413px) {
/*OTR*/
.modalDialog > div {
	padding: 15px 15px 5px 15px!important;
	width: 85% !important;
}
.registrationfont {
	font-size: 22px !important;
	padding:5px 0 12px;
}
#wrapper p {
  margin-bottom: 10px;
}
#wrapper input:not([type="checkbox"]) {
  padding: 6px 13px;
  width: 86%;
}
#wrapper p.button input {
  font-size: 21px;
  padding: 5px 3px;
  width: 37%;
}
}
@media only screen and (min-width: 414px) and (max-width: 479px) {
.modalDialog > div {
	padding: 15px 15px 5px 15px!important;
	width: 85% !important;
}
.registrationfont {
	font-size: 25px !important;
	padding:7px 0 16px;
}
#wrapper input:not([type="checkbox"]) {
  padding: 7px 14px;
  width: 88%;
}
#wrapper p.button input {
  font-size: 22px;
  padding: 6px 5px;
  width: 32%;
}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
.modalDialog > div {
	 padding: 5px 2% 10px;
	width: 75% !important;
}
.registrationfont {
	font-size: 24px !important;
	padding:2px 0 7px;
}
#wrapper input:not([type="checkbox"]) {
  padding: 5px 15px;
  width: 88%;
}
#wrapper p {
  margin-bottom: 7px;
}
#wrapper p.button input {
  font-size: 19px;
  margin-bottom: 0px;
  padding: 4px 3px;
  width: 30%;
}
.modalDialog {
  top: -30px;
}

}
@media only screen and (min-width: 600px) and (max-width: 767px) {

.modalDialog > div {
	padding: 15px 15px 10px 15px!important;
	width: 72% !important;
}
#wrapper input:not([type="checkbox"]) {
  width: 90%;
}
.registrationfont {
	font-size: 32px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
.modalDialog > div {
	padding: 15px 35px!important;
	width: 55% !important;
}
.registrationfont {
	font-size: 28px !important;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1169px) {
.modalDialog > div {
	padding: 15px 35px!important;
	width: 45% !important;
}
.registrationfont {
	font-size: 31px !important;
}
}
@media only screen and (min-width: 1170px) and (max-width: 1300px) {
	.registrationfont {
	font-size: 32px !important;
}
}