* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100vh;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  text-align: left;
  color: #3c3c46;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

.show {
  display: block;
  transition: 0.3s;
}

.hide {
  display: none;
  transition: 0.3s;
}

img.px_icon {
  width: 120px;
  height: 120px;
  border: 0;
}

div.px_top_logo {
  overflow: hidden;
  position: fixed;
  z-index: 99988;
  top: 0;
  left: 12.5%;
  width: 240px;
  height: 145px;
  background-image: url(../images/logo.png);
  transition: 1s;
}

div.px_top_logo_scroll {
  overflow: hidden;
  position: fixed;
  z-index: 99988;
  top: -95px;
  left: 12.5%;
  width: 240px;
  height: 145px;
  background-image: url(../images/logo_scroll.png);
  transition: 1s;
}

div.px_top_nav {
  overflow: hidden;
  background-color: #52a8ce;
  position: fixed;
  z-index: 99977;
  top: 0;
  width: 100%;
  height: 70px;
  transition: 1s;
}

div.px_top_nav_scroll {
  overflow: hidden;
  background-color: #3c3c46;
  position: fixed;
  z-index: 99977;
  top: 0;
  width: 100%;
  height: 50px;
  transition: 1s;
}

div.px_top_nav_in {
  float: right;
  width: calc(75% - 240px);
  transition: 1s;
}

div.px_top_nav_in a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 25px 5px 25px 15px;
  text-transform: uppercase;
  transition: 1s;
}

div.px_top_nav_in a:hover {
  color: #3c3c46;
}

img.nav_flag {
  width: 24px;
  height: auto;
  border: 0px;
}

div.px_top_nav_flags {
  float: right;
  width: 12.5%;
  transition: 1s;
  text-align: right;
}

div.px_top_nav_flags p {
  padding: 25px 15px 0px 0px;
  margin: 0;
  transition: 1s;
}

div.px_top_nav_flags a {
  text-decoration: none;
  display: inline;
  padding: 0px 2px 0px 2px;
  margin: 0;
}

div.px_top_nav_in_scroll {
  float: right;
  width: calc(75% - 240px);
  /*margin-right: 12.5%;*/
  transition: 1s;
}

div.px_top_nav_in_scroll a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 15px 5px 15px 20px;
  text-transform: uppercase;
  transition: 1s;
}

div.px_top_nav_in_scroll a:hover {
  color: #27aad2;
}

div.px_top_nav_flags_scroll {
  float: right;
  width: 12.5%;
  transition: 1s;
  text-align: right;
}

div.px_top_nav_flags_scroll p {
  padding: 15px 15px 0px 0px;
  margin: 0;
  transition: 1s;
}

div.px_top_nav_flags_scroll a {
  text-decoration: none;
  display: inline;
  padding: 0px 2px 0px 2px;
  margin: 0;
}

div.px_top_nav_link {
  float: right;
}

@media (max-width: 1400px) {
  div.px_top_nav_in a {
    font-size: 17px;
    padding: 25px 0px 25px 15px;
  }

  div.px_top_nav_in_scroll a {
    font-size: 17px;
    padding: 15px 0px 15px 15px;
  }
}

@media (max-width: 1300px) {
  div.px_top_nav_in a {
    letter-spacing: -1px;
  }

  div.px_top_nav_in_scroll a {
    letter-spacing: -1px;
  }
}

@media (max-width: 1280px) {
  div.px_top_logo {
    left: 7.5%;
  }

  div.px_top_logo_scroll {
    left: 7.5%;
  }

  div.px_top_nav_flags {
    width: 10%;
  }

  div.px_top_nav_flags_scroll {
    width: 10%;
  }

  div.px_top_nav_in {
    float: right;
    width: calc(85% - 240px);
    transition: 1s;
  }

  div.px_top_nav_in a {
    font-size: 15px;
    letter-spacing: 0px;
  }

  div.px_top_nav_in_scroll {
    float: right;
    width: calc(85% - 240px);
    transition: 1s;
  }

  div.px_top_nav_in_scroll a {
    font-size: 15px;
    letter-spacing: 0px;
  }
}

@media (max-width: 1140px) {
  div.px_top_nav_in a {
    font-size: 14px;
    letter-spacing: 0px;
  }

  div.px_top_nav_in_scroll a {
    font-size: 14px;
    letter-spacing: 0px;
  }

  div.px_top_nav_in a {
    padding: 25px 0px 25px 10px;
  }

  div.px_top_nav_in_scroll a {
    padding: 15px 0px 15px 10px;
  }
}

@media (max-width: 1024px) {
  img.nav_flag {
    width: 24px;
    height: auto;
    border: 0px;
    margin: 0px 0px 0px 4px;
  }

  div.px_top_nav_in {
    display: none;
  }

  div.px_top_nav_in_scroll {
    display: none;
  }

  div.px_top_nav_flags p {
    padding: 25px 10px 0px 0px;
    margin: 0;
    transition: 1s;
  }

  div.px_top_nav_flags_scroll p {
    padding: 15px 10px 0px 0px;
    margin: 0;
    transition: 1s;
  }
}

