body{
  margin: 0;
}
.flashies{
  font-weight: 600;
  font-size: 1.3rem;
  width: 67.5rem;
  margin: 2rem auto;
}
.pointer{
  cursor: pointer;
}
.little-form{
  width: 1080px;
}
.little-form .password-indicator{
  width: calc(22rem + 2rem + 4px);
  margin: auto;
}

/*---------- Menu ----------*/
.menu{
  width: 100%;
  height: 7.5rem;
  flex-direction: row;
  justify-content: flex-start;
}
.menu-transactions li.menu-mobile-show{
  display: none;
}
.menu-transactions li.menu-mobile-hide{
  display: block;
}
.menu-show{
  width: calc(100% - 240px);
  margin-left: 240px;
}
.menu > ul{
  display: flex;
  flex-direction: row;
  padding: 0;
}
.menu .menu-directory ul{
  display: none;
  flex-direction: column;
  padding: 0;
  background-color: #FFF;
  z-index: 9999;

  border-right: 1px solid #255696;
  border-bottom: 1px solid #255696;
  border-left: 1px solid #255696;
  border-radius: 0 0 1.5rem 1.5rem;
}
.menu .menu-directory:hover div{
  border-radius: 1.5rem 1.5rem 0 0;
}
.menu .menu-directory:hover ul{
  display: flex;
  box-shadow: 1px 2px 8px #767676;
}
.menu .menu-directory ul li{
  text-align: center;
  padding: 1rem;
}
.add-announce-btn, .menu-premium-btn{
  justify-content: space-between;
  height: 3rem;
  line-height: 3rem;
  margin: 0;
}
.add-announce-btn img, .menu-premium-btn img{
  margin: auto 1rem auto auto;
}
.logo-img{
  background-color: #F0F0F5;
}
.menu-transactions{
  min-width: 1080px;
  flex-grow: 2;
  justify-content: space-evenly;
}
.menu-user a, .menu-user button{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 281px;
  height: 100%;
}

/*---------- Menu Pro ----------*/
.menu-pro{
  height: 100%;
  width: 240px;
  position: fixed;
  top: 0;
}
.menu-pro ul{
  padding-left: 0;
}
.menu-pro li{
  list-style-type: none;
  width: calc(100% - 4rem);
  padding: 1rem 2rem;
}
.menu-pro-img{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  min-width: 3rem;
  min-height: 3rem;
  margin-right: 1rem;
}
.menu-pro-img img{
  width: 32px;
  height: 32px;
}
.menu-pro a{
  display: flex;
  text-decoration: none;
  align-items: center;
}
.menu-pro p{
  line-height: 20px;
}
.menu-pro .one-line{
  margin: 14px 0;
}
.menu-pro .two-lines{
  margin: 4px 0;
}

/*---------- Button ----------*/
.btns{
  width: 1080px;
}
.toggle-button div, .toggle-button p{
  width: 12rem;
}
.link-btn, .back-btn, .del-btn, .premium-btn, .disabled-btn{
  width: 24rem;
}
.header-mobile{
  display: none;
}

/*---------- HomePage ----------*/
.home-city .search-row{
  width: 57.5rem;
  min-height: 42.5rem;
}

/*---------- SearchForm ----------*/
.search-form{
  width: 61.25rem;
}
.search-types .switch-btn{
  width: calc(((100% - 2px) - (3 * 17.75rem)) / 4 + 17.75rem);
  border-radius: 1.5rem 1.5rem 0 0;
}
.search-types .separator{
  margin-top: 1.5rem;
}
.search-criteria{
  flex-wrap: wrap;
  padding: 0.75rem 0;
}
.search-criteria .separator{
  width: 1px;
  margin-bottom: 0.75rem;
}
.search-criteria img{
  align-self: center;
}
.search-location, .search-living-space, .search-budget{
  width: 15.75rem;
  padding-bottom: 0.75rem;
}
.search-locations-selected{
  width: 100%;
  padding-top: 0.75rem;
  border-top: 1px solid;
  order: 5;
}
.search-form input[type=text]{
  width: 11.25rem;
}
.search-buttons div{
  width: 25%;
}

/*---------- ADVANCED SEARCH ----------*/
.advanced-search{
  width: 1080px;
}
.advanced-search section div{
  width: 30%;
  padding-bottom: 1rem;
}
.advanced-search section h3, .advanced-search section h4{
  text-align: center;
}
.text-field::after{
  position: absolute;
  margin-left: -2rem;
}

/*---------- Sort Modal Window ----------*/
.sort{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 22rem;
}

/*---------- Locations search ----------*/
.locations-search-results{
  width: calc(980px - 52px - 2rem - 2rem);
}

/*---------- Dashboard ----------*/
.dashboard-content{
  align-items: flex-start;
  width: 1680px;
}
.dashboard-content h2{
  width: 100%;
}
.dashboard a{
  width: calc(480px - 2rem);
  height: calc(240px - 2rem);
}

