body .squeeze_template p h1,
body .squeeze_template p h2,
body .squeeze_template p h3,
body .squeeze_template p h4,
body .squeeze_template p h5,
body .squeeze_template p h6,
body .squeeze_template span h1,
body .squeeze_template span h2,
body .squeeze_template span h3,
body .squeeze_template span h4,
body .squeeze_template span h5,
body .squeeze_template span h6 {
    color: inherit !important;
}
.squeeze_template h3{
	color: #333333 !important;
}

/* @font-face {
  font-family: 'nlicons';
  src:url('../fonts/nlicons.eot');
  src:url('../fonts/nlicons.eot?#iefix') format('embedded-opentype'),
  url('../fonts/nlicons.woff') format('woff'),
  url('../fonts/nlicons.ttf') format('truetype'),
  url('../fonts/nlicons.svg#nlicons') format('svg');
  font-weight: normal;
  font-style: normal;
} */

.squeeze_template h1,
.squeeze_template h2,
.squeeze_template h3,
.squeeze_template h4,
.squeeze_template h5,
.squeeze_template h6 {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.squeeze_template h2 { font-size: 41px; }
.squeeze_template h3 { font-size: 36px; }
.squeeze_template h4 { font-size: 32px; }

#template_preview .first_flex{
  margin:0!important;
}
#template_preview .f_header > .bg{
  top:0!important;
}
#template_preview .f_header{
  padding:5vh 0!important;
}
#template_preview .main_bg{
  background-image: -ms-linear-gradient(left, rgba(34, 111, 170, 0.5) 0%, rgba(125, 185, 232, 0.5) 100%);
  background-image: -moz-linear-gradient(left, rgba(34, 111, 170, 0.5) 0%, rgba(125, 185, 232, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(34, 111, 170, 0.5) 0%, rgba(125, 185, 232, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(34, 111, 170, 0.5)), color-stop(100, rgba(125, 185, 232, 0.5)));
  background-image: -webkit-linear-gradient(left, rgba(34, 111, 170, 0.5) 0%, rgba(125, 185, 232, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(34, 111, 170, 0.5) 0%, rgba(125, 185, 232, 0.5) 100%);
}
#template_preview{
    top:32px;
}
#template_preview .carousel-wrapper{
  text-align: center;
}
#template_preview .carousel-box{
  width: 30%;
  display: inline-block;
  position: relative;
  top:0;
  left:0;
  height:170px;
  padding:10px;
  margin:0 0.5%;
  z-index:1;
  text-align: left;
}

#template_preview #first_step{
  position: relative!important;
}

#template_preview .template_nextstep,
#template_preview #third_step,
#template_preview .backtosite_row{
    display: block!important;
}
#template_preview .t_title_row,
#template_preview .t_prog_steps,
#template_preview .bedroom_count{
    display: none!important;
}
#template_preview .template_nextstep{
    text-align: center;
    padding:50px 0;
    font-size:36px;
    color: #000;
    font-weight:900;
}
#template_preview .video_container{
    padding: 20px 0;
}
#template_preview .video_container .iframe-block{
    pointer-events: auto;
    position: relative;
    top: 0;
}
#template_preview .admin_adress {
    display: block;
}
#template_preview #map {
    display: none;
}

#template_preview .container {
  max-width: 100%;
}


.squeeze_template{
  font-weight: 400;
  overflow-x: hidden;
  font-size: 15px;}


.squeeze_template ul, .squeeze_template li {
  margin: 0;
  padding: 0;
}

.squeeze_template textarea:active,
  .squeeze_template textarea:focus,
  .squeeze_template input:active,
  .squeeze_template input:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.squeeze_template h1, .squeeze_template h2, .squeeze_template h3, .squeeze_template h4, .squeeze_template h5, .squeeze_template p {
  margin: 0;
}

.squeeze_template input[type="text"] {
  background: #ffffff !important;
}

.squeeze_template #map {
  position: fixed !important;
  height: calc(100% + 300px);
  width: 100%;
  bottom: -300px;
}

.squeeze_template .remheight #map {
  position: relative !important;
  height: calc(100% + 90px);
  width: 100%;
  bottom: 60px;
}

