.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
html {
  width: 100%;
  height: 100%;
  min-height: 800px;
  min-width: 320px;
  position: relative;
}
html body {
  height: 100%;
  min-width: 320px;
}
html body h2 {
  font-size: 40px;
}
#map-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
#map-canvas .olPopup {
  overflow: initial !important;
  background: none !important;
}
#map-canvas .olPopup:hover {
  z-index: 9999 !important;
}
#map-canvas .olPopup > div {
  overflow: initial !important;
}
#map-canvas #radar {
  z-index: 200 !important;
  overflow: hidden !important;
}
#map-canvas #radar .radar {
  width: 140vh;
  height: 140vh;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -70vh;
  margin-top: -70vh;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 66px 6px rgba(165, 20, 20, 0.5);
  -webkit-animation: shadow 2s infinite ease;
  animation: shadow 2s infinite ease;
}
#map-canvas #radar .radar .pointer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50%;
  will-change: transform;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: linear-gradient(135deg, rgba(5, 162, 185, 0.8) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-clip-path: polygon(100% 0, 100% 10%, 50% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 10%, 50% 100%, 0 100%, 0 0);
  -webkit-animation: rotate360 5s infinite linear;
  animation: rotate360 5s infinite linear;
}
#map-canvas #OpenLayers_Layer_OSM_3:after {
  content: '';
  width: 5000px;
  height: 5000px;
  display: block;
  position: absolute;
  left: -1250px;
  top: -2500px;
}
#map-canvas .map_profile {
  position: relative;
  width: 104px;
  height: 134px;
  overflow: hidden;
  left: -52px;
  top: -96px;
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0.9);
  cursor: pointer;
  z-index: 9998;
}
#map-canvas .map_profile .inner {
  text-align: center;
  position: relative;
  font-size: 11px;
  z-index: 9999;
}
#map-canvas .map_profile .inner img.img {
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background: #f7f7f7;
}
#map-canvas .map_profile.map_profile_small {
  transform: scale(0.4);
  z-index: 9999;
}
#map-canvas .map_profile svg {
  fill: #fe6be3;
}
#header {
  background: #fe6be3;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  z-index: 999;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
