@import url('css/contact.css');
@import url('fonts/almoni/almoni.css');
/*
 Theme Name: Leos Template
 Theme URI: http://www.leos.co.il
 Description: אתר בעיצוב אישי מחברת לאוס מדיה
 Author: Alex Leibovich @LEOS
 Version: 1.9
 */
.tab_title2 h2, .tab_title h2 {
  display: table;
  margin: 0 auto;
}
footer .fa-angle-down, .part3 .fa-angle-down, .part4 .fa-angle-down {
  position: absolute;
  right: 105%;
  font-size: 80px;
  top: -50%;
  transform: translateY(-50%);
}
::-webkit-input-placeholder {
  color: #59595b;
  font-family: Almoni;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #59595b;
  font-family: Almoni;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #59595b;
  font-family: Almoni;
}
:-ms-input-placeholder {
  color: #59595b;
  font-family: Almoni;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}
* {
  margin: 0;
  padding: 0;
}
html, body {
  font-family: Almoni;
  margin: 0;
  padding: 0;
  height: 100%;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
#content {
  padding-bottom: 2000px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.logo a {
  display: inline-block;
}
.container {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.circlebox {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.clear {
  clear: both;
}
.inrowf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inrow {
  font-size: 0;
}
div {
  font-size: 18px;
}
.col2 {
  width: 50%;
}
.inrowf .col2 {
  width: calc(50% - 5px);
}
.col3 {
  width: 33.33%;
}
.inrowf .col3 {
  width: calc(33.33% - 5px);
}
.col4 {
  width: 25%;
}
.inrowf .col4 {
  width: calc(25% - 5px);
}
.col5 {
  width: 20%;
}
.inrowf .col5 {
  width: calc(20% - 5px);
}
.col6 {
  width: 16%;
}
.col7 {
  width: 14%;
}
.col8 {
  width: 12%;
}
.col9 {
  width: 11%;
}
.col10 {
  width: 9%;
}
.inline {
  vertical-align: top;
  display: inline-block;
}
.inlinem {
  vertical-align: middle;
  display: inline-block;
}
.inlineb {
  vertical-align: bottom;
  display: inline-block;
}
.abscenter {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.imgfix {
  line-height: 0;
}
h1, h2, h3 {
  font-weight: normal;
  margin: 0 0 0 0;
}
p {
  margin: 0 0 0 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
ul {
  margin: 0 0 0 0;
  list-style: none;
}
#MobBtns, #MobNavBtn {
  display: none;
}
nav {
  width: 100%;
  text-align: center;
  position: relative;
}
.main_menu {
  font-size: 0;
}
nav ul {
  display: inline-block;
  font-size: 0;
}
nav .menu > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
}
/*
 nav ul li:after {
 content: "|";
 display:inline-block;
 vertical-align: middle;
 font-size:20px;
 color:#b8292f;
 margin:0 10px;
 }
 nav ul li:last-child:after {
 content: " ";
 }
 */
nav .menu li > a {
  display: inline-block;
  vertical-align: middle;
  font-family: almoni;
  font-size: 23px;
  padding: 25px 0;
  width: calc(100% - 1px);
  color: #fff;
  background: rgba(172, 172, 172, 0.8);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
nav .menu li.current_page_item > a, nav .menu li.current-menu-item > a, nav .menu li:hover > a {
  background: rgba(55, 198, 244, 0.8);
}
.sub-menu {
  background: #000;
  z-index: 999;
  width: 250px;
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid white;
  border-top: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.sub-menu li {
  display: block;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  z-index: 10;
}
.sub-menu li {
  display: block;
}
.post {
  padding: 50px 8px;
}
footer {
  background: white;
  position: absolute;
  bottom: 64px;
  left: 0;
  height: auto;
  min-height: 50px;
  width: 100%;
}
footer .socials {
  margin: 0;
  text-align: left;
}
footer .fcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 10px;
  width: calc(25% - 20px);
  color: #292632;
}
footer .fcol * {
  font-size: 21px;
}
footer .fcol svg {
  fill: #37c6f4;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
footer .last_footer_wrap {
  position: relative;
  padding: 100px;
  background: #59595b;
}
footer .last_footer_wrap .col_title {
  color: white;
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
footer .last_footer_wrap .col_wrap {
  width: calc(100% / 3);
}
footer .last_footer_wrap .col_wrap .dotted_col {
  width: 100%;
  height: 0;
  margin-bottom: 50px;
  border-bottom: 1px dashed white;
}
footer .last_footer_wrap .col_wrap .dotted_col .circle_wrap {
  background: #59595b;
  padding: 20px;
  width: 60px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
footer .last_footer_wrap .col_wrap .dotted_col .circle_wrap .circlebox {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 1px dashed white;
}
footer .last_footer_wrap .col_wrap .dotted_col .circle_wrap .circlebox svg {
  width: 25px;
  height: 25px;
  fill: white;
}
footer .last_footer_wrap .col_wrap .news {
  color: white;
}
footer .last_footer_wrap .col_wrap .news .swiper-slide .slide {
  background: #37c6f4;
  padding: 20px 20px 40px 20px;
  margin-bottom: 5px;
}
footer .last_footer_wrap .col_wrap .news .swiper-pagination {
  text-align: right;
  bottom: 15px;
  width: calc(100% - 15px);
}
footer .last_footer_wrap .col_wrap .news .swiper-pagination .swiper-pagination-bullet {
  background: white;
  opacity: 1;
}
footer .last_footer_wrap .col_wrap .news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #59595b;
}
#leos {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}
#leos img {
  padding-top: 10px;
  height: 50px;
  width: auto;
}
#leos a {
  position: relative;
  display: inline-block;
}
#leos span {
  opacity: 0;
  position: absolute;
  right: 0;
  color: white;
  font-size: 22px;
  bottom: 10px;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#leos a:hover span {
  right: -100px;
  opacity: 1;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.acf-map {
  width: 100%;
  height: 600px;
  pointer-events: none;
}
.map_wrap {
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.map_wrap.active {
  height: 600px;
}
.entry {
  font-size: 21px;
  line-height: 1.4;
  color: #000;
}
.entry img {
  max-width: 100%;
  height: auto;
}
.entry ul {
  margin: 0 20px;
  list-style: inherit;
}
.entry table {
  border: 1px solid #000;
}
.entry table td {
  border: 1px solid #000;
}
.entry table tr:nth-child(1) > td {
  text-align: center;
  background: #ccc;
}
div.wpcf7 img.ajax-loader {
  display: none;
}
svg g, svg path {
  fill: inherit !important;
}
svg, img.svg {
  opacity: 0;
  max-width: 50px;
  max-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
svg.replaced-svg {
  opacity: 1;
}
img.svg {
  width: 0;
  height: 0;
}
.bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100000;
  width: 100%;
  top: 0;
  left: 0;
}
header .logo_wrap {
  width: 0;
  height: 125px;
  background: white;
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
header .logo_wrap .logo {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  padding: 20px;
  text-align: center;
}
header .logo_wrap .logo img {
  width: 100px;
  height: auto;
  margin: 0 auto;
}
header.active .logo_wrap {
  width: 200px;
}
header .header_wrap {
  width: 100%;
}
header .header_wrap svg {
  width: 25px;
  height: 25px;
}
header .header_wrap .top {
  background: #343434;
  padding: 12px 0;
  color: #37c6f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header_wrap .top .header_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header_wrap .top .header_phone span {
  margin: 0 2px;
  font-size: 21px;
}
header .header_wrap .top .header_phone svg {
  fill: #37c6f4;
  width: 20px;
  height: 25px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
header .header_wrap .bottom .main_menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.socials {
  margin: 0 20px;
}
.socials svg {
  fill: white;
  margin: 0 5px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 1;
  width: 35px;
  height: 35px;
}
.socials svg:hover {
  opacity: 0.5;
}
.part1 {
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.part1 .content_wrap {
  padding-top: 10%;
}
.part1 .content_wrap .logo {
  margin-bottom: 30px;
}
.part1 .content_wrap .animated .p1_title {
  opacity: 0;
  font-size: 50px;
  margin-bottom: 20px;
}
.part1 .content_wrap .animated .p1_title p:last-of-type {
  font-weight: 700;
}
.part1 .content_wrap .animated .p1_sub_title {
  opacity: 0;
  color: #343434;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.part1 .content_wrap .animated .links_wrap {
  opacity: 0;
  width: 25%;
  margin: 0 auto;
  min-width: 450px;
  max-width: 800px;
}
.part1 .content_wrap .animated .links_wrap > * {
  width: calc(48% - 40px);
  position: relative;
}
.part1 .content_wrap .animated .links_wrap svg {
  fill: white;
  width: 30px;
  height: 30px;
}
.btn, .blue_btn, .black_btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  font-size: 25px;
  color: white;
  background: #37c6f4;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
}
.btn:hover, .blue_btn:hover, .black_btn:hover {
  background: rgba(35, 135, 167, 1);
}
.blue_btn {
  background: #28779e;
}
.blue_btn:hover {
  background: #154f6b;
}
.black_btn {
  padding: 8px;
  font-size: 20px;
  max-width: 200px;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid white;
}
.black_btn:hover {
  background: #37c6f4;
}
.video_wrap {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.video_wrap.active {
  opacity: 1;
  pointer-events: auto;
}
.video_wrap .iframe_wrap {
  width: 50%;
  height: 50%;
}
.video_wrap .iframe_wrap iframe {
  width: 100%;
  height: 100%;
}
.video_wrap .iframe_wrap .fa {
  position: absolute;
  left: 101%;
  bottom: 100%;
  color: white;
  font-size: 30px;
  cursor: pointer;
}
.main_title {
  background: #37c6f4;
  color: white;
  font-size: 25px;
  padding: 20px 0;
  position: relative;
}
.main_title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #37c6f4 transparent transparent transparent;
  position: absolute;
  z-index: 10000;
  top: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.main_title .lecture {
  width: 75px;
  height: 75px;
  border: 2px solid white;
  position: absolute;
  top: 50%;
  left: 105%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main_title .lecture svg {
  fill: white;
  max-height: 50px;
}
.tab_title {
  background: #59595b;
  color: white;
  font-size: 25px;
  padding: 20px 0;
  position: relative;
  padding: 40px 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.tab_title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #59595b transparent transparent transparent;
  position: absolute;
  z-index: 10000;
  top: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.tab_title .lecture {
  width: 75px;
  height: 75px;
  border: 2px solid white;
  position: absolute;
  top: 50%;
  left: 105%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tab_title .lecture svg {
  fill: white;
  max-height: 50px;
}
.tab_title:hover {
  opacity: 0.7;
}
.tab_title2 {
  background: #37c6f4;
  color: white;
  font-size: 25px;
  padding: 20px 0;
  position: relative;
  padding: 40px 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.tab_title2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #37c6f4 transparent transparent transparent;
  position: absolute;
  z-index: 10000;
  top: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.tab_title2 .lecture {
  width: 75px;
  height: 75px;
  border: 2px solid white;
  position: absolute;
  top: 50%;
  left: 105%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tab_title2 .lecture svg {
  fill: white;
  max-height: 50px;
}
.tab_title2:hover {
  opacity: 0.7;
}
.part2 .courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.part2 .courses .course_wrap {
  color: white;
  padding: 100px;
  background-size: cover;
  width: 100%;
}
.part2 .courses .course_wrap .course {
  max-width: 70%;
  line-height: 1.3;
  margin: 0 auto;
}
.part2 .courses .course_wrap .course .title {
  font-size: 28px;
  margin-bottom: 20px;
}
.part2 .courses .course_wrap .course .text {
  font-size: 21px;
  margin-bottom: 20px;
}
.part3 img.arrow {
  position: absolute;
  bottom: calc(100% - 50px);
  left: 100%;
}
.part3 .wrapper {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.part3 .container {
  padding: 100px 0;
}
.part3 .container .left {
  width: 60%;
  padding-top: 50px;
}
.part3 .container .left .title {
  color: #59595b;
  font-size: 50px;
  margin-bottom: 25px;
  font-weight: bold;
}
.part3 .container .left .text {
  color: #59595b;
  font-size: 21px;
  margin-bottom: 25px;
  line-height: 1.5;
}
.part3 .container .left .form_title {
  font-size: 20px;
  margin-bottom: 10px;
}
.part3 .container .right {
  width: 25%;
}
.part3 .container .right img {
  width: 100%;
  height: auto;
}
.part3 .container .wrap .name, .part3 .container .wrap .tel, .part3 .container .wrap .email {
  width: calc((100% / 3) - 5px);
  position: relative;
  margin-bottom: 20px;
}
.part3 .container .wrap .name.name:after, .part3 .container .wrap .tel.name:after, .part3 .container .wrap .email.name:after {
  content: "";
  font-family: FontAwesome;
  font-size: 23px;
  color: #59595b;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f007";
}
.part3 .container .wrap .name.tel:after, .part3 .container .wrap .tel.tel:after, .part3 .container .wrap .email.tel:after {
  content: "";
  font-family: FontAwesome;
  font-size: 23px;
  color: #59595b;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f095";
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
.part3 .container .wrap .name.email:after, .part3 .container .wrap .tel.email:after, .part3 .container .wrap .email.email:after {
  content: "";
  font-family: FontAwesome;
  font-size: 23px;
  color: #59595b;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f0e0";
  font-size: 21px;
}
.part3 .container .wrap .name input, .part3 .container .wrap .tel input, .part3 .container .wrap .email input {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 8px 30px 8px 0;
  width: calc(100% - 30px);
}
.part3 div.wpcf7 input[type=submit] {
  background: #28779e;
  color: white;
  border: 0;
  font-size: 30px;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.part3 div.wpcf7 input[type=submit]:hover {
  background: #154f6b;
}
.part4 .wrapper {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.part4 .container {
  padding: 10px 0;
}
.part4 .sub_title {
  color: #37c6f4;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}
.part4 .text {
  color: #59595b;
  width: 80%;
  margin: 0 auto;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.part4 .rec_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 20px);
  margin-bottom: 40px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.part4 .rec_wrap.left {
  text-align: left;
}
.part4 .rec_wrap .icon {
  width: 65px;
  height: 65px;
  border: 2px solid #37c6f4;
  position: relative;
}
.part4 .rec_wrap .text_wrap {
  width: calc(100% - 100px);
  color: #59595b;
  line-height: 1.5;
  font-size: 21px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.part4 .rec_wrap.left .text_wrap {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}
.part4 .rec_wrap.active {
  opacity: 1;
}
.part4 .rec_wrap.active .text_wrap {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.part5 {
  background: #59595b;
  padding: 50px 0;
}
.part5 .big_arr {
  position: absolute;
  top: 50%;
  right: 0;
  width: 250px;
  -webkit-transform: translate(15%, -65%);
  transform: translate(15%, -65%);
}
.part5 .form_title {
  font-size: 30px;
  color: white;
  margin-bottom: 20px;
}
.part5 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.part5 .wrap .widget_wysija_cont.shortcode_wysija {
  width: 100%;
}
.part5 .wrap .widget_wysija_cont.shortcode_wysija form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.part5 .wrap .widget_wysija_cont.shortcode_wysija form p.wysija-paragraph {
  width: 79%;
  position: relative;
}
.part5 .wrap .widget_wysija_cont.shortcode_wysija form p.wysija-paragraph input {
  width: calc(100% - 100px);
  padding: 10px 50px;
  background: transparent;
  border: 1px solid white;
  color: white;
  font-size: 25px;
}
.part5 .wrap .widget_wysija_cont.shortcode_wysija form p.wysija-paragraph:after {
  content: "";
  font-family: FontAwesome;
  font-size: 23px;
  color: #37c6f4;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f0e0";
  font-size: 24px;
  right: 10px;
}
.part5 .wrap .widget_wysija_cont.shortcode_wysija form .wysija-submit {
  display: block;
  margin: 0;
  background: #37c6f4;
  color: white;
  border: 0;
  padding: 11px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 20%;
  font-size: 25px;
}
.part5 .wrap .widget_wysija_cont.shortcode_wysija form .wysija-submit:hover {
  opacity: 0.5;
}
.part6 {
  padding: 100px 0;
}
.part6 .title_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.part6 .title_wrap .title {
  font-size: 40px;
  font-weight: bold;
}
.part6 .title_wrap a {
  color: #37c6f4;
  font-size: 22px;
  white-space: nowrap;
  border-bottom: 1px solid #37c6f4;
  font-weight: bold;
}
.part6 .rec_quote {
  width: 200px;
}
.part6 .rec_quote svg {
  fill: #37c6f4;
  -webkit-transform: scale(-1);
  transform: scale(-1);
  width: 100px;
  height: 100px;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto;
}
.part6 .rec_swiper {
  width: calc(100% - 200px);
}
.part6 .rec_swiper .rec_text {
  color: #59595b;
  line-height: 1.5;
  font-size: 23px;
}
.part6 .rec_swiper .rec_name {
  padding: 10px 0;
  color: #37c6f4;
  font-weight: bold;
  margin-bottom: 50px;
}
.part6 .rec_swiper .swiper-pagination {
  text-align: right;
  bottom: 0px;
}
.part6 .rec_swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #59595b;
  opacity: 1;
}
.part6 .rec_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #37c6f4;
}
.footer_nav {
  width: 40%;
  margin: 0 auto;
  color: white;
}
.footer_nav li {
  margin-bottom: 5px;
  font-size: 20px;
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.footer_nav li:hover {
  opacity: 0.5;
}
.footer_form {
  margin-bottom: 50px;
}
.footer_form ::-webkit-input-placeholder {
  color: white;
  font-family: Almoni;
}
.footer_form :-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-family: Almoni;
}
.footer_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-family: Almoni;
}
.footer_form :-ms-input-placeholder {
  color: white;
  font-family: Almoni;
}
.footer_form input:focus::-webkit-input-placeholder, .footer_form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.footer_form input:focus:-moz-placeholder, .footer_form textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.footer_form input:focus::-moz-placeholder, .footer_form textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.footer_form input:focus:-ms-input-placeholder, .footer_form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.footer_form span input {
  background: transparent;
  border: 1px solid white;
  color: white;
  width: calc(95% - 2px);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.footer_form input[type=submit].wpcf7-submit {
  width: 100%;
  padding: 10px;
  border: 0;
  color: #59595b;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 1;
}
.footer_form input[type=submit].wpcf7-submit:hover {
  opacity: 0.5;
}
.footer_newsletter {
  margin-bottom: 50px;
}
.footer_newsletter .title {
  color: white;
  margin-bottom: 10px;
}
.footer_newsletter .wrap input {
  width: calc(100% - 10px);
  background: transparent;
  border: 1px solid white;
  color: white;
  padding: 5px;
  font-size: 18px;
}
.footer_newsletter .wrap input[type=submit] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  margin-top: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #59595b;
  width: 25px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 1;
  border: 0;
  background: #37c6f4;
}
.footer_newsletter .wrap input[type=submit]:hover {
  opacity: 0.5;
}
.footer_newsletter img.plane {
  position: absolute;
  bottom: 5px;
  left: 15%;
}
.grey_head {
  background: #59595b;
  color: white;
  padding-top: 120px;
}
.grey_head p#breadcrumbs {
  padding: 20px 0;
}
.grey_head p#breadcrumbs > span > span * {
  margin: 0 5px;
}
.grey_head h1 {
  font-size: 45px;
  margin-bottom: 30px;
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  text-align: center;

}
.grey_head .form_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
}
.grey_head .form_wrap .title {
  width: 200px;
  padding: 10px 0;
  color: black;
  font-weight: bold;
  background-size: contain;
  text-align: center;
  background-repeat: no-repeat;
}
.grey_head .form_wrap .form {
  width: calc(100% - 220px);
}
.grey_head .form_wrap .form ::-webkit-input-placeholder {
  color: white;
  font-family: Almoni;
}
.grey_head .form_wrap .form :-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-family: Almoni;
}
.grey_head .form_wrap .form ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-family: Almoni;
}
.grey_head .form_wrap .form :-ms-input-placeholder {
  color: white;
  font-family: Almoni;
}
.grey_head .form_wrap .form input:focus::-webkit-input-placeholder, .grey_head .form_wrap .form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.grey_head .form_wrap .form input:focus:-moz-placeholder, .grey_head .form_wrap .form textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.grey_head .form_wrap .form input:focus::-moz-placeholder, .grey_head .form_wrap .form textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.grey_head .form_wrap .form input:focus:-ms-input-placeholder, .grey_head .form_wrap .form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.grey_head .form_wrap .form span.wpcf7-form-control-wrap {
  /*position: relative;*/
  width: 29%;
  margin: 0;
}
.grey_head .form_wrap .form span.wpcf7-form-control-wrap.name:after {
  content: "";
  font-family: FontAwesome;
  font-size: 23px;
  color: #9e9e9e;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f007";
}
.grey_head .form_wrap .form span.wpcf7-form-control-wrap.tel:after {
  content: "";
  font-family: FontAwesome;
  font-size: 23px;
  color: #9e9e9e;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f095";
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
.grey_head .form_wrap .form span.wpcf7-form-control-wrap.email:after {
  content: "";
  font-family: FontAwesome;
  font-size: 23px;
  color: #9e9e9e;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f0e0";
  font-size: 21px;
}
.grey_head .form_wrap .form span.wpcf7-form-control-wrap input {
  padding: 8px 30px 8px 0;
  width: calc(100% - 30px);
  color: white;
  border: 1px solid white;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.grey_head .form_wrap .form input[type=submit] {
  width: 10%;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  color: #37c6f4;
  font-weight: bold;
}
.tabs_wrap {
  border-bottom: 1px solid #d7d7d7;
}
.tabs_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs_wrap .tab_wrap {
  color: #59595b;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-left: 1px solid #d7d7d7;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
  font-size: 21px;
}
.tabs_wrap .tab_wrap:first-of-type {
  border-right: 1px solid #d7d7d7;
}
.tabs_wrap .tab_wrap svg {
  height: 25px;
  width: 25px;
  fill: #59595b;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.tabs_wrap .tab_wrap .bot_border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #37c6f4;
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.tabs_wrap .tab_wrap .bot_border:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #37c6f4 transparent transparent transparent;
  position: absolute;
  z-index: 10000;
  top: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.tabs_wrap .tab_wrap:hover, .tabs_wrap .tab_wrap.active {
  color: #37c6f4;
}
.tabs_wrap .tab_wrap:hover .bot_border, .tabs_wrap .tab_wrap.active .bot_border {
  opacity: 1;
}
.tabs_wrap .tab_wrap:hover svg, .tabs_wrap .tab_wrap.active svg {
  fill: #37c6f4;
}
.tabs_wrap .tab_wrap.active .bot_border:after {
  opacity: 1;
}
.texts_wrap {
  background: #ebebeb;
}
.texts_wrap .container {
  padding: 50px 0;
}
.texts_wrap .container .text_wrap {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.texts_wrap .container .text_wrap.active {
  max-height: 2000px;
}
.texts_wrap .container .text_wrap .wrapper .title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #37c6f4;
}
.texts_wrap .container .text_wrap .wrapper .title h2 {
  font-weight: bold;
}
.texts_wrap .container .text_wrap .wrapper .title svg {
  fill: #37c6f4;
  width: 50px;
  height: 50px;
  margin: 0 0 0 10px;
}
.texts_wrap .container .text_wrap .wrapper .text {
  color: #59595b;
  line-height: 1.5;
  font-size: 20px;
}
.members_wrap .text_wrap {
  width: 100%;
  border-bottom: 1px solid #59595b;
}
.members_wrap .text_wrap .text {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
  color: #59595b;
  font-size: 22px;
  line-height: 1.5;
}
.members_wrap .team_wrap {
  padding: 20px 0;
}
.members_wrap .team_wrap .member {
  width: 50%;
}
.members_wrap .team_wrap .member .title {
  margin-bottom: 10px;
  color: #37c6f4;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.members_wrap .team_wrap .member .title svg {
  width: 40px;
  height: 50px;
  fill: #37c6f4;
  margin-left: 10px;
}
.members_wrap .team_wrap .member .text {
  width: 90%;
  color: #59595b;
  line-height: 1.4;
}
.page_recs {
  background: #ebebeb;
}
.page_recs .container {
  padding: 50px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.page_recs .rec_wrap {
  padding: 20px 20px 40px 20px;
  background-color: white;
  width: calc((100% / 3) - 50px);
  margin-bottom: 20px;
}
.page_recs .rec_wrap .title {
  color: #59595b;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
}
.page_recs .rec_wrap .title svg {
  width: 20px;
  height: 20px;
  fill: #59595b;
  margin-left: 10px;
}
.page_recs .rec_wrap .content_wrap {
  max-height: 100px;
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.page_recs .rec_wrap .content_wrap.active {
  max-height: 1000px;
}
.page_recs .rec_wrap .content_wrap .entry {
  color: #59595b;
}
.page_recs .rec_wrap .read_more {
  cursor: pointer;
  color: #37c6f4;
  position: relative;
}
.page_recs .rec_wrap .read_more > * {
  position: absolute;
  width: 100%;
  top: 5px;
  right: 0;
}
.page_recs .rec_wrap .read_more .close {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.page_recs .rec_wrap .read_more .open {
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.page_recs .rec_wrap .read_more.active .close {
  opacity: 1;
}
.page_recs .rec_wrap .read_more.active .open {
  opacity: 0;
}
.archive {
  background: #ebebeb;
}
.archive .container {
  padding: 50px 0;
}
.archive .container .right_cont {
  width: 70%;
}
.archive .container .right_cont .post_wrap {
  padding: 10px;
  background: white;
  margin-bottom: 30px;
  margin-left: 7px;
  margin-right: 7px;
}
.archive .container .right_cont .post_wrap .back_to {
  padding: 10px 0;
  border-bottom: 1px solid #9c9c9c;
  margin-bottom: 35px;
  color: #343434;
  font-size: 21px;
}
.archive .container .right_cont .post_wrap .the_thumb {
  margin-bottom: 35px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  
}
.archive .container .right_cont .post_wrap .the_content {
  font-size: 21px;
  color: #59595b;
  max-width: 90%;
  margin-bottom: 40px;
}
.archive .container .right_cont .post_wrap .thumb {
  width: 50%;
}
.archive .container .right_cont .post_wrap .thumb .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(55, 198, 244, 0.8);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.archive .container .right_cont .post_wrap .thumb:hover .hover {
  opacity: 1;
}
.archive .container .right_cont .post_wrap .content {
  width: calc(50% - 20px);
}
.archive .container .right_cont .post_wrap .content .title {
  color: #37c6f4;
}
.archive .container .right_cont .post_wrap .content .title h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.archive .container .right_cont .post_wrap .content .date {
  margin-bottom: 10px;
  color: #59595b;
}
.archive .container .right_cont .post_wrap .content .text {
  width: 90%;
  line-height: 1.4;
  color: #59595b;
}
.archive .container .right_cont .post_wrap .content .fb-like {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.archive .container .left_cont {
  width: calc(30% - 30px);
}
.archive .container .left_cont .recs_wrap {
  background: white;
  padding: 10px;
  margin-bottom: 30px;
}
.archive .container .left_cont .recs_wrap .recs_title {
  color: #37c6f4;
  font-size: 21px;
  margin-bottom: 10px;
}
.archive .container .left_cont .recs_wrap .slide {
  background: white;
  padding-bottom: 20px;
}
.archive .container .left_cont .recs_wrap .slide .title {
  color: #59595b;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.archive .container .left_cont .recs_wrap .slide .text {
  color: #59595b;
}
.archive .container .left_cont .recs_wrap .swiper-pagination-bullets {
  bottom: 0;
  text-align: right;
}
.archive .container .left_cont .recs_wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #59595b;
  opacity: 1;
}
.archive .container .left_cont .recs_wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.archive .container .left_cont .popular_posts {
  background: white;
  padding: 10px;
}
.archive .container .left_cont .popular_posts .title {
  color: #37c6f4;
  font-size: 21px;
  margin-bottom: 10px;
}
.archive .container .left_cont .popular_posts a {
  display: block;
  color: #59595b;
  margin-bottom: 10px;
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.archive .container .left_cont .popular_posts a:hover {
  opacity: 0.5;
}
.float_news_wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.float_news_wrap.active {
  opacity: 1;
  pointer-events: auto;
}
.float_news_wrap .float_news {
  width: calc(40vw - 60px);
  padding: 100px 30px;
  min-width: 650px;
  max-width: 800px;
}
.float_news_wrap .float_news .mnews_title {
  color: #37c6f4;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 20px;
}
.float_news_wrap .float_news .mnews_text {
  color: white;
  font-size: 25px;
  margin-bottom: 20px;
}
.float_news_wrap .float_news .mnews_form p.wysija-paragraph {
  position: relative;
}
.float_news_wrap .float_news .mnews_form p.wysija-paragraph:after {
  content: "";
  font-family: FontAwesome;
  font-size: 23px;
  color: #59595b;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f0e0";
  font-size: 24px;
  right: 10px;
}
.float_news_wrap .float_news .mnews_form input {
  width: 60%;
  display: block;
  color: grey;
  padding: 8px 40px 8px 0;
  font-size: 25px;
  margin: 0;
  border: 0;
  margin-bottom: 10px;
}
.float_news_wrap .float_news .mnews_form input[type=submit] {
  width: calc(60% + 40px);
  padding: 8px 0px 8px 0;
  color: white;
  background: #28779e;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.float_news_wrap .float_news .mnews_form input[type=submit]:hover {
  background: #154f6b;
}
.float_news_wrap .close {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  fill: white;
  cursor: pointer;
}
.con_bc {
  padding: 150px 0;
  color: white;
}
.con_wrap {
  padding-bottom: 50px;
}
.con_wrap .right {
  width: 50%;
}
.con_wrap .right h1 {
  color: white;
  font-weight: bold;
  margin-bottom: 30px;
}
.con_wrap .right h2 {
  color: #37c6f4;
  margin-bottom: 30px;
}
.con_wrap .right .row {
  color: white;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 30px;
}
.con_wrap .right .row svg {
  width: 20px;
  height: 20px;
  fill: white;
  margin-left: 30px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.con_wrap .left {
  background: rgba(0, 0, 0, 0.6);
  padding: 50px;
  width: calc(50% - 100px);
}
.con_wrap .left .form_title {
  color: #37c6f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  margin-bottom: 20px;
}
.con_wrap .left .form_title svg {
  width: 20px;
  height: 20px;
  fill: #37c6f4;
  margin-left: 10px;
}
.con_wrap .left ::-webkit-input-placeholder {
  color: white;
  font-weight: bold;
  font-family: Almoni;
}
.con_wrap .left :-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-weight: bold;
  font-family: Almoni;
}
.con_wrap .left ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-weight: bold;
  font-family: Almoni;
}
.con_wrap .left :-ms-input-placeholder {
  color: white;
  font-weight: bold;
  font-family: Almoni;
}
.con_wrap .left input:focus::-webkit-input-placeholder, .con_wrap .left textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.con_wrap .left input:focus:-moz-placeholder, .con_wrap .left textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.con_wrap .left input:focus::-moz-placeholder, .con_wrap .left textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.con_wrap .left input:focus:-ms-input-placeholder, .con_wrap .left textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.con_wrap .left input, .con_wrap .left textarea {
  background: transparent;
  color: white;
  border: 0;
  border-bottom: 1px solid white;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.con_wrap .left textarea {
  height: 140px;
}
.con_wrap .left .mailpoetsignup {
  color: white;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.con_wrap .left .mailpoetsignup input {
  width: 20px;
  height: 20px;
}
.con_wrap .left .mailpoetsignup label {
  font-size: 18px;
  color: #59595b;
}
.con_wrap .left input[type=submit].wpcf7-submit {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  max-width: 200px;
  margin: 0 0 0 auto;
  font-size: 25px;
  color: #59595b;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 1;
}
.con_wrap .left input[type=submit].wpcf7-submit:hover {
  opacity: 0.5;
}
.left_form_btn {
  position: fixed;
  bottom: 0;
  left: 20px;
  padding: 15px;
  color: white;
  text-align: center;
  background: #3d62ec;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1000000;
  cursor: pointer;
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0);
}
.left_form_btn:hover {
  background: #1d358f;
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.75);
}
.left_form_btn svg {
  fill: white;
  width: 25px;
  height: 25px;
}
.left_con_form_wrap {
  position: fixed;
  left: 0;
  max-width: 350px;
  top: 0;
  height: calc(100vh - 150px);
  background: #e5e0dc;
  z-index: 1000000;
  padding: 150px 50px 0 50px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
}
.left_con_form_wrap.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.left_con_form_wrap .close_form {
  position: absolute;
  bottom: 0;
  left: 100%;
  padding: 10px 20px;
  color: white;
  text-align: center;
  background: #3d62ec;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
}
.left_con_form_wrap .close_form:hover {
  background: #1d358f;
}
.left_con_form_wrap .close_form .x {
  fill: white;
  width: 25px;
  height: 25px;
}
.left_con_form_wrap .title {
  text-align: center;
  font-size: 24px;
  padding-bottom: 20px;
}
.left_con_form_wrap .title > * {
  margin-bottom: 20px;
}
.left_con_form_wrap .white_wrap {
  background: white;
  padding: 30px;
}
.left_con_form_wrap .white_wrap input {
  padding: 8px 40px 8px 0;
  width: calc(100% - 40px);
  border: 1px solid #d7d7d7;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.left_con_form_wrap .white_wrap input[type=checkbox] {
  width: 15px;
  height: 15px;
}
.left_con_form_wrap .white_wrap input[type=submit] {
  background: #3768f4;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: white;
  font-size: 21px;
  width: 100%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.left_con_form_wrap .white_wrap input[type=submit]:hover {
  background: #1c3c96;
}
.left_con_form_wrap .white_wrap label {
  width: 100%;
  font-size: 18px;
  color: #858585;
  padding: 0;
  white-space: nowrap;
  text-align: right;
  margin-bottom: 0;
}
.left_con_form_wrap .white_wrap .mailpoetsignup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.left_con_form_wrap .white_wrap .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #858585;
}
.left_con_form_wrap .white_wrap .wpcf7-list-item.last {
  margin-bottom: 50px;
}
.left_con_form_wrap .white_wrap .points {
  background: #c1c1c1;
  color: white;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 21px;
}
.left_con_form_wrap .white_wrap .your-name:after {
  content: "";
  font-family: FontAwesome;
  font-size: 23px;
  color: #858585;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f007";
}
.left_con_form_wrap .white_wrap .tel:after {
  content: "";
  font-family: FontAwesome;
  font-size: 23px;
  color: #858585;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f095";
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
.left_con_form_wrap .white_wrap .your-email:after {
  content: "";
  font-family: FontAwesome;
  font-size: 23px;
  color: #858585;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f0e0";
  font-size: 21px;
}
.quick_call_btn {
  position: fixed;
  z-index: 10000000;
  right: 0;
  top: 80%;
  padding: 10px 20px;
  color: white;
  background: #3768f4;
  font-size: 23px;
  cursor: pointer;
  max-height: 45px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0);
}
.quick_call_btn:hover {
  background: #284bb1;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
}
.quick_call_btn svg {
  width: 20px;
  height: 20px;
  fill: white;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.quick_call_form {
  position: fixed;
  z-index: 10000000;
  top: calc(80% + 45px);
  background: #e5e0dc;
  padding: 15px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.quick_call_form.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.quick_call_form input {
  padding: 10px 15px;
  font-size: 22px;
  border: 0;
  color: #858585;
}
.quick_call_form input[type=submit] {
  background: #3768f4;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.quick_call_form input[type=submit]:hover {
  background: #284bb1;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated2 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated2.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media (max-width: 1025px), (max-device-width: 1025px) {
  /**mobile menu fixed**/
 .archive .container .left_cont .recs_wrap {
    display: none;
}
  .archive .container .left_cont .popular_posts {
    display: none;
}
  #content {
    padding-bottom: 0;
  }
  #leos {
    position: static;
  }
  .overh {
    overflow: hidden;
  }
  footer {
    position: static;
  }
  .nomobile {
    display: none;
  }
  .logo a img {
    width: 100%;
    height: auto;
  }
  #MobNavBtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 100%;
    width: 46px;
    height: 45px;
    background: #37c6f4;
    z-index: 9999999;
    border: 1px solid #fff;
    border-right: 0;
  }
  #MobNavBtn:after, #MobNavBtn:before {
    content: '\f0c9';
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 33px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  #MobNavBtn:after {
    content: '\f0c9';
  }
  #MobNavBtn:before {
    content: '\f057';
    opacity: 0;
    visibility: hidden;
  }
  nav.active #MobNavBtn:after {
    opacity: 0;
    visibility: hidden;
  }
  nav.active #MobNavBtn:before {
    opacity: 1;
    visibility: visible;
  }
  .navwrap.front nav {
    width: 60%;
  }
  #FloatSocials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 4px);
    max-width: 200px;
    bottom: 2px;
    right: 2px;
    top: auto;
  }
  #FloatSocials div {
    margin-bottom: 0;
  }
  #FloatSocials svg {
    width: 30px;
    height: 30px;
  }
  nav {
    background: #37c6f4;
    display: block;
    position: fixed;
    height: auto;
    width: 60%;
    max-width: 250px;
    z-index: 999;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100vh;
    border-left: 1px solid white;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  nav ul.menu {
    margin-top: 10px;
    height: calc(100vh - 50px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  nav ul, nav ul li, nav ul li a {
    display: block;
    color: #fff;
    width: 100%;
    margin: 0;
  }
  nav ul li {
    padding: 0 !important;
    margin: 0 !important;
  }
  nav ul.menu li a {
    padding: 10px 5px;
    width: calc(100% - 10px);
    background: #37c6f4;
  }
  nav ul li:after {
    display: none;
  }
  nav .menu li.current_page_item > a, nav .menu li.current-menu-item > a, nav .menu li:hover > a {
    background: rgba(35, 135, 167, 1);
  }
  .mobile-footer div a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    max-width: 715px;
    background: #ccc;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 91%;
    z-index: 998;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #sidebar {
    width: 82%;
    margin: 0 auto;
  }
  #MobBtns {
    display: block;
    position: fixed;
    bottom: 3px;
    right: 2.5px;
    z-index: 99999;
  }
  #MobBtns div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 2.5px;
    background: #37c6f4;
    position: relative;
  }
  #MobBtns div a {
    display: block;
    height: 100%;
  }
  #MobBtns div svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
  }
  .part1 {
    height: auto;
  }
  .part1 .content_wrap .animated .links_wrap {
    max-width: 600px;
    min-width: auto;
    width: 80%;
  }
  .part1 .content_wrap .animated .links_wrap > * {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 20px auto;
  }
  .part2 h2 {
    width: 70%;
    margin: 0 auto;
  }
  .part2 .courses {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .part2 .courses .course_wrap {
    padding: 25px 10px;
  }
  .part2 .courses .course_wrap .course {
    max-width: 90%;
  }
  .part3 .container .left, .part3 .container .right {
    width: 100%;
  }
  .part3 .container .right {
    max-width: 400px;
    margin: 0 auto;
  }
  .part3 .container {
    padding: 30px 0;
  }
  .part3 .container .wrap .name, .part3 .container .wrap .tel, .part3 .container .wrap .email {
    width: 100%;
  }
  .part4 .rec_wrap {
    width: calc(50% - 50px);
  }
  .part4 .rec_wrap.left {
    text-align: right;
  }
  .part5 .form_title {
    font-size: 25px;
    text-align: center;
  }
  .part5 .wrap .widget_wysija_cont.shortcode_wysija form {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .part5 .wrap .widget_wysija_cont.shortcode_wysija form p.wysija-paragraph {
    width: 100%;
  }
  .part5 .wrap .widget_wysija_cont.shortcode_wysija form .wysija-submit {
    width: 100%;
    position: relative;
    top: 10px;
  }
  .part5 .wrap .widget_wysija_cont.shortcode_wysija form p.wysija-paragraph input {
    width: calc(100% - 102px);
  }
  .part6 {
    padding: 50px 8px;
  }
  .part6 .rec_swiper {
    width: 100%;
  }
  footer .fcol {
    padding: 10px;
    width: calc(50% - 20px);
  }
  footer .last_footer_wrap {
    padding: 50px 10px;
  }
  header .header_wrap .top {
    display: none;
  }
  header .header_wrap {
    width: 0;
  }
  header .logo_wrap .logo {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
  }
  header.active .logo_wrap {
    width: 100%;
    height: 100px;
  }
  header .header_wrap .bottom .main_menu .menu {
    display: block;
  }
  .grey_head {
    padding-top: 50px;
  }
  .grey_head .form_wrap {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .grey_head .form_wrap .title {
    width: 200px;
    margin: 0 auto 10px auto;
  }
  .grey_head .form_wrap .form span.wpcf7-form-control-wrap {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .grey_head .form_wrap .form input[type=submit] {
    width: 100%;
  }
  .page_recs .rec_wrap {
    width: calc(50% - 50px);
  }
  .map_wrap {
    margin-bottom: 30px;
  }
  .acf-map {
    height: 400px;
  }
  .map_wrap.active {
    height: 400px;
  }
  .grey_head .form_wrap .form {
    width: 100%;
  }
  .tabs_wrap .tab_wrap {
    width: 33%;
    border-left: 0;
    border-right: 0;
  }
  .tabs_wrap .container {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .tabs_wrap .tab_wrap:first-of-type {
    border-right: 0;
  }
  .members_wrap .text_wrap .text {
    width: 100%;
  }
  .members_wrap .team_wrap .member {
    width: 95%;
    margin: 0 auto 20px auto;
  }
  .archive .container {
    padding: 0;
  }
  #content.archive {
    padding-top: 30px;
  }
  .archive .container .right_cont, .archive .container .left_cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .archive .container .right_cont .post_wrap, .archive .container .left_cont > * {
    width: calc(100% - 30px);
  }
  .archive .container .right_cont .post_wrap.the_post {
    width: 100%;
  }
  .archive .container .right_cont .post_wrap .thumb, .archive .container .right_cont .post_wrap .content {
    width: 100%;
    margin-bottom: 20px;
  }
  .archive .container .right_cont .post_wrap .content .fb-like {
    bottom: -20px;
  }
  .archive .container .left_cont {
    width: 100%;
  }
  .archive .container .left_cont {
    margin-bottom: 20px;
  }
  .con_bc {
    padding: 120px 0 60px;
  }
  .grey_head p#breadcrumbs {
    padding: 60px 0 60px;
  }
  .con_wrap .right {
    width: 100%;
  }
  .con_wrap .left {
    padding: 20px;
    width: calc(100% - 40px);
  }
  .con_wrap .left .mailpoetsignup {
    white-space: normal;
    margin-bottom: 0;
  }
  div.wpcf7 label {
    width: 100%;
    text-align: right;
    padding-left: 0;
  }
  .part1 .content_wrap .logo {
    width: 75%;
    margin: 0 auto 30px auto;
  }
  .part1 .content_wrap .animated .p1_sub_title {
    width: 80%;
    margin: 0 auto;
  }
  .footer_nav li {
    text-align: center;
  }
  .archive .container .right_cont .post_wrap .the_content {
    max-width: 100%;
  }
  .video_wrap .iframe_wrap {
    width: 80%;
    height: 30%;
  }
}
@media (max-width: 1025px) and (max-width: 600px), (max-device-width: 1025px) and (max-width: 600px) {
  footer .fcol {
    width: 100%;
  }
  footer .last_footer_wrap .col_wrap {
    width: 100%;
    margin-bottom: 50px;
  }
  .part4 .rec_wrap {
    width: 100%;
  }
  .tabs_wrap .tab_wrap {
    width: 50%;
  }
  .archive .container .right_cont .post_wrap, .archive .container .left_cont > * {
    width: calc(100% - 20px);
  }
  .page_recs .rec_wrap {
    width: 100%;
  }
  .con_wrap .right .row svg {
    margin-left: 0;
  }
}
#real-accessability {
  top: 160px !important;
}
.post-type-archive-estate #content {
  padding-bottom: 0px !important;
}
.post-type-archive-estate footer {
  position: static;
}
.post-type-archive-estate #leos {
  position: static;
}

#wpmem_msg, .wpmem_msg {
    background: #343434 !important;
    border: 1px solid lightGrey;
    border-radius: 3px;
    padding: 20px 0 20px 0 !important;
}

div#wpmem_reg a {
    text-decoration: underline;
}
#form_regclub p a {
    text-decoration: underline;

}
#form_regclub small
{
    font-size: 12px;
}

.page-id-826 .bg_black_op{
	background: rgba(0, 0, 0, 0.5882352941176471);
}
div#wpmem_login, div#wpmem_reg{
	background: rgba(0, 0, 0, 0.6705882352941176);
}
#wpmem_reg legend, #wpmem_login legend{
	color:#fff;
}

.bg-white{
  position:relative;
}
.bg-white .fa-times-circle{
  font-size:60px;
  position:absolute;
  top:-30px;
  left:-30px;;
}
.bg-white .fa-times-circle:after{
  content:'';
  position:absolute;
  left:8px;
  top:10px;
  width:30px;
  height:35px;
  background:#fff;
  z-index:-1;
}

.ofs-estate.bg-white .fa-times-circle {
    top: -46px;
    left: inherit;
    right: -11px;
}
form#form_add_deal select option:first-child{
  color:#ccc;
}

@media (max-width:767px){
div#wpmem_login, div#wpmem_reg{
  width:98% !important;
}
img{
  max-width:100%;
}
div#form_detaisl_add{
  padding:0 !important;
}
div#form_detaisl_add form{
  max-width:100% !important;
  box-sizing: border-box;
}
.club .content_ofs_con{
  width:100% !important;
}
form#form_add_deal .bg-white{
  width: 100%;
  margin-top: 30px;
  box-sizing: border-box;
}
.bg-white .fa-times-circle{
  font-size: 40px;
  left: -1px;
  top: -15px;
}
.bg-white .fa-times-circle:after{
  width: 20px;
  height: 20px;
}
form#form_add_deal{
  width: 100%;
}
.ofs-col-50{
  padding-left:0 !important;
  padding-right:0 !important;
}
form#form_add_deal input[type="submit"]{
  margin: 0 auto!important;
  width: 74% !important;
}
form#form_add_deal .details-file{
  margin-right: 0 !important;
  /* padding-right: 0 !important; */
}
.container{
  width:100%;
}
div#box-estate-page .container_b_estate, div#box-estate-page .img_b_estate{
	width:100% !important;
}
div#box-estate-page{
  display:block !important;
}
.do_fund:before, .container_b_estate:before{
  display:none !important;
}
.btn_fund, .btn_estate{
  width: 200px !important;
}