.squeeze_template .remheight .bg.template_overlay {
  overflow: hidden;
}

.squeeze_template .squeeze_form {
  min-height: 100vh;
  background: #fafafa;
  position: relative;
  width: 100%;
}

.squeeze_template .squeeze_template .eap-sac-form-container.popup.sac-mode-global {
  display: none;
}

.squeeze_template .privacy a {
  color: inherit;
}

.squeeze_template .squeeze_step.step2 .template_preview .settings_box .upload_button.plus:after {
  position: static !important;
}

.squeeze_template #first_step {
  position: absolute;
  width: 100%;
  padding: 5vh 0;
}

.squeeze_template #second_step {
  width: 100%;
  min-height: 500px;
  background: #fafafa;
  display: none;
}

.squeeze_template .f_top_wrapp {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.squeeze_template .f_header > .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  top: 0;
    /*background-image: url('../img/bg1.jpg');*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.squeeze_template .f_header .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.squeeze_template .first_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 90vh;
}

.squeeze_template .f_footer_wrapp > .bg {
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  background-image: url("https://www.rochesterrealestateblog.com/wp-content/plugins/eap-tools/src-v2/Tools/Squeeze2/SqueezeTemplates/22template/img/bg1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.squeeze_template .f_footer_wrapp .bg-overlay {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.squeeze_template .f_top_row {
  display: inline-block;
  width: 100%;
  padding: 0 35px;
}

.squeeze_template .f_top_logo {
  text-align: center;
  max-width: 185px;
  width: 100%;
  margin: 0 auto;
}

.squeeze_template .f_top_phone {
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 20px 0 0;
}

.squeeze_template .f_top_phone a {
  opacity: 0.8;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.squeeze_template .f_h_wrapp {
  font-size: 41px;
  font-weight: bold;
  max-width: 520px;
  margin: 0 auto;
}

.squeeze_template .f_h_wrapp p {
  font-size: 41px;
  font-weight: bold;
  line-height: 1em;
}

.squeeze_template .f_head_cont {
  padding: 50px 0;
  position: relative;
  z-index: 5;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.squeeze_template .f_head_cont h2 {
  text-align: center;
  font-size: 41px;
  font-weight: bold;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.squeeze_template .f_head_cont p {
  text-align: center;
  /*font-size: 16px;
  font-weight: 400;*/
  margin-top: 20px;
}

.squeeze_template .searchmail_wrapper {
  width: 100%;
  max-width: 830px;
  margin: 40px auto 0;
}

.squeeze_template .searchmail_row {
  display: inline-block;
  width: 100%;
}

.squeeze_template .searchmail_wrapper #searchemail {
  float: left;
  background: #fff;
  height: 70px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 0 15px 0 30px;
  font-size: 18px;
  width: 320px;
  margin-right: 15px;
}

.squeeze_template .searchmail_row .errorborder {
  border: 1px solid red !important;
}

.squeeze_template .onlyadrs .enter_address_row {
  width: 100%;
}

.squeeze_template .enter_address_row {
  width: 495px;
  background: #fff;
  height: 70px;
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 5;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  overflow: hidden;
}

.squeeze_template .searchmail_row:hover .enter_address_row,
  .squeeze_template .searchmail_row:hover #searchemail {
  -webkit-box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.3);
}

.squeeze_template .addshad {
  -webkit-box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.3);
}

.squeeze_template .enter_address_row input {
  width: 71%;
  height: 100%;
  border: none;
  padding: 0 30px 0 0;
  float: left;
  font-size: 18px;
  margin: 0 0 0 4%;
}

.squeeze_template .enter_address_row .address_loop_ico {
  float: right;
  width: 23%;
  display: block;
  height: 59.5px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50px;
  margin: 5px 5px 5px 0;
  line-height: 59.5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 2;
  position: relative;
}

.squeeze_template .enter_address_row .address_loop_ico:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.squeeze_template .f_header {
  min-height: 100vh;
  position: relative;
}

.squeeze_template .sf_form {
  background: #fafafa;
  min-height: 100vh;
}

.squeeze_template .f_content_row {
  display: inline-block;
  width: 100%;
  padding: 65px 15px 35px;
  background: #FFFFFF;
}

