/*
 Theme Name:   Anita-Mundala Child Theme
 Description:  Anita-Mundala Child Theme
 Author:       Anita Mundala
 Template:     anitamundala
 Version:      4.5.3
*/

@import url("../anitamundala/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


/*Loader*/


.preloaderjs .spinner{
  display:none !important;
  
}


.preloaderjs#page-preloader{
  background:  rgba( 46, 46, 46, 0.99)  !important;
  
}

.loader-container{
  display: none;
  height: 100px;
  width: 100px;
  position: relative;
  margin: 50px auto 0;
}

.loader-container.visible{
  display: block;
}

#page-preloader {
  position: fixed;
  z-index: 100500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
#page-preloader .spinner,
.loader-container .spinner{
  position: absolute;
  z-index: 1001;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-animation: spin 2.5s infinite linear;
  animation: spin 2.5s infinite linear;
  border: 3px solid transparent;
  border-top-color: #ff3d73;
  border-radius: 50%;
}
#page-preloader .spinner:before,
#page-preloader .spinner:after,
.loader-container .spinner:before,
.loader-container .spinner:after{
  position: absolute;
  content: '';
  border-radius: 50%;
}
#page-preloader .spinner:before,
.loader-container .spinner:before{
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  border: 3px solid transparent;
  border-top-color: #ff3d73;
}
#page-preloader .spinner:after,
.loader-container .spinner:after{
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  border: 3px solid transparent;
  border-top-color: #ff3d73;
}
@-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
 -webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
 0% {
 -webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
 -webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}


/*--------------------Header---------------*/


body{
  margin-top: 75px;
}

.top_block{
  height: 75px;
  width: 100%;
  background: #ededed;
  position: fixed;
  z-index: 999;
  top: 0;
}

header{
  font-family: "Montserrat";
}

.menu-wrap{
  display:block;
  position: relative;
  text-align: center;
}

.main-menu{
  display:block;
  margin: 0;
  padding: 0;
}

.main-menu li{
  display: inline-block;
  position: relative;
  z-index:100;
  margin: 0 25px;
}

.main-menu a {
  font-weight:400;
  text-decoration:none;
  font-size: 15px;
  display:block;
  color:#777;
  line-height: 75px;
  text-transform: uppercase;
  position: relative;
}

.main-menu a:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  background: #ff3d73;
  width: 0;
  height: 8px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.main-menu li:hover > a:after{
  width: 100%;

  filter: alpha(opacity=@opacity * 100);

  -moz-opacity: 100;

  -khtml-opacity: 100;

  opacity: 100;

  opacity: 1;

}



.main-menu li a:hover, .main-menu ul li a{

 color: #FF3D73;

}



.main-menu li .active{

  color: #FF3D73;

}



.main-menu li .active:after{

  opacity: 1;

  transform: none;

}



.menu-parent-item{

  cursor: pointer;

}



.main-menu ul{

  display: none; 

  position: absolute;

  top: 75px;

  left: -54px;

  padding: 0;

  background: #555555;

  text-align: center;

  text-transform: uppercase;

  width: 210px;

}



.main-menu ul li {

  display:block;

  margin:0;

  padding:0;

}



.main-menu ul li:last-child{

  border-bottom: none;

}



.main-menu ul li a{

  font-size:15px;

  display:block;

  color: #ffffff;
  line-height: 1.7;
  padding: 20px;

}



.main-menu ul li a:after{

  content: none;

}



.main-menu li:hover > ul{

  display: block;

}



.mobile-menu{

  display:none;

  height: 75px;

  position: relative;

}



.sub-menu-open{

  display: none;

}



#sandwich {

  width: 40px;

  height: 30px;

  position: absolute;

  top: 0px;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

  cursor: pointer;

}

.sw-topper {

  position: relative;

  top: 0;

  width: 35px;

  height: 5px;

  background: #FF3D73;

  border: none;

  border-radius: 4px 4px 4px 4px;

  transition: transform 0.5s, top 0.2s;

/* transition-delay: 0.2s, 0s; */

}

.sw-bottom {

  position: relative;

  width: 35px;

  height: 5px;

  top: 6px;

  background: #FF3D73;

  border: none;

  border-radius: 4px 4px 4px 4px;

  transition: transform 0.5s, top 0.2s;

  transition-delay: 0.2s, 0s;

}

.sw-footer {

  position: relative;

  width: 35px;

  height: 5px;

  top: 12px;

  background: #FF3D73;

  border: none;

  border-radius: 4px 4px 4px 4px;

  transition: all 0.5s;

  transition-delay: 0.1s;

}

#sandwich.activeq .sw-topper {

  top: 10px;

  transform: rotate(140deg);

}

#sandwich.activeq .sw-bottom {

  top: 5px;

  transform: rotate(-140deg);

}

#sandwich.activeq .sw-footer {

  opacity: 0;

  top: 0;

  transform: rotate(180deg);

}



.navbar-brands{
  position: absolute;
  left: 5%;
  height: 114px;
  width: auto;
}



.empty_block{

  width: 100%;

  height: 73px;

  background: #fff;

}


body.page,
body.error404{
  line-height: 1.42;
  background: #222222;
}


body{
  font-size: 14px;
}


/*------------FOOTER----------------*/

#footer{
  margin: 0;
}

#footer #footer-bottom{
	font-family: "Montserrat";
	font-size: 11px;
	padding: 50px 0;
	text-align: center;
}

.footer-logo{
	margin-bottom: 20px;
}

#footer #footer-bottom{
	line-height: 25px;
}

#footer #footer-bottom span{
	padding: 0 10px;
	line-height: 25px;
	border-right: 1px solid #d3d3d3;
}

