@charset "utf-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.custom-modal div{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

.custom-modal h3{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

.custom-modal p{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

.custom-modal img{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

.modal-overlay {
  width: 100%;
  height: 100%;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  display: none;
}

#register-modal, .custom-modal {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  z-index: 5000;
  width: 600px;
  padding: 55px 30px 36px;
  background: #f1f1f1;
  font-family: 'Arial';
  color: #302d2c;
  text-align: left;
  /*position: relative;*/
}
#register-modal .modal-heading .close, .custom-modal .modal-heading .close {
  position: absolute;
  right: 15px;
  top: 17px;
  cursor: pointer;
}
#register-modal .modal-heading #article-icon, .custom-modal .modal-heading #article-icon {
  float: left;
  padding-right: 10px;
  margin-top: -3px;
}
#register-modal .modal-heading .heading, .custom-modal .modal-heading .heading {
  font-weight: bold;
  font-size: 18px;
}
#register-modal .clear, .custom-modal .clear {
  clear: both;
}
#register-modal .modal-body #slogan, .custom-modal .modal-body #slogan {
  margin: auto;
  display: block;
  margin-top: 17px;
}
#register-modal .modal-body #reg-form, .custom-modal .modal-body #reg-form {
  margin-top: 15px;
}
#register-modal .modal-body #reg-form .label, .custom-modal .modal-body #reg-form .label {
  font-size: 13px;
  margin-bottom: 6px;
}
#register-modal .modal-body #reg-form .label#country, .custom-modal .modal-body #reg-form .label#country {
  margin-top: 4px;
}
#register-modal .modal-body #reg-form .form-input, .custom-modal .modal-body #reg-form .form-input {
  background-color: #c3bfbb;
  border: none;
  height: 28px;
  margin-bottom: 10px;
}
#register-modal .modal-body #reg-form .form-input.email, #register-modal .modal-body #reg-form .form-input.firstname, #register-modal .modal-body #reg-form .form-input.lastname, .custom-modal .modal-body #reg-form .form-input.email, .custom-modal .modal-body #reg-form .form-input.firstname, .custom-modal .modal-body #reg-form .form-input.lastname {
  width: 100%;
}
#register-modal .modal-body #reg-form .form-input.country-region, .custom-modal .modal-body #reg-form .form-input.country-region {
  width: 250px;
  border-radius: 5px;
}
#register-modal .modal-body #reg-form #firstname, #register-modal .modal-body #reg-form #lastname, .custom-modal .modal-body #reg-form #firstname, .custom-modal .modal-body #reg-form #lastname {
  float: left;
  width: 197px;
}
#register-modal .modal-body #reg-form #firstname, .custom-modal .modal-body #reg-form #firstname {
  margin-right: 6px;
}
#register-modal .modal-body #reg-form .eu-1, .custom-modal .modal-body #reg-form .eu-1 {
  font-style: italic;
  font-size: 15px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
#register-modal .modal-body #reg-form .eu-2, .custom-modal .modal-body #reg-form .eu-2 {
  font-style: italic;
  font-size: 15px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
#register-modal .modal-body #reg-form .eu-3, .custom-modal .modal-body #reg-form .eu-3 {
  font-style: italic;
  font-size: 13px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
#register-modal .modal-body #reg-form #eu-check, .custom-modal .modal-body #reg-form #eu-check {
  font-style: italic;
  font-size: 15px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
#register-modal .modal-body #reg-form #eu-uncheck, .custom-modal .modal-body #reg-form #eu-uncheck {
  color: #ff0000;
  font-style: italic;
  font-size: 15px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

#register-modal .modal-body #reg-form .sign-up-btn, .custom-modal .modal-body #reg-form .sign-up-btn {
  width: 103px;
  display: block;
  margin: auto;
  border: none;
  background-color: #f2792f;
  font-size: 14px;
  font-weight: bold;
  color: #302d2c;
  padding: 13px 0;
  margin-top: 26px;
  cursor: pointer;
  font-family: 'Arial';
}

#register-modal .modal-body #reg-form .form-input.country-region, .custom-modal .modal-body #reg-form .form-input.country-region {
  width: 250px;
  border-radius: 5px;
}

#register-modal .modal-body #reg-form .error-message p, .custom-modal .modal-body #reg-form .error-message p{
	font-family: 'Arial';
	font-size: 13px;
	color: red;
	line-height: 120%;
}

#thankyou-modal-en {
  text-align: center;
  padding: 72px 30px 70px;
}
#thankyou-modal-en h3 {
  font-size: 40px;
}
#thankyou-modal-en .modal-body .title {
  font-size: 40px;
  color: #302d2c;
}
#thankyou-modal-en p {
  margin-top: 38px;
  font-size: 14px;
}
#thankyou-modal-en .continue-btn {
  width: 167px;
  display: block;
  margin: auto;
  border: none;
  background-color: #f2792f;
  font-size: 14px;
  font-weight: bold;
  color: #302d2c;
  padding: 11px 0;
  margin-top: 74px;
  cursor: pointer;
  font-family: 'Arial';
}

.display-modal {
  width: 167px;
  border: none;
  background-color: #f2792f;
  font-size: 14px;
  font-weight: bold;
  color: #302d2c;
  padding: 11px 0;
  margin-top: 74px;
  cursor: pointer;
}