.box_estate{
  display:block !important;
}
.box_estate .container_b_estate, .box_estate .img_b_estate{
  width:100%;
}
}

    .btn_fund{
        position: static !important;
    }
    .do_fund{
        top:100%;
        bottom: inherit !important;
        margin-top:20px;
        right: 0;
    }
@media (min-width:480px){
    .do_fund span{
        width:50% !important;
        box-sizing:border-box;
    }
    .do_fund span:first-child{
        padding-left:5px;
    }
    .do_fund span:first-child + span{
        padding-right:5px;
    }
    .do_fund form{
        padding-left:100px;
        position:relative;        
    }
    .do_fund form input[type="submit"] {
        width:90px;
        position:absolute;
        left:0;
    }
}
@media (max-width:479px){
	.btn_fund.open{
		margin-bottom:180px !important;
	}
    .do_fund span{
        width:100% !important;
        margin-bottom:10px !important;
    }
}

.page-id-1313 .bg_black_op {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000096;
}
.page-id-1313 #form_detaisl_add + #form_detaisl_add{
	margin-top:0;
}

form#profileupdate fieldset {
    border: 0px;
}

form#profileupdate {
    background: #4c4c4c;
    padding: 20px;
}

form#profileupdate input[type=text],
form#profileupdate select,
form#profileupdate textarea {
    background-color: #ee82ee00;
    border: 0;
    border-bottom: 1px solid gainsboro;
    border-radius: 0;
    color: white;
    font-size: 17px;
    font-family: inherit;
    padding: 11px!important;
    width:95%;
}
form#profileupdate input[type=text]::-webkit-input-placeholder,
form#profileupdate textarea::-webkit-input-placeholder{
    color:white;
}
form#profileupdate select {
    padding: 12px;
    width: 95%;
}

form#profileupdate option {
    color: black;
}
form#profileupdate input[type=submit] {
    background: #35c5f3;
    color: white;
    font-size: 28px;
    border: 0px;
    border-radius: 0;
    width: 276px;
    padding: 10px 15px;
    margin-top: 25px;
}
.box_estate.estates_item {
		position: relative;
    padding-left: 20px !important;
    padding-top: 30px !important;
}
.deal_closed{
	-webkit-transform: rotate(-45deg); */
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  
    position: absolute;
    left: -28px;
    top: 28px;
    background: rgb(0, 0, 0) !important;
    padding: 5px 16px;
    color: #fff;	
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.part3 .fa-angle-down{
	display:none !important;
}

.page_recs .rec_wrap { width: 28%; margin: 0 10px 20px; min-height: 165px;}
.page_recs .rec_wrap .title { min-height: 50px;}

@media (max-width: 1025px) and (max-width: 600px), (max-device-width: 1025px) and (max-width: 600px){
.page_recs .rec_wrap { width: 100%; margin: 0 0 20px; min-height: inherit;}
}


@media (max-width:767px){
	.part4 .fa-angle-down{
		display:none !important;
	}
}