/*---------- SignIn ----------*/
.sign-in-form{
  padding-bottom: 6rem;
}
.sign-in{
  width: 540px;
  margin:auto;
  padding: 6rem 0;
}
.sign-in > div{
  padding-bottom: 2rem;
}
.sign-in input[type=text], .sign-in input[type=password]{
  width: 100%;
}
.sign-in label{
  margin-bottom: 0.25rem;
}
.sign-in input[type=checkbox]{
  margin-left: 0;
}
.sign-in-buttons{
  width: 1080px;
  margin:auto;
}
.sign-in-buttons h2{
  text-align: center;
}
.sign-in-buttons div{
  display: flex;
  justify-content: space-between;
  padding: 6rem 0;
}
.sign-in .no-padding{
   padding-bottom: 0;
 }
.captcha{
  width: 540px;
  height: 280px;
}

/*---------- SignUp ----------*/


/*---------- RealEstate ----------*/
.real-estate-details{
  width: 67.5rem;
}
.real-estate-edit{
  width: 67.5rem;
}
.real-estate-edit .inputs{
  flex-direction: row;
}
.real-estate-edit .facilities .row div{
  width: 16rem;
}
.real-estate-edit section h3{
  text-align: center;
}
.real-estate-edit .radios div{
  margin: auto;
  width: 16rem;
}
.real_estate_list{
  width: 1680px;
}
.real-estate-details .views .slider-details{
  width: 1080px;
}