@media (max-width: 990px) {
  div.px_top_logo {
    overflow: hidden;
    position: fixed;
    z-index: 99988;
    top: 0;
    left: 5%;
    width: 240px;
    height: 145px;
    background-image: url(../images/logo.png);
    transition: 1s;
  }

  div.px_top_logo_scroll {
    overflow: hidden;
    position: fixed;
    z-index: 99988;
    top: -95px;
    left: 5%;
    width: 240px;
    height: 145px;
    background-image: url(../images/logo_scroll.png);
    transition: 1s;
  }

  div.px_top_nav {
    overflow: hidden;
    background-color: #52a8ce;
    position: fixed;
    z-index: 99977;
    top: 0;
    width: 100%;
    height: 70px;
    transition: 1s;
  }

  div.px_top_nav_scroll {
    overflow: hidden;
    background-color: #3c3c46;
    position: fixed;
    z-index: 99977;
    top: 0;
    width: 100%;
    height: 50px;
    transition: 1s;
  }

  div.px_top_nav_flags {
    float: right;
    width: 50%;
    transition: 1s;
    text-align: right;
  }

  div.px_top_nav_flags p {
    padding: 25px 20px 0px 0px;
    margin: 0;
    transition: 1s;
  }

  div.px_top_nav_flags a {
    text-decoration: none;
    display: inline;
    padding: 0px 4px 0px 4px;
    margin: 0;
  }

  div.px_top_nav_in_scroll {
    display: none;
  }

  div.px_top_nav_flags_scroll {
    float: right;
    width: 50%;
    transition: 1s;
    text-align: right;
  }

  div.px_top_nav_flags_scroll p {
    padding: 15px 20px 0px 0px;
    margin: 0;
    transition: 1s;
  }

  div.px_top_nav_flags_scroll a {
    text-decoration: none;
    display: inline;
    padding: 0px 4px 0px 4px;
    margin: 0;
  }

  div.px_top_nav_link {
    float: right;
  }
}

@media (max-width: 768px) {
  div.px_top_logo {
    overflow: hidden;
    position: fixed;
    z-index: 99988;
    top: 0;
    left: 0px;
    width: 240px;
    height: 145px;
    background-image: url(../images/logo.png);
    transition: 1s;
  }

  div.px_top_logo_scroll {
    overflow: hidden;
    position: fixed;
    z-index: 99988;
    top: -95px;
    left: 0px;
    width: 240px;
    height: 145px;
    background-image: url(../images/logo_scroll_mobile.png);
    transition: 1s;
  }

  div.px_top_nav_flags p {
    padding: 25px 15px 0px 0px;
    margin: 0;
    transition: 1s;
  }

  div.px_top_nav_flags a {
    text-decoration: none;
    display: inline;
    padding: 0px 3px 0px 3px;
    margin: 0;
  }

  div.px_top_nav_flags_scroll p {
    padding: 15px 15px 0px 0px;
    margin: 0;
    transition: 1s;
  }

  div.px_top_nav_flags_scroll a {
    text-decoration: none;
    display: inline;
    padding: 0px 3px 0px 3px;
    margin: 0;
  }
}

@media (max-width: 360px) {
  div.px_top_logo {
    overflow: hidden;
    position: fixed;
    z-index: 99988;
    top: 0;
    left: 0px;
    width: 210px;
    height: 145px;
    background-image: url(../images/logo_s.png);
    transition: 1s;
  }

  div.px_top_logo_scroll {
    overflow: hidden;
    position: fixed;
    z-index: 99988;
    top: -95px;
    left: 0px;
    width: 210px;
    height: 145px;
    background-image: url(../images/logo_scroll_mobile_s.png);
    transition: 1s;
  }
}

div.px_bottom_nav {
  display: none;
  overflow: hidden;
  background-color: #27aad2;
  position: fixed;
  z-index: 99977;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0px -2px 2px -2px #dadada;
  -moz-box-shadow: 0px -2px 2px -2px #dadada;
  box-shadow: 0px -2px 2px -2px #dadada;
  height: 50px;
}

div.px_bottom_nav_buttons {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

div.px_bottom_nav_buttons ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0px 0px 0px 0px;
  justify-content: center;
}

div.px_bottom_nav_buttons li {
  list-style: none;
  flex: 0 0 25%;
  padding: 0px;
}

div.px_bottom_nav_buttons a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  padding: 27px 0px 0px 0px;
  margin: 0;
  text-decoration: none;
  display: block;
}

div.px_bottom_home {
  width: 100%;
  background-image: url(home.svg);
  background-position: center top 5px;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}

div.px_bottom_opportunities {
  width: 100%;
  background-image: url(opportunities.svg);
  background-position: center top 5px;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}

div.px_bottom_search {
  width: 100%;
  background-image: url(search.svg);
  background-position: center top 5px;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}

div.px_bottom_selling {
  width: 100%;
  background-image: url(selling.svg);
  background-position: center top 5px;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}

div.px_bottom_menu {
  width: 100%;
  background-image: url(menu.svg);
  background-position: center top 5px;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  transition: ease-in-out 0.3s;
}

div.px_bottom_menu_close {
  width: 100%;
  background-image: url(close.svg);
  background-position: center top 5px;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  transition: ease-in-out 0.3s;
}

div.px_bottom_nav_menu_none {
  width: 100%;
  display: none;
  transition: ease-in-out 0.3s;
}

@media (max-width: 1024px) {
  div.px_bottom_nav {
    display: block;
  }
}