#footer #footer-bottom span:last-child{
	border: none;
}

/*------------------ Home Page---------------*/

.slide_item, .main_head, .fullwindow{
  height: 700px;
}

.home_head{
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
}

.head_woman{
  position: absolute;
  height: 100%;
  left: 10%;
  width: auto;
}

.head_woman img{
  position: relative;
  top: 13%;
  height: 500px;
}

.stick{
  position: absolute;
  top: 50%;
  margin-top: -205px;
  left: 55%;
  width: 410px;
  color: #D0D0CE;
  text-align:left;
}

.pinyon{
  font-family: 'Pinyon Script';
  font-size: 68px;
  color: #ffffff; 
}

.top_anim{
  -moz-animation: cap-to 1s ease-out;
  -webkit-animation: cap-to 1s ease-out;
  animation: cap-to 1s ease-out; 
}

@keyframes cap-to {
  0% {transform:translate3d(0,-10%,0); opacity: 0}
  100% {transform:translate3d(0,0,0); opacity: 1}
}

@-moz-keyframes cap-to {
  0% {transform:translate3d(0,-10%,0); opacity: 0}
  100% {transform:translate3d(0,0,0); opacity: 1}
}

@-webkit-keyframes cap-to {
  0% {transform:translate3d(0,-10%,0); opacity: 0}
  100% {transform:translate3d(0,0,0); opacity: 1}
}

.top_anim_long{
  -moz-animation: cap-to_long 1s ease-out;
  -webkit-animation: cap-to_long 1s ease-out;
  animation: cap-to_long 1s ease-out; 
}

@keyframes cap-to_long{
  0% {transform:translate3d(0,-30%,0); opacity: 0}
  100% {transform:translate3d(0,0,0); opacity: 1}
}

@-moz-keyframes cap-to_long {
  0% {transform:translate3d(0,-30%,0); opacity: 0}
  100% {transform:translate3d(0,0,0); opacity: 1}
}

@-webkit-keyframes cap-to_long {
  0% {transform:translate3d(0,-30%,0); opacity: 0}
  100% {transform:translate3d(0,0,0); opacity: 1}
}

.bot_anim{
  -moz-animation: cap-bot 1.3s ease-out;
  -webkit-animation: cap-bot 1.3s ease-out;
  animation: cap-bot 1.3s ease-out; 
}


@keyframes cap-bot {
  0% {transform:translate3d(0,5%,0); opacity: 0}
  100% {transform:translate3d(0,0,0); opacity: 1}
}

@-moz-keyframes cap-bot {
  0% {transform:translate3d(0,5%,0); opacity: 0}
  100% {transform:translate3d(0,0,0); opacity: 1}
}

@-webkit-keyframes cap-bot {
  0% {transform:translate3d(0,5%,0); opacity: 0}
  100% {transform:translate3d(0,0,0); opacity: 1}
}


.bot_anim_long{
  -moz-animation: cap-bot_long 1.3s ease-out;
  -webkit-animation: cap-bot_long 1.3s ease-out;
  animation: cap-bot_long 1.3s ease-out; 
}

@keyframes cap-bot_long {
  0% {transform:translate3d(0,30%,0); opacity: 0}
  100% {transform:translate3d(0,0,0); opacity: 1}
}

@-moz-keyframes cap-bot_long {
  0% {transform:translate3d(0,30%,0); opacity: 0}
  100% {transform:translate3d(0,0,0); opacity: 1}
}

@-webkit-keyframes cap-bot_long {
  0% {transform:translate3d(0,30%,0); opacity: 0}
  100% {transform:translate3d(0,0,0); opacity: 1}
}

.advantag{
  clear: both;
  overflow: hidden;
  margin-top: -10px;
  margin-bottom: 35px; 
}

.adv_item{
  float: left;
  width: 33.33%;
  font-size: 15px;
}

.divider_line {
  margin-bottom: 25px;
}

.head_descr_txt{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.sign{
  float: right;
  margin: 15px 0px 35px 0px;
}

.overf{
	overflow: hidden;
	clear: both;
}

.up_arrow {
	margin-left: -40px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	height: 60px;
	width: 80px;
	line-height: 70px;
	text-align: center;
	animation: arr-anim 2s easy-out infinite;
	-moz-animation: arr-anim 2s linear infinite;
	-webkit-animation: arr-anim 2s linear infinite;
	-ms-animation: arr-anim 2s linear infinite;
}

.up_arrow img {
	width: 30px;
}

@keyframes arr-anim {
  0% {bottom: 25px; opacity: 0}
  50% {bottom: 0px; opacity: 1}
  100% {bottom: -20px; opacity: 0}
}

@-moz-keyframes arr-anim {
  0% {bottom: 25px; opacity: 0}
  50% {bottom: 0px; opacity: 1}
  100% {bottom: -20px; opacity: 0}
}

@-webkit-keyframes arr-anim {
  0% {bottom: 25px; opacity: 0}
  50% {bottom: 0px; opacity: 1}
  100% {bottom: -20px; opacity: 0}
}

.divider_block {
	text-align: center;
	border-bottom: 3px solid #888886;
}

.divider_block_wrap {
	padding: 45px 0px;
}

.stick2-wrap, .stick2 {
	display: none;
}

.pinyon1 {
	font-family: 'Pinyon Script';
	font-size: 48px;
	color: #ffffff;
}

.divider_text {
	font-size: 22px;
	color: #fff;
	letter-spacing: 3px;
	font-family: "Montserrat";
}


/*-------------------Section (Home Page)-----------*/

#property-items .lead{
  margin-top: 35px;
}