/*---------- RealEstateCell ----------*/
.real-estate-cell{
  margin: 3.75rem 2.5rem;
}
.real-estate-cell .details{
  width: 480px;
  height: 696px;
}
.real-estate-cell .details .slider ul{
  height: 270px;
}
.real-estate-cell .content .title{
  min-height: 4.125rem;
}
.real-estate-cell .details2{
  width: 1040px;
  height: 696px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.real-estate-cell .details2 .slider ul{
  height: 270px;
}
.real-estate-cell .details2 .cols > div{
  width: 480px;
}
.real-estate-cell .details2 .cols .col-right{
  width: 480px;
  padding-left: 80px;
}
.real-estate-cell .details3{
  display: flex;
  flex-direction: column;
  width: 1600px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.real-estate-cell .generic_link3{
  height: 600px;
}
.real-estate-cell .details3 > *{
  display: flex;
  justify-content: space-between;
}
.real-estate-cell .details3 .slider{
  min-width: 1080px;
  height: 600px;
}
.real-estate-cell .details3 .slider ul{
  height: 600px;
}
.real-estate-cell .details3 .content{
  margin: 0 1rem 1rem 1rem;
}
.real-estate-cell .details3 .see-more{
  width: 70%;
}
.real-estate-cell .details3 .subtitle, .real-estate-cell .details3 .content > p{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.real-estate-cell .details3 > section:nth-child(1){
  height: 480px;
}
.real-estate-cell .details3 .premium-photos{
  padding-top: 3rem;
}
.real-estate-cell .details3 .exclusivity{
  width: 1060px;
}
.real-estate-cell .details3 .highlight{
  width: 1060px;
  justify-content: flex-start;
}
.slider-close{
  left: calc((100% - 24rem) / 2);
}

.real-estate-cell .details2 .header, .real-estate-cell .details3 .header{
  height: 100px;
}
.real-estate-cell .details2 .agent-identity, .real-estate-cell .details3 .agent-identity{
  min-width: 400px;
}
.real-estate-cell .details2 .state-new, .real-estate-cell .details3 .state-new{
  min-width: 400px;
}

/*---------- MyRealEstateCell ----------*/
.real-estate-cell .my-real-estate-cell{
  width: 480px;
  height: 740px;
}

/*---------- RealEstateDetails ----------*/

.real-estate-details .views h3{
  width: 100%;
}
.real-estate-details .main-data{
  width: 1080px;
}
.real-estate-details .main-data div{
  width: 12rem;
}
.real-estate-details .main{
  width: 100%;
}
.real-estate-details .main > div{
  width: 45%;
}
.real-estate-details .main .map_image #map{
  width: 100%;
  min-height: 37.5rem;
  margin: 1rem 0 3rem 0;
}
.real-estate-details .main .presentation{
  width: 45%;
}
.real-estate-details .equipment .criteria{
  flex-direction: row;
}
.real-estate-details .energy > div{
  /*width: 16.25rem;*/
}
.real-estate-details .energy > div > div{
  margin-bottom: 2rem;
}
.real-estate-edit-message{
  display: block;
  width: 67.5rem;
  margin: 8rem auto 2rem auto;
}
.real-estate-message{
  width: calc(67.5rem - 4rem);
  margin: auto;
  padding: 2rem;
}
.real-estate-message h3{
  text-align: center;
}
.real-estate-details .owner div{
  justify-content: space-between;
}

/*---------- RealEstateSearch ----------*/
.real-estate-search-details{
  padding: 5rem 3rem;
}
.real-estate-search-details .real-estate-search-details-show{
  width: 26rem;
}

/*---------- Agency ----------*/
.agency{
  width: 1680px;
  margin: auto;
}
.agency .row{
  display: flex;
}
.agency .wrap{
  display: flex;
  flex-wrap: wrap;
}
.agency .agent-cell{
  width: 480px;
  background-color: #FFF;
  margin: 3.75rem 2.5rem;
}
.agency .agent-cell .profession{
  color: #000;
}

/*---------- Agency Locations----------*/
.agency-locations{
  width: 1680px;
  margin: 0 auto;
}
.agency-locations-cell{
  min-width: calc(480px - 2rem);
  margin: 2rem 2.5rem;
  padding: 1rem;
}
.agency-locations-cell li{
  min-height: 1.75rem;
}

/*---------- AgencySearch ----------*/
.agency-search {
  width: 1680px;
  margin: auto;
}
.agency-search-form{
  width: 1080px;
  margin: auto;
}

/*---------- AgencySearchCell ----------*/
.agency-search-cell{
  width: 480px;
  background-color: #FFF;
  margin: 3.75rem 2.5rem;
}
.agency-search-cell .content{
  padding: 0 1rem 2rem 1rem;
}

/*---------- Profile ----------*/
.agent{
  width: 780px;
}
.agent .last-real-estates .first-photo{
  margin: 1rem 1rem 1rem 0;
}
.agent .last-real-estates .first-photo img{
  width: 480px;
  height: 270px;
}

/*---------- MyAgent ----------*/
.my-agents{
  width: 1680px;
  margin: auto;
}

/*---------- MyAgentCell ----------*/
.my-agent-cell{
  width: 480px;
  margin: 3.75rem 2.5rem;
}
.my-agent-cell .content{
  padding: 0 1rem 2rem 1rem;
}

/*---------- Researcher ----------*/
.researcher-locations{
  height: 260px;
}

/*---------- Pricing ----------*/
.pack-button{
  margin: 4rem auto;
}
.pack-button p{
  padding: calc((3rem - 28px) / 2) 4rem;
}
.pack-button p:first-child{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.pack-button p:last-child{
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.pricing{
  width: 1920px;
}
.pricing .col{
  width: calc(480px - 4rem) ;
  padding: 2rem;
}
.pricing .prices{
  width: 16rem;
  height: 6rem;
  margin: 0 auto;
}
.pricing .prices p{
  height: 39px;
}
.pricing .link-btn{
  margin: 2rem auto;
}

/*---------- Subscription ----------*/
.subscription{
  width: 1080px;
  margin: auto;
}
.subscription a{
  margin: 4rem auto;
}

/*---------- Contact Form ----------*/
.contact{
  width: 480px;
}

/*---------- User Forms ----------*/
.user-edit{
  width: 540px;
  margin:auto;
  padding: 6rem 0;
}
.user-edit > div{
  margin-top: 2rem;
}
.user-edit textarea{
  min-height: 8rem;
  min-width: 100%;
}
.researcher-edit{
  width: 540px;
  margin:auto;
  padding: 6rem 0;
}

/*---------- Confirm Update ----------*/
.confirm-update{
  width: 1080px;
}

/*---------- Footer ----------*/
footer{
  padding-left: 240px;
}
.footer-menu-hide{
  width: 100%;
}
.footer > div{
  /* width: 1920px; */
  margin: 0 auto;
}
.footer ul{
  width: 320px;
  /* width: 25%; */
}
.footer li{
  margin: 1rem auto 1rem 0;
}
.footer .title{
  height: 4rem;
}

/*---------- Explain Text ----------*/
.explain-text{
  width: 540px;
  margin: auto;
}

/*---------- Admin ----------*/
.commercial-agent-verif{
  width: 1080px;
  margin: auto;
  padding: 1rem 0;
}
.commercial-agent-verif ul{
  display: flex;
}
.commercial-agent-verif li{
  list-style-type: none;
}
.commercial-agent-verif .row li{
  width: 50%;
}
.commercial-agent-verif .row li span{
  font-weight: 600;
}
.commercial-agent-verif .error li{
  margin: 0.5rem auto;
}
.commercial-agent-verif .verif-btns{
  margin-top: 2rem;
}

/*---------- Fade windows ----------*/
.modal-address-legal{
  width: 50%;
  margin: 2rem auto;
  padding: 2rem;
}
.modal-address-legal .link-btn{
  margin: 2rem auto;
}
.modal-address{
  padding: 2rem;
}
.modal-address .link-btn{
  margin: 4rem auto 2rem auto;
}

.modal-histories{
  width: 704px;
}
.modal-histories p{
  width: 640px;
  margin: 1.35rem 2rem;
  text-align: center;
}