div.mobile_menu_active {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 100px);
  position: fixed;
  right: 0px;
  bottom: 50px;
  z-index: 99999;
  background-color: #3c3c46;
  transition: ease-in-out 0.6s;
  overflow-y: auto;
}

div.mobile_menu_active ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 25px 30px 25px;
  justify-content: center;
  align-content: flex-end;
}

div.mobile_menu_active li {
  list-style: none;
  flex: 0 0 100%;
  padding: 0px 0px 3px 0px;
}

div.mobile_menu_active a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 12px 12px 12px 22px;
  margin: 0;
  text-decoration: none;
  display: block;
}

div.mobile_menu {
  display: flex;
  overflow: hidden;
  width: 360px;
  height: calc(100vh - 100px);
  position: fixed;
  right: -440px;
  bottom: 50px;
  z-index: 99999;
  background-color: #3c3c46;
  transition: ease-in-out 0.3s;
  overflow-y: auto;
  position: fixed;
}

div.mobile_menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 25px 30px 25px;
  justify-content: center;
  margin-bottom: auto;
}

div.mobile_menu li {
  list-style: none;
  flex: 0 0 100%;
  padding: 0px 0px 3px 0px;
}

div.mobile_menu a {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 12px 12px 12px 12px;
  margin: 0;
  text-decoration: none;
  display: block;
}

div.mobile_menu_cell {
  width: 100%;
  border-radius: 9px;
  background-color: #27aad2;
}

div.px_home {
  width: 100%;
  height: 70px;
  float: left;
  transition: 1s;
}

div.px_home_scroll {
  width: 100%;
  height: 0px;
  float: left;
  transition: 1s;
}

div.px_slide {
  width: 100%;
  float: left;
  transition: 1s;
}

div.px_slide_mobile {
  width: 100%;
  float: left;
  transition: 1s;
}

div.px_slide_scroll {
  width: 100%;
  height: 85vh;
  float: left;
  transition: 1s;
}

div.px_slide_image {
  width: 100%;
  height: 85vh;
  background-image: url(../images/slide2.jpg);
  background-size: cover;
}

#pxSlideShow {
  position: relative;
  /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
  overflow: hidden;
  /* to bound the empty top space created by inner element's top margin */
  width: 100%;
  min-height: 85vh;
  background-size: cover;
  z-index: 9999;
}

div.px_slide_banner {
  width: 100%;
  position: relative;
  max-height: 400px;
  min-height: 400px;
  margin-top: -340px;
  z-index: 9999;
}

div.px_slide_banner_mobile {
  width: 100%;
  position: relative;
  margin-top: -240px;
  z-index: 9999;
}

div.px_slide_banner_content {
  margin: 0px 12.5% 0px 12.5%;
}

div.px_slide_banner_content_top {
  width: 100%;
  height: 70px;
  float: left;
}

div.px_slide_banner_content_bottom {
  width: 100%;
  height: 330px;
  float: left;
}

div.px_slide_banner_title {
  width: 70%;
  float: left;
  height: 55px;
  padding: 15px 0px 0px 0px;
  background-color: #52a8ce;
}

div.px_slide_banner_title h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 100;
  letter-spacing: 15px;
  margin: 5px 0px 5px 0px;
  color: #ffffff;
  text-transform: uppercase;
}

div.px_slide_banner_title1 {
  width: 33%;
  float: left;
  text-align: center;
}

div.px_slide_banner_title2 {
  width: 33%;
  float: left;
  text-align: center;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

div.px_slide_banner_title3 {
  width: 33%;
  float: left;
  text-align: center;
}

div.px_slide_banner_title_right {
  width: 30%;
  float: left;
}

div.px_slide_banner_content_text {
  width: 70%;
  float: left;
  background-color: #3c3c46;
  max-height: 300px;
  min-height: 300px;
}

div.px_slide_banner_content_text h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 25px 40px 15px 40px;
  color: #27aad2;
}

div.px_slide_banner_content_text p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin: 5px 40px 5px 40px;
  color: #ffffff;
}

@media (max-width: 1024px) {
  div.px_slide_banner_content_text h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 25px 30px 15px 30px;
    color: #27aad2;
  }

  div.px_slide_banner_title h3 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 100;
    letter-spacing: 15px;
    margin: 5px 0px 5px 0px;
    color: #ffffff;
    text-transform: uppercase;
  }

  div.px_slide_banner_content_text p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 5px 30px 5px 30px;
    color: #ffffff;
  }
}

@media (max-width: 990px) {
  div.px_slide_banner {
    width: 100%;
    max-height: 1400px;
    min-height: 400px;
    margin-top: -340px;
  }
}

@media (max-width: 920px) {
  div.px_slide_banner_content_text h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 15px 30px 10px 30px;
    color: #27aad2;
  }

  div.px_slide_banner_title h3 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 100;
    letter-spacing: 10px;
    margin: 5px 0px 5px 0px;
    color: #ffffff;
    text-transform: uppercase;
  }

  div.px_slide_banner_content_text p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin: 5px 30px 5px 30px;
    color: #ffffff;
  }
}

@media (max-width: 920px) {
  div.px_slide_banner_content_text h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 4px;
    margin: 15px 30px 10px 30px;
    color: #27aad2;
  }
}

div.px_slide_banner_content_image {
  width: 30%;
  height: 300px;
  float: left;
  background-image: url(../images/meeting.jpg);
  background-size: cover;
}