.squeeze_template .f_content_row h3 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}

.squeeze_template .f_cols_wrapp {
  max-width: 1100px;
  margin: 0 auto;
}

.squeeze_template .f_content_rows {
  display: inline-block;
  width: 100%;
  padding-top: 60px;
}

.squeeze_template .f_content_rows .f_cont_col {
  float: left;
  width: 33.33%;
  padding: 0 50px;
}

.squeeze_template .f_content_rows .f_cont_col .col_ico {
  max-width: 80px;
  margin: 0 auto;
  height: 85px;
}

.squeeze_template .f_content_rows .f_cont_col .col_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  text-transform: uppercase;
}

.squeeze_template .f_content_rows .f_cont_col .col_text {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.squeeze_template .f_carousel {
  padding: 50px 0 85px;
}

.squeeze_template .f_carousel h3 {
  text-align: center;
  font-weight: bold;
}

.squeeze_template .carousel_cont_box {
  position: relative;
  width: 100%;
  height: 100%;
}

.squeeze_template .carousel_cont_box p {
  font-size: 16px;
  line-height: 1.2;
}

.squeeze_template .carousel_cont_box h4 {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
}

.squeeze_template .f_footer_wrapp {
  padding: 85px 0 30px;
  position: relative;
}

.squeeze_template .f_footer_wrapp h3 {
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 5;
}

.squeeze_template .footer_logo_row {
  max-width: 180px;
  margin: 40px auto 0;
  position: relative;
  z-index: 5;
}

.squeeze_template #footer {
  position: relative;
  z-index: 5;
}

.squeeze_template .nextstep {
  padding: 0;
}

.squeeze_template .nextstep .f_head_cont {
  padding: 10px 0 75px;
}

.squeeze_template .s_wrapper {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.squeeze_template .s_wrapper .s_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.squeeze_template .s_wrapper .s_row .s_left_img {
  width: 50%;
}

.squeeze_template .inval_addrs {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.squeeze_template .inval_addrs span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  padding-top: 20px;
  color: red;
  font-size: 28px;
  text-decoration: underline;
}

.squeeze_template .s_wrapper .s_row .s_right_form {
  width: 50%;
  padding: 50px 0;
}

.squeeze_template .s_wrapper .s_row .s_right_form .s_form_row {
  display: table;
  height: 100%;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

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

.squeeze_template .s_wrapper .s_row .s_right_form h3 {
  text-align: center;
  font-weight: bold;
  font-size: 27px;
}

.squeeze_template .s_wrapper .s_row .s_right_form .subtitleform {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  color: #9f9f9f;
}

.squeeze_template .s_wrapper .s_row .s_right_form input {
  height: 80px;
  background: #fff;
  border: 1px solid #ededed;
  font-size: 22px;
}

.squeeze_template .s_wrapper .s_row .s_right_form input:active,
  .squeeze_template .s_wrapper .s_row .s_right_form input:focus {
  border: 1px solid #ededed !important;
  -webkit-box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0, 0, 0, 0.08) inset !important;
  -moz-box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0, 0, 0, 0.08) inset !important;
  box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0, 0, 0, 0.08) inset !important;
}

.squeeze_template .s_wrapper .s_row .s_right_form .fnamegroup,
  .squeeze_template .s_wrapper .s_row .s_right_form .lnamegroup {
  width: 50%;
  float: left;
  padding: 5px;
}

.squeeze_template .s_wrapper .s_row .s_right_form .full_grp {
  width: 100%;
  padding: 5px;
}

.squeeze_template .s_wrapper .s_row .s_right_form .form_btn {
  width: 100%;
  height: 59.5px;
  line-height: 59.5px;
  font-size: 20px;
  background: #4a90e2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.squeeze_template .s_wrapper .s_row .s_right_form .form_btn:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.squeeze_template .form_submit_row {
  width: 100%;
  padding: 0 5px;
}

.squeeze_template #third_step {
  width: 100%;
  padding: 20px 0;
}

.squeeze_template .t_wrapper {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

.squeeze_template .t_title_row {
  padding-top: 35px;
}

.squeeze_template .t_title_row .small_title {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #dcdcdc;
}

.squeeze_template .t_title_row .big_title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 41px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}

