/*----- Proxima Nova -----*/
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url(/assets/proxima_nova_semi_bold-webfont-ac841d18ad230eb5a1ec2e9b522cb216c70dd8ea7b7ec3da1395370ae7c184cd.woff2) format("woff2"), url(/assets/proxima_nova_semi_bold-webfont-2041571fb6f24c637b03dce17b74ede9a8388de19d88901c57b225ae2037dacc.woff) format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_novalight';
  src: url(/fonts/proxima_nova_light-webfont.woff2) format("woff2"), url(/fonts/proxima_nova_light-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url(/assets/proxima_nova_regular-webfont-ad5758b277318caaf5e037e033ab3f508465807e12412acd891f704584ca7dd1.woff2) format("woff2"), url(/assets/proxima_nova_regular-webfont-631d71b715369416af01b4e8e8890666ab44a283d7fbab3776620df25d57227a.woff) format("woff");
  font-weight: normal;
  font-style: normal; }
.slect_btn input[type="file"] {
  display: none; }

.slect_btn {
  width: 136px;
  float: left;
  margin-top: 18px; }

.custom_file_upload {
  background-color: #f1f4f5;
  width: 104px;
  display: block;
  text-align: center;
  height: 44px;
  line-height: 44px;
  color: #00a3e7 !important;
  font-size: 17px;
  border: 1px solid #dbdbdb;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none; }

/*----- Proxima  Nova Bold -----*/
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url(/fonts/font/proxima-nova-bold-58bd78a0818eb-webfont.woff2) format("woff2"), url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-8eee610eaa9e4d89694138f1c70297282d77692bc73251f4e10d0b25d6ab2381.woff2) format("woff2");
  font-weight: normal;
  font-style: normal; }
/*----- Proxima  Nova Bold -----*/
/*----- Proxima Regular Nova -----*/
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url(/assets/ProximaNova-Regular-7d590a99e193e69b97f86af69f903be9040729565f8ba5a3f8dddbfb03ee97ad.woff) format("woff"), url(/assets/proxima_nova_regular-webfont-631d71b715369416af01b4e8e8890666ab44a283d7fbab3776620df25d57227a.woff) format("woff");
  font-weight: normal;
  font-style: normal; }
/*----- Proxima Nova Regular  -----*/
/*----- Proxima Sami bold Nova -----*/
@font-face {
  font-family: 'proxima_novasemibold';
  src: url(/assets/proxima_nova_semi_bold-webfont-ac841d18ad230eb5a1ec2e9b522cb216c70dd8ea7b7ec3da1395370ae7c184cd.woff2) format("woff2"), url(/assets/proxima_nova_semi_bold-webfont-2041571fb6f24c637b03dce17b74ede9a8388de19d88901c57b225ae2037dacc.woff) format("woff");
  font-weight: normal;
  font-style: normal; }