@media (max-width: 767px) {
  div.px_slide_image {
    width: 100%;
    height: 85vh;
    background-image: url(../images/slide2.jpg);
    background-size: cover;
  }

  div.px_slide_banner_title {
    width: 100%;
    float: left;
    height: 55px;
    padding: 15px 0px 0px 0px;
    background-color: #52a8ce;
  }

  div.px_slide_banner_title h3 {
    font-size: 19px;
    line-height: 30px;
    font-weight: 100;
    letter-spacing: 2px;
    margin: 5px 0px 5px 0px;
    color: #ffffff;
    text-transform: uppercase;
  }

  div.px_slide_banner_content_text {
    width: 100%;
    float: left;
    background-color: #3c3c46;
    max-height: 1600px;
    min-height: 100px;
  }

  div.px_slide_banner_content_image {
    display: none;
  }

  div.px_slide_banner_content_text p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin: 5px 30px 30px 30px;
    color: #ffffff;
  }

  div.px_slide_banner_content_bottom {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 30px 0px;
  }
}

div.px_page_separator {
  width: 100%;
  float: left;
}

div.px_page_separator_line {
  margin: 0px 25% 0px 25%;
  text-align: center;
  border-bottom: #cacae0 solid 1px;
}

div.px_page_float {
  width: 100%;
  float: left;
}

div.px_page_1 {
  width: 100%;
  float: left;
  padding: 0px 0px 100px 0px;
}

div.px_page_1_content_top {
  margin: 0px 20% 0px 20%;
  text-align: center;
}

div.px_page_1_content_top h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0px 20px 15px 20px;
  color: #27aad2;
  text-transform: uppercase;
}

div.px_page_1_content_top p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin: 5px 40px 5px 40px;
}

div.px_page_1_content_line {
  margin: 60px 40% 60px 40%;
  text-align: center;
  border-bottom: #cacae0 solid 1px;
}

div.px_page_1_content_bottom {
  margin: 50px 12.5% 0px 12.5%;
  text-align: center;
}

div.px_page_1_content_bottom h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 15px 20px 15px 20px;
  color: #27aad2;
  text-transform: uppercase;
}

div.px_page_1_content_bottom h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 15px 20px 15px 20px;
  color: #27aad2;
  text-transform: uppercase;
}

div.px_page_1_content_bottom h3 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  padding: 5px 30px 5px 30px;
}

div.px_page_1_content_bottom p {
  margin: 5px 0px 5px 0px;
}

div.px_page_1_content_bottom a {
  color: #3c3c46;
  text-decoration: none;
  display: block;
}

div.px_page_1_content_bottom a:hover {
  color: #3c3c46;
  text-decoration: none;
}

div.px_page_1_content_bottom1 {
  width: 33%;
  float: left;
}

div.px_page_1_content_bottom2 {
  width: 34%;
  float: left;
}

div.px_page_1_content_bottom3 {
  width: 33%;
  float: left;
}

div.page_margin {
  margin: 0px 12.5% 0px 12.5%;
}

div.px_page_2 {
  width: 100%;
  float: left;
}

div.px_page_2_content_top {
  margin: 100px 12.5% 0px 12.5%;
  text-align: center;
}

div.px_page_2_content_top h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0px 20px 15px 20px;
  color: #27aad2;
  text-transform: uppercase;
}

div.px_page_2_content_top p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin: 15px 40px 15px 40px;
}

div.px_page_2_content_top a {
  color: #27aad2;
}

div.px_page_2_content_top h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin: 40px 0px 0px 0px;
  padding: 0;
}

div.px_page_2b_content_top {
  margin: 0px 12.5% 50px 12.5%;
  text-align: center;
}

div.px_page_2b_content_top h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 20px 20px 15px 20px;
  color: #27aad2;
  text-transform: uppercase;
}

div.px_page_2b_content_top h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 20px 20px 15px 20px;
  color: #27aad2;
  text-transform: uppercase;
}

@media (max-width: 390px) {
  div.px_page_2b_content_top h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 20px 0px 15px 0px;
    color: #27aad2;
    text-transform: uppercase;
  }
}

div.px_page_2b_content_top p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin: 10px 0px 10px 0px;
}

div.px_page_2b_content_top a {
  color: #27aad2;
}

div.px_page_2b_content_top h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin: 50px 0px 50px 0px;
}

div.px_page_2_table {
  margin: 10px 12.5% 0px 12.5%;
  text-align: center;
}

div.px_page_3_table {
  margin: 30px 12.5% 60px 12.5%;
  text-align: center;
}

div.px_opportunities_table {
  float: left;
  width: 100%;
  padding: 20px 0px 40px 0px;
}

div.px_opportunities_table_scroll {
  overflow: auto;
  /* white-space: nowrap; */
}

div.px_opportunities_table_catch {
  width: 990px;
  margin: 0 auto;
  /*center hack*/
}