.section_item{
  border-bottom: 3px solid #888886;

  padding-bottom: 50px;

}



.section_item a{

  color: #ffffff;

}



.item_info{

  font-size: 19px;

  clear: both;

  overflow: hidden;

  padding: 40px 45px 30px;

  letter-spacing: 2px;

}



.item_address{

  float: left;

}


.item_address .sold{

  background: #ff3d73;

  padding: 5px 10px;

  margin-right: 15px;

  float: left;

  color: #ffffff;

  position: relative;

  top: -5px;
  text-transform: uppercase;

}

.prop_inside .sold{
  background: #ff3d73;
  font-size: 1.5em;
  font-family: "Montserrat";
  margin-top: 0.83em;
  margin-right: 15px;
  padding: 5px 15px;
  float: left;
  color: #ffffff!important;
  position: relative;
  top: -10px;
  text-transform: uppercase;

}



.item_price{

  float: right;

}



.thumb_list{

  clear: both;

  overflow: hidden; 

}



.thumb{

  padding:0 !important;

  margin:0 !important;

  width:33.33333%;

  float:left;

  overflow:hidden;

  border-right: 2px solid #000;

  border-left: 2px solid #000;

  box-sizing: border-box;

  line-height: 0px;

}



.thumb:last-child{

  border-right: none;

}



.thumb:first-child{

  border-left: none;

}





.thumb_img{

  width: 100%;

  -webkit-transition: all 0.4s linear 0s;

    -moz-transition: all 0.4s linear 0s;

    -o-transition: all 0.4s linear 0s;

  transition: all 0.4s linear 0s;

  

}



.thumb_img:hover{

  -webkit-transform: scale(1.06);

    -moz-transform: scale(1.06);

    -o-transform: scae(1.06);

  transform: scale(1.06);

}



.custom-fadeIn{

animation: anim2 0.8s linear;

-moz-animation: anim2 0.8s linear;

-webkit-animation: anim2 0.8s linear;

}

@keyframes anim2 {

0% {transform:translate3d(0,25%,0); opacity: 0}

100% {transform:translate3d(0,0,0); opacity: 1}

}



@-moz-keyframes anim2 {

0% {transform:translate3d(0,25%,0); opacity: 0}

100% {transform:translate3d(0,0,0); opacity: 1}

}

@-webkit-keyframes anim2 {

0% {transform:translate3d(0,25%,0); opacity: 0}

100% {transform:translate3d(0,0,0); opacity: 1}

}



.hidden-item{

  opacity: 0;

}



.visibl-item{

  opacity: 1;

}



.bot_divid{

  text-align: center;

}

.page-template-template-property-search{
  background: #222222;
}

.bot_divid{
  background: #222222;
  padding-top: 115px;
}

.bot_divid_wrap{
  max-width: 500px;
  margin: 0 auto;
}






/*-------------------Property Page------------------------*/


.properties_page{
  background: #f8f8f8;
}


.propert_content{
  background: #f8f8f8;
  color: #6a6a6a;
  overflow: hidden;
}

