/*html, body {
  margin: 0;
  padding: 0;
}*/

.rb_form_wrap {
  display: none;
  width: 100%;
  height: 100vh;
  font-family: 'Century Gothic', sans-serif, 'Arial', 'Verdana';
  position: fixed;
  overflow-y: scroll;
  z-index: 999;
}

.rb_form_wrap.active {
  display: block;
}

body.rb_modal_open .topmenu.isfrontpage,
body.rb_modal_open .container,
body.rb_modal_open .footer{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.rb_form_blur {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.rb_form_outer {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: table;
}

.rb_form_inner {
  display: table-cell;
  vertical-align: middle;
}

.rb_form_panel {
  position: relative;
  min-height: 400px;
  width: 100%;
  max-width: 550px;
  background: #00923e;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 17px;
	padding-bottom: 15px;
}

.rb_form_head {
  width: 100%;
  background: #01b44d;
  padding: 14px 40px 9px;
  box-sizing: border-box;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

.rb_close_button {
  box-sizing: border-box;
  display: block;
  width: 41px;
  height: 41px;
  background: url("http://paradiset.com/wp-content/themes/paradiset/images/exet.png") no-repeat;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  top: -13px;
  right: -17px;
}

.rb_text_label {
  display: block;
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: 'Century Gothic', sans-serif, 'Arial', 'Verdana';
}

.rb_header_row {
  width: 100%;
  margin: 0 auto;
}

.rb_header_row:before, .rb_header_row:after {
  content: ' ';
  display: block;
  clear: both;
}

.rb_apple {
  width: 18%;
  float: left;
  box-sizing: border-box;
}

.rb_apple img {
  max-width: 100%;
}

.rb_header_text {
  font-family: 'Century Gothic', sans-serif, 'Arial', 'Verdana';
  width: 82%;
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 16px;
}

.rb_header_text p {
  font-size: 17px;
  color: #fff;
  font-family: 'Century Gothic', sans-serif, 'Arial', 'Verdana';
}

.rb_header_text b {
  font-size: 18px;
}

.rb_form_area {
  padding: 32px 0 14px;
  margin: 0;
}

input[type="text"].rb_input_field,
input[type="email"].rb_input_field {
  font-family: 'Century Gothic', sans-serif, 'Arial', 'Verdana';
  display: block;
  width: 100%;
  height: 29px;
  background: #01b44d;
  border: 0;
  outline: 0;
  margin-bottom: 20px;
  font-size: 16px;
  color: #004506;
  padding: 0px;
  padding-left: 10px;
  box-sizing: border-box;
}
input[type="text"].rb_input_field:focus,
input[type="email"].rb_input_field:focus {
  font-family: 'Century Gothic', sans-serif, 'Arial', 'Verdana';
  background: #01b44d;
  font-size: 16px;
  color: #004506;
  padding-left: 10px;
}
.rb_row {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

.rb_row:before, .rb_row:after {
  content: ' ';
  display: block;
  clear: both;
}

.rb_column_6 {
  display: block;
  float: left;
  width: 50%;
  padding: 0 22px;
  box-sizing: border-box;
}

.rb_column_12 {
  width: 100%;
  box-sizing: border-box;
  padding: 0 22px;
  padding-top: 10px;
}

.rb_column_12 p{
  display: block;
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: 'Century Gothic', sans-serif, 'Arial', 'Verdana';
  line-height: 1.3;
}

.rb_checkbox_label {
  margin: 0 0 10px 0;
  color: #fff;
  font-family: 'Century Gothic', sans-serif, 'Arial', 'Verdana';
  font-size: 16px;
}
[type="checkbox"] + label {
  font-family: 'Century Gothic', sans-serif, 'Arial', 'Verdana';
	color: #fff;
  font-size: 16px;
}


[type="checkbox"] {
  display: none;
}

[type="checkbox"] + label {
  color: #fff;
  margin-bottom: 10px;
  margin-bottom: 6px;
  display: block;
}

[type="checkbox"] + label:before {
  content: ' ';
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("http://paradiset.com/wp-content/themes/paradiset/images/checkbox.png") no-repeat;
  background-size: 19px 38px;
  background-position: 0 0;
  margin-bottom: -5px;
  margin-right: 7px;
}

[type="checkbox"]:checked + label:before {
  background-position: 100% 100%;
}

#rb_submit {
  font-weight: 700;
  font-size: 16px;
  display: block;
  width: 122px;
  height: 29px;
  border: 0;
  outline: 0;
  background: #f2f0dd;
  color: #00923e;
  cursor: pointer;
  margin-top: 6px;
}

@media (max-width: 640px) {
  .rb_column_6 {
    width: 100%;
  }
  .rb_header_text {
    padding-top: 0;
  }
  .rb_header_text p {
    padding-top: 0;
    font-size: 15px;
  }
  .rb_header_text p b {
    font-size: 16px;
  }
}