@media (max-width: 1280px) {
  div.px_slide_banner_content {
    margin: 0px 7.5% 0px 7.5%;
  }

  div.px_page_1_content_bottom {
    margin: 70px 7.5% 0px 7.5%;
    text-align: center;
  }

  div.px_page_2_content_top {
    margin: 80px 7.5% 0px 7.5%;
    text-align: center;
  }

  div.px_page_2b_content_top {
    margin: 0px 7.5% 50px 7.5%;
    text-align: center;
  }

  div.px_page_2_table {
    margin: 30px 7.5% 0px 7.5%;
  }

  div.px_page_3_table {
    margin: 30px 7.5% 60px 7.5%;
  }

  div.px_page_2_input {
    margin: 20px 7.5% 0px 7.5%;
    text-align: center;
  }

  div.page_margin {
    margin: 0px 7.5% 0px 7.5%;
  }
}

@media (max-width: 990px) {
  div.px_page_1_content_top {
    margin: 0px 7.5% 0px 7.5%;
    text-align: center;
  }

  div.px_page_2_content_top {
    margin: 60px 7.5% 0px 7.5%;
    text-align: center;
  }

  div.px_page_2b_content_top {
    margin: 0px 7.5% 0px 7.5%;
    text-align: center;
  }

  div.px_page_2_table {
    margin: 30px 0px 0px 0px;
  }

  div.px_page_3_table {
    margin: 30px 0px 0px 0px;
  }
}

@media (max-width: 767px) {
  div.px_page_1 {
    width: 100%;
    float: left;
    padding: 0px 0px 20px 0px;
  }

  div.px_page_1_content_top {
    margin: 0px 7.5% 0px 7.5%;
    text-align: center;
  }

  div.px_page_1_content_bottom {
    margin: 0px 7.5% 30px 7.5%;
  }

  div.px_page_1_content_bottom1 {
    width: 100%;
    float: left;
  }

  div.px_page_1_content_bottom2 {
    width: 100%;
    float: left;
  }

  div.px_page_1_content_bottom3 {
    width: 100%;
    float: left;
  }

  div.px_page_1_content_bottom h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding: 5px 10px 45px 10px;
  }

  div.px_page_2_content_top {
    margin: 60px 0px 0px 0px;
    text-align: center;
  }

  div.px_page_2_table {
    margin: 0px 0px 0px 0px;
  }
}

@media (max-width: 550px) {
  div.px_page_1_content_line {
    margin: 30px 40% 30px 40%;
    text-align: center;
    border-bottom: #ffffff solid 1px;
  }

  div.px_opportunities_table {
    float: left;
    width: 100%;
    padding: 0px 0px 10px 0px;
  }

  div.px_page_1_content_top p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin: 5px 10px 5px 10px;
  }

  div.px_page_2_content_top p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin: 15px 10px 20px 10px;
  }

  div.px_page_1_content_bottom {
    margin: 0px 7.5% 10px 7.5%;
  }
}

@media (max-width: 1165px) {
  div.px_opportunities_table_catch {
    width: 100%;
  }
}

div.px_opportunities_table_header {
  float: left;
  width: 100%;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background-color: #27aad2;
  padding: 10px 0px 10px 0px;
}

div.px_opportunities_table_content {
  float: left;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #3c3c46;
  background-color: #ffffff;
  padding: 0px 0px 10px 0px;
}

div.px_opportunities_user_content {
  float: left;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #3c3c46;
  background-color: #ffffff;
  padding: 0px 0px 20px 0px;
}

div.px_opportunities_user_content h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  padding: 0px 0px 0px 0px;
}

.row_devide {
  padding: 15px 0px 15px 0px !important;
  border-bottom: 1px solid #27aad2;
}

div.column_hide_control {
  float: left;
  display: none;
}

div.column_left {
  float: left;
  text-align: left;
  padding: 0px 5px 0px 15px;
}

div.column_right {
  float: left;
  text-align: right;
  padding: 0px 15px 0px 5px;
}

.size1 {
  width: 60px;
}

.size2 {
  width: 160px;
}

.size3 {
  width: 340px;
}

.size4 {
  width: 160px;
}

.size5 {
  width: 120px;
}

@media (max-width: 1165px) {
  .size1 {
    width: 10%;
  }

  .size2 {
    width: 20%;
  }

  .size3 {
    width: 20%;
  }

  .size4 {
    width: 10%;
  }

  .size5 {
    width: 20%;
  }
}