.propert_content h2{
  color: #6a6a6a;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: none;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.propert_content .container{
  max-width: 1280px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.propert_info ul{
  margin: 0 0 40px 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}

.propert_info ul li{
  display: inline-block;
  padding-right: 30px;
  border-right: 1px solid #9a9a9a;
  padding-left: 30px;
  line-height: 29px;
  text-transform: uppercase;
}

.propert_info ul li:first-child{
  padding-left: 0;
}

.propert_info ul li:last-child{
  padding-right: 0;
  border-right: none;
}

.propert_descr h4{
	font-size: 14px;
  font-weight: bold;
  margin: 30px 0;
  text-transform: uppercase;
}

.video_list{
  margin-bottom: 45px;
  overflow-x: hidden;
  clear: both;
}

.video-wrap{
  background: url(img/video_tour.png) ;
  height: 165px;
  width: 240px;
  float: left;
  text-align: center;
  vertical-align: middle;
  line-height: 165px;
}

.video-wrap img{
	-webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.video-wrap:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.prop_detail{
  width: 100%;
  background: #8AC1C5;
}

.prop_detail h4{
  padding: 10px 0 10px 20px;
}

.prop_detail_wrap{
  margin: 40px 0 0px;
}

.prop_detail_wrap h4{
  margin: 40px 0 20px;
}

.detail_row{
  clear: both;
  overflow: hidden;
}

.detail_row:nth-child(odd){
  background: #dcdcdc;
}

.detail_row .field-content{
  font-family: "Open sans";
}

.detail_row .field-head{
  padding-left: 10px;
}

.field-head, .field-content{
  float: left;
  width: 50%;
  line-height: 30px;
}


.propert_content .proper_btn{
  width: 250px;
  padding: 15px 0;
  text-transform: uppercase;
}


#gmap{
  height: 460px;
}

.map_wrap{
  margin: 30px 0;
}

.open_house{
  width: 100%;
  background-color: #ff3d73;
  color: #ffffff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
}

.open_hours ul{
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  text-align: center;
}

.open_hours ul li{
  display: inline-block;
  width: 32%;
  padding: 20px 0;
  border-right: 1px solid #ebebeb;
}

.open_hours ul li:last-child{
	border: none;
}

.acf-map {
	width: 100%;
	height: 450px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.open_sans{
  font-family: "Open Sans";
}

.btn:hover, .btn:focus,.btn:active {
  color: #FF3D73!important;
  background: #ffffff!important;
}

input[type=submit]{
  font-weight: 400!important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn {
  background-color: #FF3D73!important;
  border-radius: 0;
  border: 0;
  color: #fff!important;
  outline: none!important;
  font-weight: normal;
  width: 100%;
  cursor: pointer;
  text-transform: none;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  font-family: "Montserrat";
}


.btn-bott {
  padding: 27px;
}

.btn-top, .btn-bott {
    font-size: 18px;
    letter-spacing: 2px;
}

.totop:focus,
.totop {
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 25px;
    right: 25px;
    border-radius: 2px;
    background: #FF3D73;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    z-index: 999;
    display: none;
    border: 1px solid #FF3D73;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.totop i{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.totop:hover {
    background: #ffffff;
    color: #FF3D73;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}



/*------------------NEW SLIDER-----------------*/

.top-slider-wrap{
  position: relative;
}

.slider-slide{
  -webkit-background-size: cover!important;
  background-size: cover!important;
  background-position: center center!important;
  position: relative;
  width: 100%;
}

.flex-direction-nav a{
  opacity: 1;
  position: absolute;
  width: 45px;
  height: 45px;
  cursor: pointer;
  font-size: 35px;
  color: rgb(255, 255, 255);
  background-color: rgba(0,0,0,0.15);
  z-index: 110;
  border-radius: 5px;
  transition: all 0.2s ease-out;
  line-height: 45px;
  bottom: 130px!important;
  margin: 0!important;
  top: auto!important;
}

.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before{
  line-height: 45px;
  height: 45px;
}

.flex-direction-nav a:hover{
  background: #ff3d73;
}

.flex-direction-nav a.flex-prev{
  right: 70px;
  left: auto;
}

.flex-direction-nav a.flex-next{
  right: 15px;
}

.top-slider-thumb{
  background: rgba(0,0,0,0.6);
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.top-slider-thumb li{
  margin-right: 10px;
  opacity: 0.5;
}

.top-slider-thumb li:first-child{
  margin-left: 10px;
}

.top-slider-thumb .flex-active-slide,
.top-slider-thumb li:hover{
  opacity: 1;
}

.slide-thumb{
  cursor: pointer;
  position: relative;
}

.slide-thumb img{
  height: 90px;
  width: 150px;
}

.slide-thumb:after{
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  left: 0;
  right: 0;
  box-sizing: border-box;
  border: 4px #ff3d73 solid;
  opacity: 0;
  content: '';
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.flex-active-slide .slide-thumb:after{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.silde-caption{
  background: rgba(0,0,0,0.6);
  bottom: 120px;
  position: absolute;
  width: 100%;
}

.silde-caption-inner{
  color: #fff;
  font-size: 18px;
  padding: 15px;
}

/*--------------------------Slider -------------*/


.master-slider{
	width: 100%!important;
}


.master-slider .ms-thumb-frame img {
 height: 90px;
 width: 150px;
}

.master-slider.has-thumbnails:after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  bottom: 0px;
  height: 120px;
  content: '';
}

.master-slider .ms-nav-next,
.master-slider .ms-nav-prev {
  position: absolute;
  width: 45px;
  height: 45px;
  bottom: 125px;
  cursor: pointer;
  font-size: 35px;
  color: #ffffff;
  background-color: rgba(26, 26, 26, 0.15);
  z-index: 110;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.master-slider .ms-nav-next:after,
.master-slider .ms-nav-prev:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  font-family: 'FontAwesome';
  line-height: 44px;
  text-align: center;
}

.master-slider .ms-nav-next:hover,
.master-slider .ms-nav-prev:hover {
  background-color: #ff3d73;
}

.master-slider .ms-nav-next {
  right: 15px;
}

.master-slider .ms-nav-next:after {
  content: '\f105';
}

.master-slider .ms-nav-prev {
  right: 70px;
}

.master-slider .ms-nav-prev:after {
  content: '\f104';
}



.master-slider .ms-thumb-list.ms-dir-h {
  width: auto;
 	left: 0;
  right: 0;
  z-index: 1;
}

.master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame {
  position: relative;
  padding: 18px 0 0 0;
}

.master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame:after {position: absolute;top: 18px;bottom: 22px;width: 100%;left: 0;box-sizing: border-box;border: 4px #ff3d73 solid;opacity: 0;content: '';-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}

.master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame:hover {
  opacity: 1;
}

.master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame:hover:before {
  opacity: 1;
}

.master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame.ms-thumb-frame-selected:after {-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);opacity: 1;}
.ms-thumb{
  position: relative;
}

.slide-titl-wrap{
  background: rgba(0,0,0,0.7);
  border-bottom: 1px solid #000; 
  bottom: 120px;
  font-size: 16px;
  left: 0;
  padding: 15px 100px 15px 15px;
  position: absolute;
  z-index: 9999;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slide-titl{
  min-height: 22px;
  max-width: 1400px;
  margin: 0 auto;
}

.search-form-wrap{
  padding: 40px 25px;
  background: #292929;
  position: relative;
}

.search-form-titl{
  color: #fff;
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.sandwich3{
  display: none;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 2px;
  right: 15px;
  margin: 0 auto;
  cursor: pointer;
}

.sw-bottom3 {
  left: 11px;
  top: 0;
  position: relative;
  width: 3px;
  height: 25px;
  background: #ffffff;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
}

.sw-footer3 {
  left: 0;
  bottom: 14px;
  position: relative;
  width: 25px;
  height: 3px;
  background: #ffffff;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.5s;
  transition-delay: 0.1s;
}

.sandwich3.activeq .sw-bottom3 {
  top: 1px;
  transform: rotate(-90deg);
}

.sandwich3.activeq .sw-footer3 {
  opacity: 0;
  bottom: 10px;
  transform: rotate(180deg);
}


.search-form-wrap .property-search-form{
  margin: 25px auto 0!important;
  background: #292929;
  padding: 0;
  max-width: 1000px;
}

.price-range{
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus:hover, input[type="submit"]:hover, input.dsidx-contact-form-submit:hover, .more-link:hover, .acf-button.blue:hover{
  background: #fff;
  outline: none;
}

.property-search-form .price-range-slider.noUi-horizontal .noUi-handle, .property-search-form #price-range.noUi-horizontal .noUi-handle{
  background: #ff3d73;
  border: none;
  box-shadow: none;
  border-radius: 15px;
  top: -6px;
}

.property-search-form .price-range-slider.noUi-horizontal, .property-search-form #price-range.noUi-horizontal{
  height: 12px;
  margin-top: 5px;
}

.noUi-handle:after, .noUi-handle:before{
  content: none;
}

.noUi-target{
  border: none;
  box-shadow: none;
}

.price-range-slider .noUi-connect{
  background: #7f193b;
}

.form-control::-webkit-input-placeholder {
  color: #666!important;
}
.form-control::-moz-placeholder {
  color: #666!important;
}
.form-control:-ms-input-placeholder {
  color: #666!important;
}
.form-control:-moz-placeholder {
  color: #666!important;
}


/*------------------ About Page---------------*/


.about_mobil_txt-inner .scrollbar-inner{
  max-height: 300px;
  overflow: hidden;
}

.scrollbar-inner p{
  padding-right: 20px;
}

.scrollbar-inner > .scroll-element .scroll-bar{
  background-color: rgba(0,0,0,0.4)!important;
  opacity: 1!important;
}

.scrollbar-inner > .scroll-element .scroll-element_track{
  background: transparent;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar{
  background: rgba(0,0,0,0.4)!important;
    opacity: 1!important;
}

.about_head{

  position: relative;

  height: 100%;

}



.page{

  position: relative;

}



.about_mobil_txt{
  color: #fff;

  position: absolute;

  top: 50%;

  margin-top: -140px;

  left: 40%;

  max-width: 530px;

}



.about-btn-mob-wrap{

  display: none;

}





.lef_block{

  width: 290px;

  position: absolute;

  right: 64%;

  top: 50%;

  margin-top: -190px;

}



.rig_block{

  width: 530px;

  position: absolute;

  left: 40%;

  top: 50%;

  margin-top: -220px;

    -moz-animation: cap-to 1.3s ease-out;

    -webkit-animation: cap-to 1.3s ease-out;

    animation: cap-to 1.3s ease-out; 

}



.rig_block h1{

  font-size: 30px;
  margin: 0.67em 0;
  color: #fff;

  font-weight: 400;

  text-transform: uppercase;

}



.about_mobil_txt p{

  font-size: 13px;

  font-weight: 300;

  letter-spacing: 0.5px;

}



.about_img{

  height: 290px;

  width: 290px;

  position: relative;

}



.mob_img{

  display: none;

}



.about-btn-wrap{

  margin-top: 20px;

    -moz-animation: cap-bot_long 1.5s ease-out;

    -webkit-animation: cap-bot_long  1.5s ease-out;

    animation: cap-bot_long  1.5s ease-out; 

}



.about-btn{

  text-transform: uppercase;

  padding: 18px;

  font-size: 14px;

}







/*--------------------Contact (Page)------------------*/



.contact_head{
  background-size: cover;

  background-position: center;

  position: relative;

  height: 100%;

}

.send-wrap input[type='submit']{
  width: 100%;
  background: #ff3d73;
  height: 40px;
  letter-spacing: 2px;
  font-weight: normal;
-webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.send-wrap input[type='submit']:hover{
    color: #FF3D73!important;
    background: #ffffff;
}

.form-groups .wpcf7-not-valid-tip{
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #ff3d73;
}


.form-groups p{
  margin: 0!important;
}


.form-groups input,

.form-groups textarea{

  width: 100%;

  font-size: 13px;

  font-family: "Montserrat";

  margin: 10px 0 0 0;

  background: #eeeeee;

  border: none;

  padding: 7px 0;

  color: #000;

  width: 100%;

}


.form-groups input{
  height: 35px;
  line-height: 35px;
  text-indent: 12px;
}


div.wpcf7 .wpcf7-textarea{
  height: 110px;
  resize: none;
  padding: 7px;
  width: 100%!important;
}

div.wpcf7 .wpcf7-response-output{
  text-align: center;
}

.thank-bl-wrap {
    background: #ff3473;
    margin-top: 70px;
    text-align: center;
    padding: 20px 15px;
    color: #fff;
}

.thank-bl-wrap h2 {
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0;
    margin-bottom: 5px;
    color: #fff;
    text-transform: none;
}

.thank-bl-wrap h4 {
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-transform: none;
}

.remove-block {
  display: none;
}


.form-groups .input_name{

  margin-top: 10px;

  font-size: 13px;

}



.form-groups {

  position: relative;

}



.form-groups .text-danger{

  color: #ff4d4d;

  font-size: 13px;

  position: absolute;

  top: 34px;

  width: 180px;

  z-index: 9999;

  right: 0;

}



.form-groups .text-danger ul{

  margin: 0;

  padding: 0;

  list-style: none;

}



.form_btn{

  height: 45px;

  font-size: 14px;

  letter-spacing: 1px;

  margin-top: 15px;

}



.cont-info-wrap .tel{

  margin-right: 50px;

}



.cont-info-wrap i{

  margin-right: 10px;

}



.cont-info-wrap, .cont-info-wrap a, .cont-info-wrap .tel, .cont-info-wrap .tel a{

  color: #ffffff!important;

}


.cont-info-wrap .tel a{
  text-transform: lowercase;
}


.cont_page .about_mobil_txt, .cont_page .rig_block{
  max-width: 410px;
  left: 58%;

}



.cont_page .lef_block{

  right: 58%;

  margin-top: -180px;

}



.cont_page .rig_block{

  margin-top: -270px;

}



.cont_page .about_mobil_txt{

  margin-top: -200px;

}

.lang-selector{
  position: absolute;
  right: 5%;
  line-height: 75px;
}

.lang-selector ul{
  display: inline-block;
  margin: 0;
  padding: 0;
}

.lang-selector ul li{
  display: inline-block;
}

.lang-selector ul li a{
  padding: 0 10px;
  font-size: 15px;
  color: #777;
  font-weight: 400;
}

.lang-selector ul li a:hover{
  color: #ff3d73;
}

.lang-selector #lang_sel_list{
  font-family: "Montserrat";
  height: auto;
}

.lang-selector #lang_sel_list a,
.lang-selector #lang_sel_list a:visited{
  font-size: 15px;
  padding: 0 10px;
  color: #777;
  background: transparent;
}

.lang-selector #lang_sel_list a:hover{
  color: #ff3d73;
}

.lang-selector #lang_sel_list li:first-child a{
  border-right: 1px solid #000;
  padding-left: 0;
}


/*-------------------PANORAMA----------------*/


.panorama-wrap{
  width: 100%;
}

.tours-wrap{
  position: relative;
}

.tour-thumbnail{
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  height: 165px;
  margin-bottom: 5px;
  width: 240px;
}

.tour-wrap{
  display: inline-block;
  outline: none!important;
}

.tour-thumbnail-inner{
  background: rgba(0,0,0,0.3);
  display: block;
  width: 100%;
  text-align: center;
  line-height: 165px;
  height: 165px;
}

.tour-thumbnail-inner img{
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.tour-thumbnail-inner:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.mfp-container{
  padding: 0;
}

.mfp-close-btn-in .mfp-close{
  background: #fff;
  border-radius: 25px;
  top: 15px;
  right: 15px;
}


/*---------------RESPONSIVE---------------*/


@media (max-width: 1199px) {

  

  .master-slider .ms-nav-next,

  .master-slider .ms-nav-prev {

    width: 30px;

    height: 30px;

    bottom: 20px;

    font-size: 24px;

  }

  .master-slider .ms-nav-next:after,

  .master-slider .ms-nav-prev:after {

    line-height: 29px;

  }

  .master-slider .ms-nav-next {
    right: 15px;
  }

  .master-slider .ms-nav-prev {
    right: 55px;
  }

  .master-slider .ms-thumb-list.ms-dir-h {
    display: none;
  }

  .master-slider.has-thumbnails:after{
    display: none;
  }

  .slide-titl-wrap{
    bottom: 0;
    padding: 23px 15px;
  }

  .silde-caption{
    bottom: 0;
  }

  .silde-caption-inner{
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
  }

  .flex-direction-nav a{
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    bottom: 10px!important;
  }

  .flex-direction-nav a.flex-next:before,
  .flex-direction-nav a.flex-prev:before{
    font-size: 24px;
    line-height: 30px;
    height: 30px;
  }

  .flex-direction-nav a.flex-prev{
    right: 55px;
    left: auto;
  }

  .flex-direction-nav a.flex-next{
    right: 15px;
  }

  .top-slider-thumb{
    display: none;
  }


}



@media (max-width: 1150px){

  .main-menu li{
    margin: 0 10px;
  }


  .lang-selector{
    right: 15px;
  }


  .pinyon1{

    font-size: 40px;

  }



  .divider_text{

    font-size: 20px;

  }



  .item_info{

    font-size: 15px;

  }



  .cont_page .about_mobil_txt, .cont_page .rig_block{

    left: 52%;

  }

  .navbar-brands{
    height: 75px;
    left: 15px;
  }

  

}


@media (max-width: 992px){


  .navbar-brands{
    left: auto;
    margin-left: 15px;
    position: relative;
  }

  .lang-selector{
    background: #555555;
    border-bottom: 1px solid #989898;
    position: relative;
    right: 0;
    padding: 0 15px;
    line-height: 50px;
  }

  .lang-selector ul li a{
    color: #fff;
  }

  .lang-selector #lang_sel_list a, .lang-selector #lang_sel_list a:visited{
    color: #fff;
  }

  .lang-selector #lang_sel_list a:hover {
    color: #ff3d73;
  }

  .lang-selector #lang_sel_list li:first-child a{
    border-right: 1px solid #fff;
  }

  .menu-wrap{
    position: relative;
    margin: 0;
    text-align: left;
    width: 100%;
    display: none;
  }



 .main-menu{

    top: 73px;

    width: 100%;

    background: #555555;

  }

  .mobile-menu{
    display:block;
    float: right;
    margin-right: 15px;
    width: 35px;
  }

  .main-menu li{

    display:block;

    padding: 0;

    margin: 0;

  }



  .main-menu li a:after{

    content: none;

  }



  .main-menu li a, .main-menu li ul li a {

    color:#ffffff;

    font-size: 15px;

    padding: 10px 15px;

    border-bottom: 1px solid #989898;
    line-height: 1.7;

  }



  .main-menu li a:hover, .main-menu li:hover > a{

    color:#FF3D73;

  }



  .main-menu li:hover > ul{

    display: none;

  }



  .main-menu ul {

    position:relative;

    top:0;

    left:0;

    width:100%;

    text-align: left;

  }

  .sub-menu li a{

    padding-left: 40px!important;

  }

  .sub-menu-open{

    display: block;

    position: absolute;

    right: 0px;

    top: 0px;

    z-index: 999;

    height: 60px;

    width: 80px;

  }



  .sub-menu-open:hover{

    color: #FF3D73;

  }


  .sandwich2 {
    width: 80px;
    height: 42px;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
  }

  .sw-bottom2 {
    left: 40px;
    top: 12px;
    position: relative;
    width: 3px;
    height: 20px;
    background: #ffffff;
    border: none;
    border-radius: 4px 4px 4px 4px;
    transition: transform 0.5s, top 0.2s;
    transition-delay: 0.2s, 0s;
  }

  .sw-footer2 {
    left: 32px;
    top: 0px;
    position: relative;
    width: 20px;
    height: 3px;
    background: #ffffff;
    border: none;
    border-radius: 4px 4px 4px 4px;
    transition: all 0.5s;
    transition-delay: 0.1s;
  }

  .sandwich2.activeq .sw-bottom2 {
    top: 12px;
    transform: rotate(-90deg);
  }

 .sandwich2.activeq .sw-footer2 {
    opacity: 0;
    top: 0;
    transform: rotate(180deg);
  }

  .ms-slide img{
    margin: 0!important;
  }

  .stick{

    width: 320px;

    margin-top: -170px;

    left: 52%;

  }



  .advantag{

    margin-bottom: 30px;

  }



  .pinyon{

    font-size: 52px;

  }



  .adv_item{

    font-size: 12px;

  }



  .divider_line{

    margin-bottom: 20px;

  }



  .head_descr_txt{

    font-size: 12px;

  }



  .btn-top{

    font-size: 12px;
    padding: 20px 0;

  }



  .sign {

    float: right;

    margin: 10px 0px 25px 0px;

  }



  .pinyon1{

    font-size: 32px;

  }



  .divider_text{

    font-size: 16px;

  }



  .item_info{

    font-size: 14px;

  }



  .cont_page .about_mobil_txt, .about_mobil_txt{

    position: relative;

    left: 0;

    top: 0;

    max-width: 550px;

    padding: 0 15px;

    margin: 50px auto 50px;

    font-size: 14px;

  }



  .about_mobil_txt p{

    font-size: 14px;

  }



  .about_img{

    width: 200px;

    height: 200px;

    margin: 0 auto;

  }



  .desk_img{

    display: none;

  }



  .mob_img{

    display: block;

  }

  

  .about-btn-mob-wrap{

    display: block;

  }



  .about-btn-wrap .about-btn-mobile{

    margin: 60px auto 0px;

    max-width: 350px;

    font-size: 14px;

    display: block;

  } 

  .about_mobil_txt-inner .scrollbar-inner{
    max-height: 100%;
  }


  .about-btn{

    display: none;

  }



  .cont_page .lef_block, .lef_block{

    margin: -130px auto 0px;

    position: relative;

    top: 50%;

    left: 0;

    right: 0;

  }



  .cont_page .rig_block, .rig_block{

    position: relative;

    top: 50%;

    left: 0;

    right: 0;

    margin: 0;

    width: auto;

    text-align: center;

    width: auto;

    max-width: 100%;

    -moz-animation: cap-bot_long 1.3s ease-out;

    -webkit-animation: cap-bot_long  1.3s ease-out;

    animation: cap-bot_long 1.3s ease-out; 

  }



  .top_cont_mob_wrap{

    height: 100%;

    position: absolute;

    width: 100%;

  }



  .form-groups .input_name{

    margin-top: 30px;

  }



  .form-groups input, div.wpcf7 .wpcf7-textarea, .form-groups .text-danger, .form-groups .input_name{

    font-size: 14px;

  }

  

  .cont-info-wrap{

    margin-top: 35px;

  }



  div.wpcf7 .wpcf7-textarea{

    height: 130px;

  }





}



@media (max-width: 840px) {



  .head_woman{

    left: -6%;

  }



}



@media (max-width: 767px) {


  body.fixed-header{
    margin-top: 75px!important;
  }

  .btn-bott{
    font-size: 14px;
    padding: 20px 15px;
  }

   .footer .foot_4{

    display: block;

  }

   .footer .foot_3{

    border:none;

  }



  .thumb_item_mob, .item_price{

    display: none;

  }



  .thumb{

    width: 100%;

  }



  .item_info{

    text-align: center;

  }



  .item_address{

    float: none;

    font-size: 14px;

  }



  .bot_divid_wrap {

    margin: 70px auto 0px;

  }

  

  #footer #footer-bottom{

    padding: 25px 0px 50px;

  }



  .up_arrow{

    display: none;

  }



  .totop:focus,
  .totop {

    height: 35px;

    width: 35px;

    bottom: 24px;

    right: 24px;

    line-height: 30px;

    font-size: 18px;

  }


  #footer #footer-bottom .foot_2,
  #footer #footer-bottom .foot_3,
  #footer #footer-bottom .foot_4{
    border: none;
  }

  #footer #footer-bottom .foot_3,
  #footer #footer-bottom .foot_4{
    display: block;
  }

  .prop_inside .sold{
    float: none;
    top: auto;
    margin: 0 0 30px 0;
    text-align: center;
    padding: 5px 0;
    width: 100px;
  }

  .sandwich3{
    display: block;
  }

  .property-search-form{
    display: none;
  }

}




