.modalDialog {
	position: fixed;
	font-family: calibril;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7) url(../images/overlay.png) repeat scroll 0 0;
	z-index: 99999;
	
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	font-family:"Open Sans",sans-serif;
}
.white_border, .dark_border, .btn_fill1 {
  border-radius: 0px;
display: inline-block;
  padding: 6px 30px;
  text-transform: uppercase;
}
.btn_fill1 {
  background: #042f59 none repeat scroll 0 0;
  color:#ffffff;
  border:4px double #f2b606;
}
.btn_fill1:hover, .btn_fill1:focus{
	background:#f2b606;
	color:#ffffff;
	 border:4px double #ffffff;
}
.btn_fill1{
  font-weight:700 !important;
  text-align: center;
}
#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: #0d2645;
  border: 5px solid rgba(77, 106, 140, 1);
  border-radius: 0px;
  /*box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset;*/
  margin: 5% auto;
  padding: 5px 2% 20px;
  position: relative;
  top: 0;
  width: 28%;
}
.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}
#wrapper p {
  margin-bottom: 10px;
}
[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"]) {
  background-color: #0d2645;
  border: 1px solid rgb(77, 106, 140);
  border-radius: 4px;
  box-sizing: content-box;
  color: #fff;
  margin-top: 4px;
  padding: 8px 15px;
  transition: all 0.2s linear 0s;
  width: 90%;
}
#wrapper p.button input {
  background: rgb(193, 132, 68) 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: #fff;
  font-family: "Heebo",sans-serif;
  font-size: 24px !important;
  padding: 10px 0 10px;
  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%;
}
.btn_fill1 {
  margin-bottom: 15px;
}
}
@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%;
}
.btn_fill1 {
  margin-bottom: 15px;
}
}
@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%;
}
.btn_fill1 {
  margin-bottom: 15px;
}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
.modalDialog > div {
	 padding: 5px 2% 10px;
	width: 75% !important;
	
}
.lshide{
	display:none !important;
}
.registrationfont {
	font-size: 19px !important;
	padding:2px 0 7px;
	margin:5px 0px;
}
#wrapper input:not([type="checkbox"]) {
  padding: 5px 15px;
  width: 88%;
}
#wrapper p {
  margin-bottom: 7px;
}
#wrapper p.button input {
  font-size: 15px;
  margin-bottom: 0px;
  padding: 4px 3px;
  width: 30%;
}
#wrapper input:not([type="checkbox"]) {
  height: 20px;
  padding: 5px 15px;
  width: 80%;
  margin-left: 17px;
}

.modalDialog {
  top: -30px;
}
.btn_fill1 {
  margin-bottom: 9px;
}
.white_border, .dark_border, .btn_fill1 {
  padding: 7px 20px;
}

}
@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;
}
.btn_fill1 {
  margin-bottom: 15px;
}
}
@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;
}
.modalDialog > div {
	padding: 15px 35px!important;
	width: 40% !important;
}
}