@media (max-width: 1024px) {
  div.px_opportunities_table_header {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  div.px_opportunities_table_content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .size1 {
    width: 8%;
  }

  .size2 {
    width: 24%;
  }

  .size3 {
    width: 24%;
  }

  .size4 {
    width: 8%;
  }

  .size5 {
    width: 16%;
  }
}

@media (max-width: 770px) {
  div.px_opportunities_table_header {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }

  div.px_opportunities_table_content {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
  }

  div.column_left {
    float: left;
    text-align: left;
    padding: 0px 5px 0px 5px;
  }

  div.column_right {
    float: left;
    text-align: right;
    padding: 0px 5px 0px 5px;
  }

  .size1 {
    width: 8%;
  }

  .size2 {
    width: 28%;
  }

  .size3 {
    width: 20%;
  }

  .size4 {
    width: 8%;
  }

  .size5 {
    width: 18%;
  }
}

@media (max-width: 705px) {
  div.px_opportunities_table_header {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }

  div.px_opportunities_table_content {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }

  div.column_left {
    float: left;
    text-align: left;
    padding: 0px 5px 0px 5px;
  }

  div.column_right {
    float: left;
    text-align: right;
    padding: 0px 5px 0px 5px;
  }

  .size1 {
    width: 8%;
  }

  .size2 {
    width: 25%;
  }

  .size3 {
    width: 20%;
  }

  .size4 {
    width: 8%;
  }

  .size5 {
    width: 18%;
  }
}

span.mobile {
  display: none;
}

@media (max-width: 550px) {
  span.mobile {
    display: inline;
    font-weight: 300;
  }

  div.px_opportunities_table_content {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
  }

  div.px_opportunities_table_catch {
    width: 300px;
  }

  div.px_opportunities_table_header {
    display: none;
  }

  .row_devide {
    padding: 15px 0px 15px 0px !important;
    border-bottom: 2px solid #27aad2;
    background-color: #ededed;
    margin: 2px 0px 8px 0px !important;
  }

  div.column_left {
    float: left;
    text-align: left;
    padding: 2px 5px 2px 10px;
  }

  div.column_right {
    float: left;
    text-align: left;
    padding: 2px 5px 2px 10px;
  }

  .size1 {
    width: 80%;
  }

  .size2 {
    width: 80%;
  }

  .size3 {
    width: 80%;
  }

  .size4 {
    width: 80%;
  }

  .size5 {
    width: 80%;
  }
}

@media (max-width: 340px) {
  div.px_opportunities_table_catch {
    width: 100%;
  }
}

div.px_page_3 {
  width: 100%;
  float: left;
  padding: 120px 0px 120px 0px;
}

div.px_page_anchor {
  width: 100%;
  float: left;
  padding: 0px 0px 0px 0px;
}

div.px_page_3 a {
  color: #27aad2;
}

div.px_page_contact {
  width: 100%;
  float: left;
  padding: 120px 0px 120px 0px;
  background-color: #3c3c46;
}

div.px_footer {
  width: 100%;
  float: left;
  background-color: #3c3c46;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

div.px_footer p {
  color: #ffffff;
  font-size: 13px;
  line-height: 28px;
  font-weight: 400;
  margin: 10px 0px 20px 0px;
  text-align: center;
}

div.px_footer a {
  color: #27aad2;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  div.px_footer {
    padding: 0px 0px 60px 0px;
  }
}

img.img_full_width {
  width: 100%;
  height: auto;
  border: 0;
}

img.img_flex_width {
  width: 100%;
  height: auto;
  border: 0;
}

@media (max-width: 550px) {
  img.img_flex_width {
    width: 300px;
  }
}

div.img_desktop {
  display: block;
}

div.img_mobile {
  display: none;
}

@media (max-width: 990px) {
  div.img_desktop {
    display: none;
  }

  div.img_mobile {
    display: block;
  }
}

div.half_page {
  width: 50%;
  float: left;
}

div.txt_left {
  padding: 0px 0px 0px 40px;
}

div.txt_left h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0px 0px 10px 0px;
  color: #27aad2;
  text-transform: uppercase;
  padding: 0;
}

div.txt_left p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin: 10px 0px 10px 0px;
  padding: 0;
}

div.txt_right {
  padding: 0px 40px 0px 0px;
}

div.txt_right h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0px 0px 10px 0px;
  color: #27aad2;
  text-transform: uppercase;
  padding: 0;
}

div.txt_right p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin: 10px 0px 10px 0px;
  padding: 0;
}

div.txt_right_white {
  padding: 0px 40px 0px 0px;
}

div.txt_right_white h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0px 0px 10px 0px;
  color: #27aad2;
  text-transform: uppercase;
  padding: 0;
}

div.txt_right_white p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin: 10px 0px 10px 0px;
  padding: 0;
  color: #ffffff;
}

div.txt_right_white a {
  color: #27aad2;
}

div.img_left {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

div.img_right {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

@media (max-width: 1024px) {
  div.txt_left h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0px 0px 10px 0px;
    color: #27aad2;
    text-transform: uppercase;
    padding: 0;
  }

  div.txt_left p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    margin: 10px 0px 10px 0px;
    padding: 0;
  }

  div.txt_right h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0px 0px 10px 0px;
    color: #27aad2;
    text-transform: uppercase;
    padding: 0;
  }

  div.txt_right p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    margin: 10px 0px 10px 0px;
    padding: 0;
  }

  div.txt_right_white {
    padding: 0px 40px 0px 20px;
  }
}

div.hide_mobile {
  padding: 0;
  margin: 0;
}

div.show_mobile {
  display: none;
}

@media (max-width: 990px) {
  div.px_page_3 {
    width: 100%;
    float: left;
    padding: 20px 0px 50px 0px;
  }

  div.hide_mobile {
    display: none;
  }

  div.show_mobile {
    display: block;
  }

  div.half_page {
    width: 100%;
    float: left;
  }

  div.txt_left {
    padding: 0px 40px 0px 40px;
  }

  div.txt_right {
    padding: 0px 40px 0px 40px;
  }

  div.txt_left h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 15px 0px 10px 0px;
    color: #27aad2;
    text-transform: uppercase;
    padding: 0;
  }

  div.txt_left p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin: 10px 0px 10px 0px;
    padding: 0;
  }

  div.txt_right h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 15px 0px 10px 0px;
    color: #27aad2;
    text-transform: uppercase;
    padding: 0;
  }

  div.txt_right p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin: 10px 0px 10px 0px;
    padding: 0;
  }

  div.txt_right_white {
    padding: 0px 40px 0px 40px;
  }

  div.img_left {
    padding: 0px 40px 0px 40px;
    margin: 0px 0px 0px 0px;
  }

  div.img_right {
    padding: 0px 40px 0px 40px;
    margin: 0px 0px 0px 0px;
  }
}