@media (max-width: 720px){



  .stick{

    margin-top: -40px;

    left: 48%

  }



  .advantag{

   margin-top: -5px; 

  }





  .divider_line, .head_descr_txt, .btn-top, .sign{

    display: none;

  }



  .about_mobil_txt .sign_about{

    display: block;

  }



  .pinyon1{

    font-size: 28px;

  }





  .propert_info ul{

    width: 100%;

  }



  .row .propert_info ul li{

    padding: 0;

    border-right: 1px solid #9a9a9a;

    display: block;

    text-transform: uppercase;

    float: left;

    width: 50%;

    text-align: center;

  }



  .propert_info ul li:first-child{

    border: none;

    margin-bottom: 20px;

    float: none;

    width: 100%;

  }



  .row .propert_info ul li:last-child{

    border-right: none;

  }



}



@media (max-width: 620px){

  

  .stick{

    width: 220px;

    right: 10px;

  }



  .pinyon{

    font-size: 36px;

  }



  .adv_item{

    font-size: 8px;

  }



  .head_woman{

    left: 15px;

  }



}





@media (max-width: 480px){



  .about_img {

    height: 160px;

    width: 160px;

  }



  .lef_block {

    margin: -110px auto 0px;



  }



  .rig_block h1 {

    font-size: 20px;

  }



  

  .about_mobil_txt {

    margin: 40px auto;

  }

  

  .about_mobil_txt p{

    font-size: 13px;

  }





}



