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

/*---------- Menu ----------*/
.menu{
  height: 7.5rem;
  flex-direction: row;
}
.menu-transactions li.menu-mobile-show{
  display: none;
}
.menu-transactions li.menu-mobile-hide{
  display: block;
}
.menu ul{
  display: flex;
  flex-direction: row;
  padding: 0;
}
.add-announce-btn, .menu-premium-btn{
  justify-content: space-between;
  height: 3rem;
  line-height: 3rem;
  margin: 0;
}
.menu .menu-directory ul{
  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 ul li{
  text-align: center;
  padding: 1rem;
}
.add-announce-btn img, .menu-premium-btn img{
  margin: auto 1rem auto auto;
}
.menu-directory-show{
  border-radius: 1.5rem 1.5rem 0 0;
  box-shadow: 1px 2px 8px #767676;
}
.menu ul.menu-directories-hide{
  display: none;
  box-shadow: none;
}
.menu ul.menu-directories-show{
  display: flex;
  box-shadow: 1px 2px 8px #767676;
}
.menu-transactions{
  flex-grow: 2;
  justify-content: space-evenly;
}
.menu-interactions{
  width: 0;
}
.menu-user a, .menu-user button{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  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: 980px;
}
.toggle-button div, .toggle-button p{
  width: 12rem;
}
.link-btn, .back-btn, .del-btn, .premium-btn{
  width: 24rem;
}
.header-mobile{
  display: none;
}

/*---------- HomePage ----------*/
.home-city .search-row{
  width: 61.25rem;
  min-height: 42.5rem;
}
.search{
  width: 47.5rem;
  margin: 4.5rem 0;
  padding: 0.5rem 6.875rem;
}
.search .row .multiple-inputs{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.search .row .multiple-inputs .text-field {
  display: flex;
  padding: 0 1rem;
  border: 1px solid #6C0277;
  border-radius: 1rem;
  width: 40%;
}
.search .row .multiple-inputs > .text-field input{
  width: 11.25rem;
  border: none;
}
.search .row .multiple-inputs > .text-field input:focus{
  border: none;
}
.search .location .text-field input, .search .keywords .text-field input{
  padding: 0 2rem 0 1rem;
  width: calc(100% - 3rem);
}
.search .transaction .toggle-button{
  margin: 0 auto;
}
.search label{
  min-width: 30%;
  max-width: 30%;
}
.search .location .text-field, .search .keywords .text-field{
  width: 100%;
}
.search .action{
  margin: auto;
}
.advanced-search{
  width: 980px;
}
.advanced-search .inputs{
  flex-direction: row;
}
.advanced-search .inputs ul{
  width: 30%;
}
.advanced-search .inputs li{
  padding-bottom: 1rem;
}
.advanced-search .inputs > li{
  width: 30%;
}
.advanced-search section h3{
  text-align: center;
}
.search .transactions .toggle-button div{
  width: 12rem;
}
.search-btns .filters .sort-btn{
  width: 45%;
  margin-bottom: 1.25rem;
}
.search-btns .filters .filter-btn{
  width: 45%;
  margin-bottom: 1.25rem;
}
.locations-label{
  min-width: calc((980px - (2px + 4.5rem)) / 3);
}
.search div .row input{
  width: 45%;
}
.input-unit{
  display: inline-block;
  width: 1.5rem;
  padding-top: 0.5rem;
}

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

/*---------- Dashboard ----------*/
.dashboard-content {
  flex-direction: column;
  align-items: center;
}
.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: 980px;
  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: 980px;
}
.real-estate-edit{
  width: 980px;
}
.real-estate-edit .inputs{
  flex-direction: row;
}
.real-estate-edit .facilities div div{
  width: 12.5rem;
}
.real-estate-edit section h3{
  text-align: center;
}
.real-estate-edit .radios div{
  margin: auto;
  width: 16rem;
}
.real_estate_list{
  justify-content: space-between;
  width: 980px;
}

/*---------- RealEstateCell ----------*/
.real-estate-cell{
  margin: 3.75rem 0;
}
.real-estate-cell .details{
  width: 480px;
}
.real-estate-cell .details .slider ul{
  height: 270px;
}
.real-estate-cell .content .title{
  height: 4.125rem;
}
.real-estate-cell .details2{
  width: 980px;
  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;
}
.real-estate-cell .details2 .description{
  height: calc(100% - 270px - 28px);
  padding-right: 1rem;
  padding-left: 2rem;
  overflow: hidden;
}
.real-estate-cell .details2 .premium-photo{
  padding-left: calc(100% - 480px);
}
.real-estate-cell .details3{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 980px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.real-estate-cell .generic_link3{
  height: 600px;
}
.real-estate-cell .details3 > *{
  width: 100%;
}
.real-estate-cell .details3 .slider ul{
  height: 560px;
}
.real-estate-cell .details3 .photos{
  width: 980px;
  height: 600px;
}
.real-estate-cell .details3 .content{
  height: auto;
  padding: 1rem 1rem 5rem 2rem;
}
.real-estate-cell .details3 .content .highlight{
  margin: 1rem 0;
}
.real-estate-cell .details3 .see-more{
  width: 70%;
}
.real-estate-cell .details3 .subtitle, .real-estate-cell .details3 .content > p{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.real-estate-cell .details3 .description{
  height: calc(100% - 270px - 60px);
  padding-bottom: 1rem;
  overflow: hidden;
}
.real-estate-cell .details3 .premium-photos{
  display: flex;
  justify-content: space-between;
}
.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: 980px;
}
.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-details .views .slider-details{
  width: 980px;
}
.real-estate-details .owner div{
  justify-content: space-between;
}

/*---------- Agency----------*/
.agency .description{
  width: 480px;
  margin: 4rem auto 2rem auto;
}

/*---------- Agency Locations----------*/
.agency-locations{
  width: 980px;
  margin: 0 auto;
}
.agency-locations-cell{
  min-width: calc(480px - 2rem);
  min-height: 80px;
  margin: 2rem 1rem;
  padding: 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;
}

/*---------- MyAgentCell ----------*/
.my-agents-cells{
  justify-content: space-around;
}
.my-agent-cell{
  width: 360px;
  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 .col{
  width: calc(360px - 4rem) ;
  padding: 2rem;
}
.pricing .link-btn{
  margin: 2rem auto;
  width: 100%;
}

/*---------- Subscription ----------*/
.subscription{
  width: 980px;
  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 .user-photo-fade, .user-edit .user-photo-fade div {
  margin-top: 0;
}
.user-edit .user-photo-fade-row{
  display: flex;
  justify-content: space-around;
}
.user-edit .user-photo-fade-btn{
  flex-direction: column;
  padding: 8rem 0;
}

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

/*---------- Footer ----------*/
.footer{
  width: 100%;
}
.footer > div{
  margin: 0 auto;
}
.footer ul{
  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: 980px;
  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;
}

/*---------- 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;
}