@media (max-width: 550px) {
  div.img_left {
    padding: 0px 0px 0px 0px;
  }

  div.img_right {
    padding: 0px 0px 0px 0px;
  }

  div.txt_left {
    padding: 0px 0px 0px 0px;
  }

  div.txt_right {
    padding: 0px 0px 0px 0px;
  }

  div.txt_right_white {
    padding: 0px 0px 0px 0px;
  }
}

@media (max-width: 340px) {
  img.img_full_width {
    width: 100%;
    height: auto;
    border: 0;
  }
}

div.input_left {
  width: 50%;
  float: left;
  text-align: right;
}

div.input_right {
  width: 50%;
  float: left;
  text-align: left;
}

div.input_btn {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0px 0px 60px 0px;
}

.input_field {
  width: 270px;
  padding: 13px 15px 11px;
  margin: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #253d6a;
  font-weight: 500;
  border: 1px solid #d3d5d8;
  border-radius: 3px;
  transition: border-color .15s ease-in-out;
  background-color: #fff;
}

.button_login {
  width: 300px;
  padding: 13px 0px 11px;
  margin: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  border: 1px solid #27aad2;
  border-radius: 3px;
  transition: border-color .15s ease-in-out;
  background-color: #27aad2;
  cursor: pointer;
}

.button_link {
  padding: 13px 30px 11px;
  margin: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff !important;
  font-weight: 500;
  border: 1px solid #27aad2;
  border-radius: 3px;
  transition: border-color .15s ease-in-out;
  background-color: #27aad2;
  text-decoration: none;
}

div.px_tailor_search {
  background: #697793;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

div.px_tailor_search_catch {
  background-color: #ffffff;
  position: relative;
  margin: 60px 5% 60px 5%;
  text-align: left;
}

.px_tailor_search_content_center {
  text-align: center !important;
}

.px_tailor_search_content_left {
  text-align: left !important;
}

.px_tailor_search_content_right {
  text-align: right !important;
}

div.px_tailor_search_separator_line {
  float: left;
  width: 100%;
  margin: 30px 0px 10px 0px;
  text-align: center;
  border-bottom: #cacae0 solid 1px;
}

div.px_tailor_search_push_line {
  float: left;
  width: 100%;
  height: 40px;
}

div.px_tailor_search_content {
  padding: 50px 200px 50px 200px;
}

div.px_tailor_search_content h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin: 15px 0px 15px 0px;
}

div.px_tailor_search_content h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 15px 0px 10px 0px;
  color: #27aad2;
  text-transform: uppercase;
  padding: 0;
}

div.px_tailor_search_content h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin: 30px 0px 10px 0px;
  padding: 0;
}

div.px_tailor_search_content h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-weight: 500;
  margin: 5px 0px 5px 0px;
  padding: 0;
}

div.px_tailor_search_content h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 10px 0px 5px 0px;
  padding: 0;
}

div.px_tailor_search_content h6 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  margin: 15px 0px 10px 0px;
  padding: 0;
}

div.px_tailor_search_content p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin: 10px 0px 10px 0px;
  padding: 0;
}

div.px_tailor_search_content a {
  color: #27aad2;
}

div.px_tailor_search_content ul {
  margin: 0;
  padding: 0px 20px 0px 20px;
}

div.px_tailor_search_content li {
  list-style: circle;
  padding: 3px 0px 3px 0px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

@media (max-width: 1024px) {
  div.px_tailor_search_content {
    padding: 50px 60px 50px 60px;
  }
}

@media (max-width: 990px) {
  div.px_tailor_search_content {
    padding: 20px 60px 50px 60px;
  }
}

@media (max-width: 767px) {
  div.px_tailor_search_catch {
    margin: 30px 30px 30px 30px;
  }

  div.px_tailor_search_content {
    padding: 0px 30px 50px 30px;
  }

  div.px_tailor_search_content h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
    margin: 15px 0px 15px 0px;
  }
}

.formResponsive .formControls label {
  min-height: 20px;
  margin: 10px 0px 15px 0px;
  padding: 0;
  display: block;
}

.setInline label {
  margin: 10px 25px 10px 0px !important;
  display: inline-block !important;
}

.formControlsMerge label {
  margin: 5px 0px 10px 20px !important;
}

.formBodyInLine {
  padding: 0px 0px 10px 0px !important;
}

.formInLine label {
  min-height: 20px;
  margin: 5px 0px 5px 0px !important;
  padding: 0;
  display: inline-block !important;
  font-weight: 600;
}

.formResponsive .formHorizontal .formControlLabel {
  float: left;
  width: 100%;
  padding: 20px 0px 5px 0px;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-weight: 500;
}

.comments_label {
  padding: 5px 0px 5px 0px !important;
  font-size: 18px !important;
  line-height: 24px !important;
}

.comments_box_push {
  margin: 0px 0px 20px 0px !important;
}

.formResponsive textarea {
  width: 330px;
}