/*----- Proxima Sami bold Nova -----*/
/*----- Proxima Nova -----*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0; }

.popup_custom_addPark_main {
  -moz-box-sizing: unset;
  -webkit-box-sizing: unset;
  box-sizing: unset; }

.overlay_modal_addPark.modal_3_426vh {
  height: 426vh; }

.popup_custom_addPark_main.add_new_top_e {
  margin-top: 130px; }

.main_inner_header_addPark.inner_man_hlf_e {
  top: 65px; }

.on_click_modal_div {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center; }

.on_click_btn {
  font-size: 1em;
  padding: 10px;
  color: red;
  border: 2px solid blue;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out; }

.on_click_btn:hover {
  background: blue; }

.overlay_modal_addPark {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  right: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.87);
  display: none;
  -webkit-overflow-scrolling: touch; }

.overlay_modal_addPark.active {
  display: block; }

.popup_custom_addPark_main {
  background: #fff;
  border-radius: 10px;
  overflow-y: auto;
  z-index: 999;
  width: 486px;
  transition: all 5s ease-in-out;
  margin: 0 auto;
  margin-top: 169.5px;
  position: relative;
  padding-bottom: 50px;
  padding-left: 126px;
  padding-right: 126px;
  padding-top: 50px; }

.popup_custom_addPark_main .close {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333; }

.popup_custom_addPark_main .close:hover {
  color: #06D85F; }

.popup_custom_addPark_main .content {
  max-height: 30%;
  overflow: auto; }

.clear {
  clear: both; }

.main_inner_header_addPark {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 75%;
  margin: 0 auto;
  top: 105px;
  z-index: 10292929; }

.submit_cle_btn {
  position: absolute;
  right: 15px;
  top: 80px; }

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

.add_new_park_head h3 {
  text-align: center;
  margin: 0;
  font-size: 24px;
  font-family: 'proxima_novasemibold';
  color: #000000;
  padding-bottom: 30px;
  padding-top: 15px; }

.custom_frm_group_addPark label {
  display: block;
  font-size: 15px;
  font-family: 'proxima_novasemibold';
  color: #191919;
  margin-bottom: 12px; }

.custom_frm_group_addPark input {
  border: 1px solid #dbdbdb;
  width: 100%;
  padding: 17px;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px; }

.custom_frm_group_addPark input::placeholder {
  line-height: 15px;
  font-size: 16px; }

.custom_frm_group_addPark {
  text-align: start;
  margin-bottom: 30px; }

.custom_frm_group_addPark ::placeholder {
  font-size: 17px;
  font-family: 'ProximaNova-Regular';
  color: #191919;
  opacity: 1; }

.custom_frm_group_addPark textarea {
  border: 1px solid #dbdbdb; }

.error {
  color: #e86352;
  line-height: 21px;
  padding-top: 5px;
  letter-spacing: 0.6px;
  font-family: 'proxima_nova_rgregular'; }

.file_select {
  width: 105px;
  background-color: #f1f4f5;
  display: block;
  text-align: center;
  font-size: 17px;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  color: #00a3e7;
  font-family: 'proxima_novasemibold';
  border: 1px solid #dbdbdb; }

file_slect {
  border: 1px dashed #a8aaab;
  background: #c13b02;
  text-align: center;
  padding-top: 35px;
  cursor: pointer;
  float: left;
  width: 165px;
  height: 50px;
  margin: 7px;
  position: relative;
  opacity: 1; }

.slect_btn_file {
  width: 106px;
  float: left;
  position: relative;
  top: 15px; }

.custom_frm_group_addPark.mrg_15 label {
  margin-bottom: 15px; }

.sml_gray_clr {
  color: #7f7f7f;
  font-family: 'ProximaNova-Regular'; }

.uplodader_img {
  position: relative; }

.uplodader_img img {
  padding-left: 30px; }

.uplodader_img a img {
  position: absolute;
  right: 0;
  width: 18px; }

.uplodader_img {
  position: relative;
  width: 110px;
  overflow: auto;
  margin-bottom: 30px; }

#publish_park_btn_a {
  width: 256px;
  background-color: #00a3e7;
  display: block;
  text-align: center;
  height: 58px;
  line-height: 59px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-family: 'proxima_nova_rgbold';
  border-radius: 40px;
  margin: 0 auto;
  text-decoration: none;
  cursor: pointer;
  border: none; }

.publish_park_btn {
  width: 100%;
  float: left; }

#publish_park_btn_a:hover {
  background-color: #4cbfee; }

#publish_park_btn_a:focus {
  outline-style: none; }

.main_prnt_addpark {
  position: relative; }

.custom_frm_group_addPark textarea {
  width: 100%;
  padding-left: 16px;
  padding-top: 18px;
  padding-right: 15px;
  height: 110px;
  color: red;
  font-size: 17px;
  font-family: 'ProximaNova-Regular';
  color: #191919;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  resize: none; }

.custom_frm_group_addPark textarea::placeholder {
  font-size: 17px;
  font-family: 'ProximaNova-Regular';
  color: #191919;
  opacity: 1; }

.custom_frm_group_addPark select {
  width: 486px;
  padding-left: 15px;
  padding-right: 15px;
  height: 50px;
  font-size: 17px;
  font-family: 'proxima_novasemibold';
  color: #191919;
  opacity: 1;
  background: url(/partners/icon-slect-arrow.png) no-repeat right;
  -webkit-appearance: none;
  background-position-x: 456px;
  border: 1px solid #dbdbdb; }

@media only screen and (max-width: 767px) {
  .popup_custom_addPark_main {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 5%;
    margin-right: 5%; }

  .main_inner_header_addPark {
    width: 91%; }

  .main_inner_header_addPark div img {
    width: 100px; }

  .custom_frm_group_addPark input {
    width: 90%; }

  .addPark_frm {
    margin: 0 auto;
    width: 90%;
    padding-left: 15px;
    padding-right: 15px; }

  .custom_frm_group_addPark select {
    width: 101%;
    background-position-x: 95%; }

  .custom_frm_group_addPark textarea {
    width: 90%; }

  .publish_park_btn_a {
    width: 100%;
    font-family: 'ProximaNova-Regular'; }

  .popup_custom_addPark_main.add_new_top_e {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    margin-bottom: 60px;
    padding-bottom: 10px; }

  .main_inner_header_addPark.inner_man_hlf_e {
    top: 15px; }

  .overlay_modal_addPark.main_z_index {
    z-index: 100000000000000; }

  #publish_park_btn_a {
    font-family: 'ProximaNova-Regular';
    width: 100%; }

  .add_new_cls_btn_e {
    position: absolute;
    right: 15px;
    top: 60px; }

  .add_new_park_head .ad_new_h3 {
    padding-bottom: 20px; }

  .publish_park_btn {
    margin-bottom: 30px; } }
#perk_company_logo {
  position: absolute;
  width: 100px !important;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 9;
  opacity: 0; }

.browse {
  background-color: red;
  position: relative;
  top: 0px;
  color: white;
  font-size: 22px; }

#blah {
  height: 78px;
  width: 78px;
  border: 0px;
  float: left;
  margin-bottom: 30px; }

.closebtn img {
  position: relative;
  left: -12px;
  top: -8px;
  width: 20px; }

.closebtn {
  display: none; }

.closebtun {
  display: none; }