@media (max-width: 460px){



  .item_address .sold{

    float: none;

    width: 65px;

    margin: 0 auto 5px;

    top: -10px;

  }



  .stick, .divider_block_wrap{

    display: none;

  }



  .stick2-wrap{

    position: absolute;

    width: 100%;

    display: block;

    background: rgba(0,0,0,.75);

    bottom: 0;

  }



  .stick2{

    display: block;

    margin: 20px auto;
    text-align: center;
    width: 280px; 

  }



  .pinyon{

    font-size: 42px;

  }



  .advantag{

    margin: 0px;

    clear: both;

    overflow: hidden;

    color: #CECECC;

  }



  .adv_item{

    font-size: 9px;

    margin-top: 0px;

    letter-spacing: 0.5px;

  } 



  .head_woman{

    left: 15%;

  }



  .cont-info-wrap .tel_wrap{

    display: block;

    margin-bottom: 20px;

  }



  div.wpcf7 .wpcf7-textarea {

    height: 220px;

  }



  .form-groups input, div.wpcf7 .wpcf7-textarea, .form-groups .text-danger, .form-groups .input_name{

    font-size: 13px;

  }



}





@media (max-width: 420px) {



  .footer .foot_3{

    display: block;

  }



   .footer .foot_2{

    border:none;

  }


}