.squeeze_template .t_prog_steps {
  padding-top: 50px;
  padding-bottom: 45px;
}

.squeeze_template .t_prog_steps .proggresbar {
  display: inline-block;
  width: 100%;
}

.squeeze_template .proggresbar li {
  list-style-type: none;
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}

.squeeze_template .proggresbar li.active span {
  color: #000;
  display: inline-block !important;
}

.squeeze_template .proggresbar li span {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #dcdcdc;
  display: inline-block;
}

.squeeze_template .proggresbar li span.hidetext {
  display: none;
}

.squeeze_template .proggresbar li:before {
  width: 24px;
  height: 24px;
  content: '';
  border: 5px solid #dcdcdc;
  display: block;
  text-align: center;
  margin: 0 auto 3px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  position: relative;
}

.squeeze_template .proggresbar li.active:before {
  border-color: #4a90e2;
}

.squeeze_template .prog_bathrooms:after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background: #dcdcdc;
  position: absolute;
  top: 10px;
  left: -50%;
}

.squeeze_template .prog_description:after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background: #dcdcdc;
  position: absolute;
  top: 10px;
  left: -50%;
}

.squeeze_template .prog_typeproperty:after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background: #dcdcdc;
  position: absolute;
  top: 10px;
  left: -50%;
}

.squeeze_template .prog_whensell:after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background: #dcdcdc;
  position: absolute;
  top: 10px;
  left: -50%;
}