.formResponsive .formBody {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.formResponsive .formHorizontal .formControls {
  margin-left: 0px;
}

.formResponsive .formHorizontal .rsform-block {
  float: left;
  width: 100%;
  padding: 3px 0px 3px 0px;
  margin-bottom: 0px;
}

.formResponsive input[type="text"] {
  display: inline-block;
  height: 28px;
  width: 60px;
  padding: 4px;
  margin: 0px 2px 9px 2px;
  font-size: 16px;
  line-height: 18px;
  color: #555555;
  box-sizing: content-box;
}

@media (max-width: 650px) {
  .formResponsive input[type="text"] {
    width: 60px !important;
  }
}

.formResponsive select {
  width: 60px !important;
  background-color: #ffffff !important;
  border: 1px solid #cccccc !important;
}

.formResponsive input[type="checkbox"] {
  margin-right: 10px;
}

div.popup_close_btn {
  padding: 20px 20px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: right;
  height: 40px;
}

div.popup_close_bottom_btn {
  padding: 0px 20px 20px 0px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  height: 40px;
}

img.popup_close {
  width: 24px;
  height: auto;
  border: 0
}

div.error_catch {
  float: left;
  width: 100%;
  padding: 10px 0px 20px 0px;
}

div.error_catch_tailor {
  float: left;
  width: 100%;
  padding: 10px 0px 20px 0px;
}

.formRed {
  color: #b94a48;
  font-weight: 500;
  padding: 20px 0px 0px 0px;
}

div.investment_volume_catch {
  width: 100%;
  float: left;
  padding: 10px 0px 10px 0px;
}

div.investment_volume_cell {
  float: left;
  padding: 0px 20px 0px 0px;
}

div.flats_catch {
  width: 100%;
  float: left;
  padding: 5px 0px 10px 0px;
}

div.flats_cell {
  width: auto !important;
  float: left !important;
  padding: 0px 20px 0px 0px !important;
}

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
  background-color: #ededed;
  border: 1px solid #27aad2;
}

.formResponsive input[type="submit"],
.formResponsive button[type="submit"] {
  background-color: #27aad2;
  *background-color: #27aad2;
  background-image: -ms-linear-gradient(top, #27aad2, #27aad2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#27aad2), to(#27aad2));
  background-image: -webkit-linear-gradient(top, #27aad2, #27aad2);
  background-image: -o-linear-gradient(top, #27aad2, #27aad2);
  background-image: -moz-linear-gradient(top, #27aad2, #27aad2);
  background-image: linear-gradient(top, #27aad2, #27aad2);
  background-repeat: repeat-x;
  border-color: #27aad2 #27aad2 #27aad2;
  border-color: rgba(39, 170, 210, 0.1) rgba(39, 170, 210, 0.1) rgba(39, 170, 210, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#27aad2', endColorstr='#27aad2', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(39, 170, 210, 0.25);
  padding: 13px 30px 13px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.formResponsive input[type="submit"]:hover,
.formResponsive button[type="submit"]:hover,
.formResponsive input[type="submit"]:active,
.formResponsive button[type="submit"]:active,
.formResponsive input[type="submit"].active,
.formResponsive button[type="submit"].active,
.formResponsive input[type="submit"].disabled,
.formResponsive button[type="submit"].disabled,
.formResponsive input[type="submit"][disabled],
.formResponsive button[type="submit"][disabled] {
  background-color: #27aad2;
  *background-color: #27aad2;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(39, 170, 210, 0.25);
}

.formResponsive input[type="submit"]:active,
.formResponsive button[type="submit"]:active,
.formResponsive input[type="submit"].active,
.formResponsive button[type="submit"].active {
  background-color: #004099 \9;
}

.formResponsive .formHorizontal input[type="checkbox"] {
  width: 21px;
  height: 21px;
  cursor: pointer;
}

strong.formRequired {
  font-weight: bold;
  font-style: normal;
  margin: 0px 3px 0px 0px;
}

div.inline_form_fields_catch {
  width: 600px;
  margin: 0 auto;
}

div.inline_tailor_fields_catch {
  float: left;
  width: 100%;
  margin: 40px 0px 0px 0px;
}

.formResponsive .formHorizontal textarea {
  width: 560px !important;
  margin: 5px 2px 20px 2px !important;
}

.inline_form_fields {
  width: 300px !important;
}

.inline_form_fields input[type="text"] {
  width: 260px !important;
  margin: 5px 2px 9px 2px !important;
}

.send_button_push {
  padding: 20px 0px 0px 0px !important;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

@media (max-width: 710px) {
  div.inline_form_fields_catch {
    width: 300px;
  }

  .inline_form_fields {
    width: 300px !important;
  }

  .formResponsive .formHorizontal textarea {
    width: 260px !important;
  }
}

@media (max-width: 650px) {
  .formResponsive .formHorizontal .rsform-block {
    text-align: center;
  }
}

.formResponsive .formError {
  color: #b94a48;
  padding-left: 5px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: normal;
  margin: 0px 5px 20px 0;
  height: 18px;
  display: block;
}

.inner3 a {
  color: #27aad2 !important;
  font-weight: normal;
  text-decoration: none;
}

a.data_protection {
  ont-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #27aad2;
  font-weight: 400;
  margin: 10px 0px 0px 0px;
  display: block;
}

div.desktop_image {
  display: block;
}

div.mobile_image {
  display: none;
}

@media (max-width: 990px) {
  div.desktop_image {
    display: none;
  }

  div.mobile_image {
    display: block;
  }
}
