/*css */

.super-footer{background:#282828;padding:5px 20px;font-size:0.8rem;color:#ffffffa6;}
.super-footer a, .super-footer a:visited, .super-footer a:hover {
  color: #FFFC;
  font-weight: 600;
  text-decoration: none;
  transition:all linear .15s;
  text-align:center;
  font-size:1.1rem;
}
.super-footer a:hover {
  color: #6C8CFF;
}

.tabs_h .tabs{border:none;}

.arct_item.arct_disabled_item::after {
 background:none !important; 
}

.highslide-controls
{
 display:none; 
}

#imagelightbox-overlay
{
  background-color: #fff;
  background-color: rgba( 255, 255, 255, .9 );
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* "CLOSE" BUTTON */

#imagelightbox-close
{
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em; /* 40 */
  right: 2.5em; /* 40 */

  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus { background-color: #111; }

#imagelightbox-close:before,
#imagelightbox-close:after
{
  width: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}
#imagelightbox-close:before
{
  -webkit-transform: rotate( 45deg );
  -ms-transform: rotate( 45deg );
  transform: rotate( 45deg );
}
#imagelightbox-close:after
{
  -webkit-transform: rotate( -45deg );
  -ms-transform: rotate( -45deg );
  transform: rotate( -45deg );
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow
{
  -webkit-animation: fade-in .25s linear;
  animation: fade-in .25s linear;
}


#_m_map_points__m_map_points 
{
  display:flex;
  flex-direction:column;
}

#_m_map_points__m_map_points #map
,#_m_map_points__m_map_points #tabs
{
  display:flex;
}

#_m_map_points__m_map_points #tabs {order:-1;}

.map_points_search {display:none;}

.mobile_only {display:none;}

/* Property Details */
.property_item_details
{
  padding:0 20px; 
}

.property_item_details .image
{
  padding:0 20px 0 0; 
}

.property_item_details h1 
,.property_item_details h3
{margin:0 0 10px 0;}

.property_item
{
  min-height:300px !important;
  border:1px solid #e1e1e1;
  width:calc(100% / 3 - 40px);
  position: relative;
  float: left;
  margin: 0px 20px 20px 20px;
  background:rgba(0,0,0,.4) center center no-repeat;
  background-size:cover;
  margin:10px;
  padding:4px;
  color:#fff;
  text-shadow:0 0 3px rgba(0,0,0,0.7);
}

.property_item a,.property_item a:visited, .property_item a:hover
{
  color:#fff;
}

.property_inner
{
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  left: 10px;
  top: 10px;
  bottom: 10px;
}

.property_item .price
{
  font-size:2.0rem;
  font-weight: bold;
}

.property_item .features
{
  font-size:1.4rem;
}

.property_item .square_footage
,.property_item .bedrooms
{
  font-size:1.4rem;
  font-weight:normal;
}

.property_footer
{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
}

.property_item::before
{
  content:'';
  display:block;
  position:absolute;

  width: 100%;
  background: linear-gradient(to bottom ,rgba(0,0,0,0.4) 0% ,rgba(0,0,0,0) 10% ,rgba(0,0,0,0) 60% ,rgba(0,0,0,0.5) 100%);

  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
}

.item_tile .article_image {padding: 0px;}
.item_tile .address > span{font-weight:bold;}
.item_image img
{
  width: 100%;
  display: block;
}

.item_tile 
{
  border:1px solid #e1e1e1;
  width:calc(100% / 3 - 40px);
  position: relative;
  float: left;
  margin: 0px 20px 20px 20px;
}
.item_tile h3 {margin: 15px;font-weight: 700;}
.item_tile p {padding: 0 15px;}

@media (max-width:1240px),(max-device-width: 1240px){
  .item_tile,.property_item{width:calc(100% / 2 - 40px)}

}

@media (max-width:800px),(max-device-width: 800px){
  .item_tile
  ,.property_item
  {
    border: 1px solid #e1e1e1;
    width: 100%;
    float: none;
    margin: 20px 0px;
  }
}

.map_points_item
{
  margin:15px;
  padding:20px 12px;
  background:#efefef;
  border-radius:4px;
}

footer .flex_column:nth-child(2)
{
  flex: 0 0 320px;
}

footer .flex_column:nth-child(2) h2
{
  margin-bottom:12px;
  padding-bottom:10px;
  border-bottom:1px solid #fff;
}

/*TABS*/
.tab a, .tab a:visited, .tab a:hover, .tab_selected a, .tab_selected a:visited
{
  font-size:20px;
}

.tab_selected a, .tab_selected a:hover, .tab_selected a:visited
{
  background: rgb(70, 111, 157);
  color:#fff;
}

.tab a:hover
{
  background: #666;
}

.image_row{min-height: 400px;}

/**PRODUCT Item Start**/

.product_item {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  vertical-align: top;
  min-height: 375px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: left;
  display: block;
  margin: 0px 10px 0 0;
}
.product_item .product_content {
  position: absolute;
  top: 65px;
  left: 30px;
  bottom: 65px;
  right: 30px;
}
.product_type h1 {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0;
  color: #000;
  position: relative;
  text-align: center;
}
.product_type {	
  background-repeat: no-repeat;
  background-position: center top;
  position:relative;
  height: 65px;
  margin-top: 36px;
}
.product_txt {
  position:relative;
  padding:0 20px;
  opacity:1;
  line-height:2.7rem;
  text-align:center;
}
.manage_icon{background-image: url(images/icon_2.png);}
.login_icon{background-image: url(images/icon_1.png);}

.manage {background-image: url(images/shutterstock_662408434.jpg);}
.apply {background-image: url(images/shutterstock_522912718.jpg);}
.login {background-image: url(images/shutterstock_107672951.jpg);}

.manage .product_content
,.apply .product_content
,.login .product_content
{background-color: rgba(255, 255, 255, 0.55);}

.manage .product_type a
,.login .product_type a
{
  height: 86px;
  width: 66px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: calc(50% - 33px);
}
.apply .product_type a
{
  background: #cb4f3e;
  border-radius: 5px;
  position: absolute;
  line-height: 40px;
  width: 150px;
  left: calc(50% - 75px);
  top: 15%;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
}
.login .product_type {}

/***Phone Icon***/

.phone{flex: 0 0 25%;text-align: center;}
.phone span{
  line-height: 100px;
  color: #fbc400;
  font-size: 2rem;
}
.phone:before {
  font-family: "FontAwesome";
  content: "\f095";
  font-size: 4rem;
  color: #fff;
  margin: 0px 10px;
}

.messaging a:before {
  font-family: "FontAwesome";
  content: "\f27b";
  font-size: 4rem;
  color: #fff;
  margin: 0px 10px;
}

/**form styles**/
.dark_filled_theme label {
  text-align: left;
  color: #000;
  display: block;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 10px 0px;
  flex: 0 1 200px !important;
}
.dark_filled_theme input[type="text"],
.dark_filled_theme input[type="email"],
.dark_filled_theme textarea,
.dark_filled_theme input[type="submit"] {
  font-size: 1.0rem;
  margin: 0 0 10px 0;
}
.dark_filled_theme textarea {height: 100px;}
.dark_filled_theme input:invalid {border: 2px solid red;}
.dark_filled_theme input[type="checkbox"] {margin: 30px 0px;}

.dark_filled_theme label {color: #fff;}
.dark_filled_theme input:invalid {border: 2px solid red;}
.dark_filled_theme input[type="text"]
,.dark_filled_theme input[type="email"]
,.dark_filled_theme input[type="submit"]
,.dark_filled_theme textarea {
  background: #fff;
  padding: 8px 5px;
  font-family: 'Roboto', sans-serif;
  border: none;
  font-size: 1.3rem;
  border-radius: 3px;
  display: block;
  margin: 0px auto;
}
.dark_filled_theme input[type="submit"] {padding: 12px 30px;color: #707473;}

.dark_filled_theme input[type="text"]:placeholder-shown
,.dark_filled_theme input[type="email"]:placeholder-shown
,.dark_filled_theme input[type="submit"]
,.dark_filled_theme textarea:placeholder-shown {
  font-style: italic;

}

.item h2
{
  margin-top: 14px;
  text-align:center;
  line-height:2;
  color:#000;
  border-bottom: 1px solid #ccc;
}

.item h3
{
  color:#999;
}

.item h3 a:hover {
  color: #000;
}

.service_menu_item .name {
  font-weight: 500;
  color: #434343;
  font-size: 1.25em;
}
.service_menu_item .item_price::before{content:'$';}

.service_menu_item .name .flex_column
{
  padding-right:20px; 
}

.service_menu_item
{
  margin-bottom:20px; 
}

.service_menu_item .item_summary
{
  color: #777;
}

@media (max-width:800px),(max-device-width: 800px)
{
  .mobile_only {display:initial;}
  footer .flex_column:nth-child(2)
  {
    flex: 1 1 auto;
  }

  .phone {
    text-align: center;
    margin-right: 0px;
    flex: auto;
    line-height: 90px;
    flex: 0 0 50px;
    width: 50px;
    overflow: hidden;
  }
  .phone a:before {
    font-family: "FontAwesome";
    content: "\f095";
    font-size: 4rem;
    color: #fff;
    margin: 0px 10px;
  }
  .phone:before{display:none;}
  .messaging a {
    text-align: center;
    margin-right: 60px;
    flex: auto;
    line-height: 90px;
    flex: 0 0 60px;
    width: 60px;
    overflow: hidden;
  }
  .messaging a:before {
    font-family: "FontAwesome";
    content: "\f27b";
    font-size: 4rem;
    color: #fff;
    margin: 0px 10px;
  }
}

@media (max-width:640px),(max-device-width: 640px)
{
}