.squeeze_template .rooms_row {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.squeeze_template .rooms_row li {
  list-style-type: none;
  display: inline-block;
  width: 19.5%;
  padding: 0 10px;
}

.squeeze_template .rooms_row li .li_content {
  border: 1px solid #DFDFDF;
  background: #fff;
  width: 100%;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 0 0;
  height: 110px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}

.squeeze_template .rooms_row li .li_content:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.squeeze_template .rooms_row li.active .li_content,
  .squeeze_template .rooms_row li:hover .li_content,
  .squeeze_template .rooms_row li:focus .li_content,
  .squeeze_template .rooms_row li:active .li_content {
  border-color: #4a90e2;
  color: #4a90e2;
}

.squeeze_template .rooms_row li .li_content .li_num {
  font-size: 36px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}

.squeeze_template .center_li {
  display: table;
  padding: 0 5px !important;
}

.squeeze_template .center_li .center_text {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
}

.squeeze_template .nextstep_row_btn {
  display: inline-block;
  width: 100%;
  margin-top: 45px;
  text-align: center;
}

.squeeze_template .nextstep_row_btn .tnext_btn {
  display: inline-block;
  width: 420px;
  max-width: 90%;
  background: #258dde;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.squeeze_template .descript_house textarea {
  min-height: 200px;
  resize: none;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #4a90e2;
}

.squeeze_template .s_form_row .error {
  border-color: #f00 !important;
}

.squeeze_template .pattern_bg {
/*  height: 100%;*/
    /*opacity: 0.5;*/
  top: -50px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

.squeeze_template .video_container {
  position: relative;
  z-index: 5;
  padding: 80px 0;
}

.squeeze_template .video_container .iframe-block {
  position: absolute;
  top: -195px;
  left: 50%;
  margin-left: -272px;
  width: 545px;
  height: 310px;
}

.squeeze_template .video_container .iframe-block iframe {
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.2);
}

.squeeze_template .backtosite_row {
  padding-top: 35px;
  text-align: center;
}

.squeeze_template .backtosite_row .small_title {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #dcdcdc;
}

.squeeze_template .backtosite_row .big_title {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  margin: 10px auto 0;
  text-align: center;
  padding: 20px;
}

.squeeze_template .backtosite_row .tnext_btn {
  display: inline-block;
  width: 420px;
  max-width: 90%;
  background: #258dde;
  height: 59.5px;
  line-height: 59.5px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 45px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.squeeze_template .backtosite_row .tnext_btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.squeeze_template .backtosite_row .tnext_btn a:hover,
  .squeeze_template .backtosite_row .tnext_btn a:focus {
  text-decoration: none;
}

.squeeze_template .backtosite_row .tnext_btn:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.squeeze_template .hidesearch {
  visibility: hidden;
  opacity: 0;
}

.squeeze_template .overlay {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.squeeze_template .last_spers_valid,
  .squeeze_template .address_valid {
  position: fixed;
  width: 500px;
  padding: 10px 20px;
  color: #fff;
  background: #258dde;
  z-index: 9999;
  font-size: 18px;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -250px;
}

@media screen and (max-width: 990px) {
  .squeeze_template .enter_address_row {
    max-width: 580px;
    margin: 0 auto;
  }

  .squeeze_template .f_content_rows .f_cont_col {
    padding: 0 15px;
  }

  .squeeze_template .carousel {
    width: 740px !important;
  }

  .squeeze_template .carousel-box.right {
    right: 50px !important;
    left: initial !important;
  }

  .squeeze_template .f_footer_wrapp {
    padding: 85px 0 80px;
  }

  .squeeze_template .s_wrapper .s_row .s_left_img {
    width: 100%;
    height: 330px;
    background-position: center;
  }

  .squeeze_template .s_wrapper .s_row .s_right_form {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
  }

  .squeeze_template .s_wrapper .s_row {
    height: auto;
  }

  .squeeze_template #second_step {
    height: auto !important;
  }

  .squeeze_template .s_wrapper .s_row .s_right_form h3 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 860px) {
  .squeeze_template .searchmail_wrapper #femail {
    margin-bottom: 20px !important;
  }

  .squeeze_template .searchmail_wrapper #femail,
    .squeeze_template .enter_address_row {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .squeeze_template .backtosite_row {
    margin-bottom: 60px;
  }

  .squeeze_template .f_top_logo {
    float: none;
    margin: 20px auto 0;
  }

  .squeeze_template .f_top_phone {
    float: none;
    text-align: center;
    max-width: 180px;
    margin: 15px auto 20px;
  }

  .squeeze_template .f_head_cont h2 {
    font-size: 24px;
  }

  .squeeze_template .f_head_cont {
    padding: 50px 10px;
  }

  .squeeze_template .searchmail_wrapper #femail {
    padding: 0 15px;
  }

  .squeeze_template .enter_address_row,
    .squeeze_template .searchmail_wrapper #femail {
    width: 94%;
    height: 120px;
    max-width: 420px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .squeeze_template .enter_address_row input {
    width: 100%;
    padding: 0 15px;
    height: 60px;
    margin-left: 0;
  }

  .squeeze_template .enter_address_row .address_loop_ico {
    width: 100%;
    height: 60px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .squeeze_template .f_header {
    padding-bottom: 10px;
  }

  .squeeze_template .f_content_rows .f_cont_col {
    width: 100%;
    max-width: 420px;
    float: none;
    margin: 0 auto 30px;
  }

  .squeeze_template .f_content_row {
    padding-bottom: 15px;
  }

  .squeeze_template .f_carousel h3 {
    padding: 0 5px;
  }

  .squeeze_template .carousel {
    width: 100% !important;
  }

  .squeeze_template .carousel-box.left, .squeeze_template .carousel-box.right {
    display: none;
  }

  .squeeze_template .carousel-box.is-active {
    width: 84% !important;
    height: 200px !important;
    padding: 15px;
    left: 0 !important;
    margin: 0 8% !important;
  }

  .squeeze_template .nav-left, .squeeze_template .nav-right {
    display: block !important;
  }

  .squeeze_template .s_wrapper .s_row .s_left_img {
    height: 140px;
  }

  .squeeze_template .s_wrapper .s_row .s_right_form {
    padding: 15px 0 60px;
  }

  .squeeze_template .form-group {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .squeeze_template .form-group input {
    height: 60px !important;
  }

  .squeeze_template .s_wrapper .s_row .s_right_form .s_form_row {
    padding: 0 10px;
  }

  .squeeze_template .rooms_row li {
    float: none;
    display: inline-block;
    width: 130px;
    padding: 10px;
  }
}

@media screen and (max-width: 640px) {
  .squeeze_template .hidesearch {
    display: none;
  }

  .squeeze_template .video_container {
    padding: 0;
  }

  .squeeze_template .video_container .iframe-block {
    width: 100%;
    max-width: 420px;
    padding: 0 10px;
    margin: 0 auto;
    left: auto;
    height: 235px;
    position: relative;
    top: -70px;
  }

  .squeeze_template .proggresbar li span {
    font-size: 12px;
  }
}

@media screen and (max-width: 550px) {
  .squeeze_template .bedroom_valid,
    .squeeze_template .bathroom_valid,
    .squeeze_template .address_valid {
    width: 310px;
    margin-left: -155px;
  }

  .squeeze_template .rooms_row {
    text-align: center;
  }

  .squeeze_template .descript_house textarea {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}

.squeeze_template .temp_footer_sch {
  margin: 15px auto 0;
}

.squeeze_template .temp_footer_sch .footer-log {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 40px;
}

.squeeze_template .temp_footer_sch .footer-log img {
  width: 100%;
  height: auto;
}

.squeeze_template .temp_footer_sch .copyright {
  font-size: 18px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.squeeze_template .temp_footer_sch .copyright a {
  text-transform: uppercase;
  font-weight: bold;
}

.squeeze_template .squeeze_overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.squeeze_template .squeeze_download_box .squeeze_overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.squeeze_template .squeeze_download_box {
  position: fixed;
  left: calc(50% - 150px);
  background: white none repeat scroll 0% 0%;
  top: 30%;
  z-index: 10000;
  text-align: center;
  border-radius: 4px;
  width: 400px;
  max-width: 90%;
  padding: 1rem;
  border: 1px solid #cccccc;
}

.squeeze_template .squeeze_download_box .squeeze_download_box button.close {
  font-size: 29px;
  position: absolute;
  right: 8px;
  top: 3px;
}

.squeeze_template .squeeze_download_box .squeeze_check {
  font-size: 45px;
  color: #484d9d;
  margin-bottom: -10px;
}

.squeeze_template .squeeze_download_box .squeeze_down_text {
  font-size: 29px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 20px 0;
}

.squeeze_template .squeeze_download_box #squeeze_download {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  min-width: 181px;
  border-radius: 88px;
  padding: 20px 20px;
  background: #552448;
  border-radius: 4px !important;
}

.squeeze_template .squeeze_download_box #squeeze_only_button {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  min-width: 181px;
  border-radius: 88px;
  padding: 20px 20px;
  background: #552448;
  border-radius: 4px !important;
}

.squeeze_template .squeeze_download_box .grow {
  transition: all .3s;
}

.squeeze_template .squeeze_download_box .squeeze_down_share {
  font-size: 50px;
}

.squeeze_template .squeeze_download_box .squeeze_down_share .fa-facebook-square {
  color: #3B5998;
}

.squeeze_template .squeeze_download_box .squeeze_down_share .fa {
  margin: 10px;
}

.squeeze_template .squeeze_download_box .squeeze_down_share .fa-twitter-square {
  color: #54ABEE;
}

.squeeze_template .squeeze_download_box .squeeze_down_share .fa {
  margin: 10px;
}

@media (min-width: 768px) {
  .squeeze_template .squeeze_download_box {
    position: fixed;
    left: calc(50% - 200px);
    background: white none repeat scroll 0% 0%;
    top: 30%;
    z-index: 10000;
    text-align: center;
    border-radius: 4px;
    width: 400px;
    max-width: 90%;
    padding: 1rem;
    border: 1px solid #cccccc;
  }

  .squeeze_template #third_step {
    padding: 20px 0 60px !important;
  }
}

.squeeze_template .remheight {
  position: relative !important;
  padding: 20px 0 !important;
  min-height: 1px !important;
}

.squeeze_template .remheight .first_flex {
  min-height: 1px !important;
}

.squeeze_template .remheight .head_text_row {
  display: none;
}

.squeeze_template .hidden {
  display: none !important;
}

.squeeze_template input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.squeeze_template input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.squeeze_template input:focus::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.squeeze_template .admin_adress {
  text-align: center;
  display: none;
  font-size: 18px;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
@media screen and (max-width: 450px){
	.s_right_form{
		width: 100%;
	}
	.s_left_img{
		display: none;
	}
}