#header .inner-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}
#header #search {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
}
#header #search .inner {
  position: relative;
  max-width: 300px;
  cursor: pointer;
}
#header #search .inner label {
  top: 0;
  left: 0;
  margin: 0;
  color: #777;
  position: absolute;
  border-right: #ccc 1px solid;
  height: 24px;
  line-height: 24px;
  width: 26px;
  text-align: center;
}
#header #search .inner label i {
  color: #333;
}
#header #search .inner input {
  border: #ccc 1px solid;
  width: 100%;
  border-radius: 3px;
  font-weight: bold;
  color: #333;
  padding: 0 5px 0 30px;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
}
#header #search .inner select {
  position: absolute;
  top: 0;
  right: 0;
  background: #cccccc;
  color: #333;
  border-radius: 0 3px 3px 0;
  border: 0;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  padding: 0 15px;
  font-size: 12px;
}
#header #search .inner select:disabled {
  opacity: 1 !important;
}
#header #search .inner select::-ms-expand {
  display: none;
}
#header #search:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
#header #logo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
#header #actions {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0;
  text-align: right;
}
#header #actions .item {
  display: inline-block;
  border: 0;
  background: #2aa52a;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 3px 10px 3px 10px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.4s;
}
#header #actions .item:hover {
  opacity: 0.8;
}
#header #actions .item i {
  width: 20px !important;
}
#header #actions .item.loggin {
  background: #000;
  color: #fff;
}
.container-form {
  position: relative;
  top: 200px;
}
.registration-form {
  opacity: 1;
  background: #fff;
  color: #333;
  position: absolute;
  z-index: 999;
  width: 340px;
  text-align: center;
  left: 50%;
  margin-left: -170px;
  -webkit-box-shadow: 0 50px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 50px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 50px 40px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.registration-form .form-header {
  position: relative;
  padding: 20px 15px 3px;
  border-radius: 10px 10px 0 0;
  background: #fe6be3;
  color: #333;
}
.registration-form .form-header .h1 {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 10px;
}
.registration-form .form-header .h1 span {
  color: white;
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.registration-form .form-header .form-counter {
  position: relative;
  background: #2aa52a;
  color: #fff;
  padding: 3px 0;
  font-size: 10px;
  border-radius: 3px;
  font-weight: bold;
}
.registration-form .form-header .form-subheader {
  position: relative;
  font-size: 12px;
  padding: 10px 10px 0;
  font-style: italic;
  line-height: 1.2;
}
.registration-form .bg {
  width: 100%;
  height: 50px;
  margin-top: -3px;
  overflow: hidden;
}
.registration-form .bg .inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.registration-form .bg .inner .stripe {
  background: #fe6be3;
  left: -44px;
  bottom: 25px;
  position: absolute;
  width: 500px;
  height: 250px;
  transform: rotate(-5deg);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.registration-form .bg .inner .stripe .dotted {
  position: absolute;
  bottom: 10px;
  width: 100%;
  border-bottom: 2px dashed #333;
  opacity: 0.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.registration-form .form-content {
  margin-bottom: 25px;
  margin-top: 0;
  position: relative;
}
.registration-form .form-content .steps {
  width: 270px;
  background: #fafafa;
  border: 1px solid #dddddd;
  color: #333;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 3px;
}
.registration-form .form-content .steps .step .step-header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.registration-form .form-content .steps .step .step-subheader {
  font-size: 11px;
  padding: 0 0 10px;
  color: #999;
}
.registration-form .form-content .steps .step .item,
.registration-form .form-content .steps .step .reg_btn {
  display: inline-block;
  background: #ccc;
  color: #fff;
  padding: 3px 0;
  width: 80px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  border: 0;
  transition: all 0.4s;
}
.registration-form .form-content .steps .step .item:hover,
.registration-form .form-content .steps .step .reg_btn:hover,
.registration-form .form-content .steps .step .item.active,
.registration-form .form-content .steps .step .reg_btn.active {
  background: #fe6be3;
}
.registration-form .form-content .steps .step .item:hover,
.registration-form .form-content .steps .step .reg_btn:hover {
  opacity: 0.8;
}
.registration-form .form-content .steps .step .item.width-auto {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.registration-form .form-content .steps .step .reg_btn {
  width: auto;
  padding: 3px 10px;
}
.registration-form .form-content .steps .step .reg_btn:active {
  outline: none;
}
.registration-form .form-content .steps .step .digi {
  width: 35px;
}
.registration-form .form-content .steps .step .field {
  padding: 0 10px;
  position: relative;
}
.registration-form .form-content .steps .step .field input {
  padding: 3px 10px;
  line-height: initial;
  height: initial;
}
.registration-form .form-content .steps .step .step-content {
  margin-bottom: -22px;
}
.registration-form .form-profiles {
  padding: 0 10px;
  margin-bottom: -26px;
}
.registration-form .form-profiles .inner {
  height: 54px;
  overflow: hidden;
}
.registration-form .form-profiles .inner .item {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  padding: 2px;
  cursor: pointer;
  width: 60px;
}
.registration-form .form-profiles .inner .item .img {
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
  top: -2px;
}
.registration-form .form-profiles .inner .item .img img {
  width: 50px;
  height: 50px;
}
.registration-form .form-footer {
  position: relative;
  bottom: 0;
  padding: 7px 10px;
  background: #ffffff;
  color: #555;
  margin: 10px 0 5px;
}
.registration-form .form-footer .privacy {
  color: #999;
  font-size: 10px;
}
.registration-form .form-footer .privacy a {
  color: #555;
  font-weight: bold;
}
.registration-form span.help-inline {
  color: red;
  position: absolute;
  font-size: 10px;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -13px;
}
.registration-form #register.shakeIt {
  -webkit-animation-name: shake;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
}
#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  background: #ffffff;
  color: #767676;
  padding: 15px 0;
  -webkit-box-shadow: 0px 75px 30px 100px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 75px 30px 100px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 75px 30px 100px rgba(0, 0, 0, 0.3);
  z-index: 999;
  font-size: 12px;
}
#footer p {
  margin: 0;
}
#footer p span {
  margin-right: 10px;
}
#footer p a {
  color: #767676;
  margin: 0 10px;
  transition: all 0.4s;
}
#footer p a:hover {
  text-decoration: none;
  color: #fe6be3;
}
.regProc {
  display: none;
  position: absolute;
  font-size: 10px;
  color: green;
  bottom: -24px;
  left: 50%;
  margin-left: -72px;
  text-align: left;
}
@media (max-width: 1199px) {
  #header #search .inner {
    margin: 0 50px 0 auto;
  }
}
@media (max-width: 991px) {
  #header #logo {
    text-align: left;
  }
  #header #logo img {
    height: 40px;
    width: auto;
  }
  #header #search {
    display: none !important;
  }
}
@media (max-width: 767px) {
  html {
    min-height: 600px;
  }
  .container-form {
    top: 100px;
  }
  #header .container {
    padding: 0;
  }
  #header #logo {
    padding: 0 0 0 15px;
  }
  #header #actions {
    text-align: right;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 15px 0 0;
  }
  #footer {
    font-size: 10px;
  }
  #footer p a {
    margin: 0 5px;
  }
}
@media (max-width: 620px) {
  #header {
    text-align: center;
    padding: 5px 0;
  }
  #header .inner #logo {
    float: none;
  }
  #header .inner #logo img {
    height: auto;
    max-height: 60px;
  }
  #header .inner #header-btns {
    display: none;
  }
}
@media (max-width: 570px) {
  #header #actions .item {
    width: 50px;
  }
  #header #actions .item span {
    display: none;
  }
}
@media (max-width: 420px) {
  #header #actions .item {
    width: 40px;
  }
  #footer .site-name {
    display: none;
  }
}
@media (max-width: 390px) {
  .registration-form {
    width: 280px;
    margin-left: -140px;
  }
  .registration-form .form-header {
    font-size: 16px;
  }
  .registration-form .form-subheader {
    font-size: 12px;
  }
  .registration-form .form-content .steps {
    width: 250px;
  }
  .registration-form .form-footer {
    margin: 15px 0 5px;
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes shadow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes shadow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes example {
  0% {
    color: white;
  }
  50% {
    color: #333;
  }
}
@keyframes shake {
  10%,
  90% {
    transform: rotate(-1deg);
  }
  20%,
  80% {
    transform: rotate(1deg);
  }
  30%,
  50%,
  70% {
    transform: rotate(-1deg);
  }
  40%,
  60% {
    transform: rotate(1deg);
  }
}
.new-styles .registration-form .form-content .steps .step .step-subheader {
  padding: 7px 0 17px;
}
.new-styles .agreement-area {
  margin-right: 10px;
  margin-left: 10px;
  height: 31px;
  margin-bottom: 8px;
}
.new-styles .step-agreement .next-btn {
  position: relative;
}
@media (max-width: 390px) {
  .new-styles .registration-form .form-header .form-counter .shorter {
    display: none;
  }
}