.search-form-wrap .property-search-form

@media (max-width: 350px) {



  .head_woman{

    left: 25px;

  }



}

@media (min-width: 768px) {

  .search-form-wrap .property-search-form{
    display: block!important;
  }

}



@media (min-width: 1600px) {

  .master-slider .ms-nav-next {

    right: -30px;

  }

  .master-slider .ms-nav-prev {

    right: 25px;

  }



}




@media (min-width: 1700px){

 

  .head_woman{

    right: 55%;

  }



 .stick{

    position: absolute;

    top: 50%;

    margin-top: -280px;

    width: 460px;

  }



  .pinyon{

    font-size: 76px;

  }



  .adv_item{

    font-size: 18px;

    letter-spacing: 0;

  }



  .advantag{

    margin-top: 0;

    overflow: hidden;

    margin-bottom: 40px;

  }



  .divider_line{

    margin-bottom: 35px;

  }



  .head_descr_txt{

    font-size: 18px;

  }



  .sign{

    margin: 25px 0px 50px;

  }



  .btn-top{

    width: 95%;

  }



  .lef_block{

    width: 379px;

    margin-top: -310px;

    right: 64%;

  }



  .about_mobil_txt{

    max-width: 820px;

    margin-top: -180px;

    left: 43%;

  }



  .rig_block{

    width: 820px;

    margin-top: -280px;

    left: 43%;

  }



  .rig_block h1{

    font-size: 40px;

  }

  .about_mobil_txt-inner .scrollbar-inner{
    max-height: 500px;
  }


  .about_mobil_txt p{

    font-size: 18px;

    margin: 30px 0;



  }



  .about_img{

    height: 379px;

    width: 379px; 

  }



  .about-btn{

    padding: 22px;

    font-size: 18px;

  }

  

  .about-img-wrap {

    margin-top: 40px;

  }



  .about-btn-wrap {

    margin-top: 40px;

  }



  .form-groups input,

  div.wpcf7 .wpcf7-textarea{

    font-size: 18px;

  }



  div.wpcf7 .wpcf7-textarea{

    height: 130px;

  }



  .form-groups .input_name{

    margin-top: 30px;

    font-size: 18px;

  }



  .form-groups .text-danger{

    font-size: 16px;

    top: 40px;

    width: 210px;

    right: 0;

  }





  .form_btn{

    font-size: 18px;

    margin-top: 20px;

  }



  .cont_page .about_mobil_txt, .cont_page .rig_block{

    max-width: 520px;

    left: 56%;

  }



  .cont_page .lef_block{

    right: 56%;

    margin-top: -190px;

  }



  .cont_page .rig_block{

    margin-top: -370px;

  }



  .cont_page .about_mobil_txt{

    margin-top: -290px;

  }

  .send-wrap input[type="submit"]{
    font-size: 18px;
    height: 45px;
  }



}


@media (min-width: 1860px) {



  .master-slider .ms-nav-next {

    right: -70px;

  }

  .master-slider .ms-nav-prev {

    right: -15px;

  }

}