/*
  this file includes HAR.com  big-game css styles
*/
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 { font-weight:500; }
div { box-sizing: border-box;}
.page_title { font-size:30px; line-height:34px;font-family: "effra",sans-serif;}
.sub_title { color:#063ba0; font-size:18px;font-family: "effra",sans-serif;}
.pagetitle_block { width:70%; float: left; padding-top:30px; padding-bottom:15px; }
.title_right_btn { float: right; margin-top:30px; }
.leftnav { width:25%; float: left; border-right:1px solid #e0e0e0;min-height:400px; }
.rightcontent { width:75%; float: left; margin-left:-1px; border-left:1px solid #e0e0e0; padding:40px 30px 30px 30px; }
.nav_title { color:#424242; border-bottom:1px solid #e0e0e0; padding:10px 0px; font-size:16px; font-weight:bold; margin-bottom:10px; }
.property_btn { padding:10px 0px; display: block; }
a.property_btn span { display: block; }
.pb_img { width:44px; height:44px; border-radius:4px; overflow: hidden; float: left; }
.pb_address { margin-left:54px; }
.pb_title { font-size:16px; font-weight:bold; color:#424242; display: block; }
.pb_subtitle { font-size:14px; color:#757575; line-height:18px; display: block;}
.faded_text { 
  white-space: nowrap; position:relative;
  overflow: hidden; 
}
.faded_text:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0; right: 0;
  
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.business_row:hover .faded_text:after { 
  background-image: -webkit-linear-gradient(right, rgba(239, 241, 243, 1), rgba(239, 241, 243, 0));
  background-image: -moz-linear-gradient(right, rgba(239, 241, 243, 1), rgba(239, 241, 243, 0));
  background-image: -ms-linear-gradient(right, rgba(239, 241, 243, 1), rgba(239, 241, 243, 0));
  background-image: -o-linear-gradient(right, rgba(239, 241, 243, 1), rgba(239, 241, 243, 0));
  background-image: linear-gradient(to left, rgba(239, 241, 243, 1), rgba(239, 241, 243, 0));
}
.whitebg { background-color:#fff; }
.property_btn.active .pb_title, .property_btn.active .pb_subtitle { color:#0b50d2; }

.prop_img { margin-bottom:20px; min-height:184px; max-height:200px; max-width:361px; overflow: hidden; border-radius:4px; background-position:center center; background-repeat:no-repeat; background-size: cover; }
.rc_col1, .rc_col2 { width:50%; float: left; padding-right:40px; }
.rc_col2 { width:50%; float: left; padding-left:40px; padding-right: 0px; }
.pr_title { margin-right: 100px; }
.blue { color:#0b50d2; }
.social_icons { border-bottom: 1px solid #e0e0e0; padding-bottom:10px; margin-bottom: 20px; }
.social_icons a { display: inline-block; margin:10px 20px 20px 0px; }
.lead_item {  border-bottom: 1px solid #e0e0e0; padding:10px 0px; margin-bottom:20px; }
.content { padding:0px; }
.border_bottom { border-bottom:1px solid #e0e0e0; }
.mb30 { margin-bottom:30px !important; }
.mb20 { margin-bottom:20px !important; }
.pl10 { padding-left:10px; }
.pt35 { padding-top: 35px; }
.addlisting { float: right; width: 120px; position: relative; }
#addListingContainer { display:none; background-color:#fafafa; border-radius:4px; padding:20px; border: solid 1px #e0e0e0; position: absolute; width:360px; box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15); top:80px; height:80px; right:0px; }
.footer_search { max-width:370px; margin:0px auto; }
.footer_search input[type="text"] {  background-color:#fff; font-size: 16px; color:#bdbdbd; padding:8px 14px; border-radius:4px 0px 0px 4px; width:80%; float:left; box-sizing: border-box; border: solid 2px #bdbdbd; border-right:none; }
.footer_search input[type="button"] { background-color:#0b50d2; font-size:16px; color:#fff; padding:10px 14px; border-radius:0px 4px 4px 0px; float:left; width:20%; border:none; box-sizing: border-box; }

#addListingContainer:before{
    content: '';
    position: absolute;
    left:auto;
    right:45px;
    bottom: 100%;
    top:-10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fafafa;
    clear: both;
}
.addlisting.opened .btn { background-color:#00af4a; }
.addlisting.opened #addListingContainer { display:block; }
.not_available .pb_subtitle,.not_available .pr_title .h3,.not_available .availability_info,
.not_available .availability_info .lightgray,
.not_available .pr_title .blue, .not_available .pb_title { color:#ef3c44 !important; }
.not_available .go_to_listing_btn { background-color:#ef3c44 !important; }
#map_results { z-index:-1; position: absolute; top:28px; left:50%; right:0px; bottom:0px; overflow: hidden; }
.result_left { z-index:-1; position: absolute; top:28px; bottom:0px; right: auto; left:0px; width:50%; background-color:#fff; overflow:hidden; }
.map_searchform { padding:0px; border-bottom:1px solid #e0e0e0; }
.map_searchform label { color:#0b50d2; font-size:16px; font-family: "Roboto",sans-serif; font-weight:500; }
.map_cols50 { width:50%; float: left; box-sizing: border-box; padding-right:5px; }
.map_properties { }
.results_container { position: absolute; bottom:0px; left:0px; right:0px; overflow:scroll; top:119px;-webkit-overflow-scrolling: touch; }
.map_searchform input[type="text"] { line-height:30px !important; margin-bottom:30px; font-family: "Roboto",sans-serif;border-radius:0px;box-shadow:0 0 0 rgba(0, 0, 0, 0) inset !important;}
.map_searchform .custom_select{height:44px;line-height:30px; width:100%; margin-bottom:30px; font-family: "Roboto",sans-serif;border-radius:0px;border-color:#a1b2bd;}
.map_title { color:#212121; font-size:18px; padding:15px; font-weight:500; line-height:22px; font-family: "effra",sans-serif; border-bottom:1px solid #e0e0e0; }

.map_prop_item { width:50%; padding:13px 13px 13px 13px; float: left; box-sizing:border-box; }
.map_properties .map_prop_item:nth-child(2n+1) {  }
.map_prop_item .mpi_img .mpi_price { position:absolute; bottom:20px; top:auto; left:0px; right:auto; background-color:rgba(32, 32, 32, 0.9); border-radius:0px 4px 4px 0px; color:#fff; padding:7px 10px;  }

.map_prop_item .mpi_img { position:relative; padding-bottom:55%; overflow:hidden; border-radius:4px; background-color:#333; }
.mpi_img_link { backface-visibility:visible; z-index:0; position:absolute; left:0px; right:0px; top:0px; bottom:0px; display:inline-block; overflow:hidden; }
.mpi_img_link > img { width: 100%; height:auto; }
.mpi_img .big { font-size:22px; font-weight:500; font-family: "effra",sans-serif;}
.mpi_img .small { font-size:14px; font-weight:500; font-family: "effra",sans-serif;}
/*#ApplyFilters { display:none; }*/
.details_res_title { border-bottom:1px solid #e0e0e0; padding-bottom:10px; margin-bottom: 20px; display:none; }
.simple_prop_item { width:270px; height:220px; margin:13px 13px 13px 0px; float: left; }
.simple_prop_item .mpi_img .mpi_price { position:absolute; top:75px; left:0px; right:auto; background-color:rgba(32, 32, 32, 0.9); border-radius:0px 4px 4px 0px; color:#fff; padding:7px 10px;  }
.simple_prop_item .mpi_img { height:124px; width:100%; display:block; border-radius:4px; background-position:center center; background-size:cover; background-repeat:no-repeat; position: relative; margin-bottom:7px; overflow:hidden; }


.mpi_title { float: left; font-size:16px; line-height:27px; color:#0b50d2; font-family: "Roboto",sans-serif; font-weight:500; }
.mpi_away { width:75px; float:right; text-align:right; line-height:27px; font-size:16px; color:#0b50d2;font-family: "Roboto",sans-serif; }
.mpi_info { color:#212121; font-size:16px;  line-height:27px; }
.mcol50 { width:50%; float:left; }
.mobile_header { border-bottom:1px solid #cfd6df; padding:14px; margin-bottom:20px; /*display: none; padding-top:60px; DO NOT REMOVE THIS COMMENT. THIS IS COMMENTED OUT ON PURPOSE. TALK TO ERICK BEFORE REMOVING THIS. */ background-color:#fff; }
.mobile_header .title {display:block; font-family: "effra",sans-serif; font-size:18px; color:#212121; line-height:22px; font-weight:500; float: left; width:38%; }
.mobile_header .mh_links { width:62%; float: right; text-align:right; }
.mobile_header .mh_links a {font-family: "effra",sans-serif; font-size:18px; font-weight:500; padding:0px 20px; }
.emprty_container { z-index:-1; position: absolute; left:0px; right:0px; bottom:0px; top:202px; background: url(../../images/big_game/big_game_bg.jpg) no-repeat center top; background-size:cover; }
.start_arrow { float: right; margin-right:50px; margin-top:10px; }
.empty_info { display:block; max-width:593px; margin:0px auto; font-size:34px; line-height:42px; color:#fff; font-weight:500; margin-top:20%; }
#BigGame { background-position:center top; }
#BigGame .b_search { margin: 0px auto; max-width:480px; text-align:center; padding-top:80px; }
.db_form_container .input_box input[type="text"],
#BigGame .input_box input[type="text"] { float: right !important; width:73% !important; }
#BigGame .input_box span { font-size:16px; }
#BigGame .input_box.bouble .input_container { border:none; }
#BigGame .input_box.bouble .input_container.second { overflow:hidden; }
#BigGame.banner h1 { font-size:36px; font-weight:500 !important; }
#BigGame .sub_heading { font-size:14px; border-bottom:1px solid rgba(255, 255, 255, 0.4); padding-bottom:30px; padding-top:10px; margin-bottom:35px !important; }
#BigGame .search_form .textbox { border-top:none; padding-top:0px; }
#BigGame .search_btn { width:auto; text-align: center; }
#BigGame .search_form .btn { display: inline-block; float:none; min-width:170px; margin-top:0px; }
.content { padding:40px 0px; }
.flexslider ul.slides, .flexslider ul.slides li { list-style:none; }
.darkgray-color{ color: #444; }
.b_overlay{position:absolute;z-index:100000;left:0px;right:0px;bottom:15px;}
.b_overlay .mpi_price { border-radius:4px 4px 0px 4px;background-color: rgba(18, 34, 38, 0.9);padding:12px 10px 10px 10px;width:175px;height:44px;color:#fff;box-sizing:border-box;float:left;text-align: center}
.b_overlay .mpi_price .big { font-size:26px;font-weight:normal;}
.b_overlay .mpi_price .small{font-size:18px;color:#fff;font-weight:normal;}
.mpi_label{background-color:#ec5d17;color:#fff;padding:8px;font-size:16px;width:140px;font-family:"Roboto",sans-serif;border-radius:0px 4px 4px 0px;float:left; margin-top:5px; text-align: center;}

.flexslider .slides li,.flexslider .slides ul{padding:0px;margin:0px;list-style:none;}
.BannerSlider{ position: absolute; height:450px;left:0px;right:0px;top:52px;z-index:10;overflow:hidden;}
.BannerSlider .flexslider .slides li { display: block; float: left; width:710px; height:450px; background-position:center center; background-repeat:no-repeat; background-size:cover; }
.BannerSlider .flexslider .slides li img{width:100%;height:auto;overflow:hidden;}
.banner_with_slider .nav_bar > .container {position:relative;}
.banner_with_slider .logo{position:absolute;z-index:11;}
.banner_with_slider .sub_nav_bar{position:absolute;top:52px;left:0px;right:0px;margin-top:0px;}
.banner_with_slider .banner{min-height:450px; background-color:transparent; }
.BannerSlider .flex-control-nav.flex-control-paging{display:none}
.BannerSlider .flexslider{margin:0px !important;padding:0px !important;}
.dp_form{background-color:#eceff3;}
.dp_form > .container { position:relative;min-height:235px;box-sizing:border-box;padding:20px;}
.db_form_container{padding:10px;position:absolute;z-index:101;/*right:0px;*/left:auto;width:362px;/*height:300px;*/border-radius:4px;background-color:#ffffff;border:solid 1px #cfd6df;box-sizing:border-box;float:left;margin-top:-350px;/*margin-bottom:-50px;*/}
.info_icons{width:19.5%;display:inline-block;height:120px;text-align:center; min-width:100px;}
.info_icons img{display:block;margin:0px auto;clear:both;}
.info_icons > span { font-size:16px;line-height:20px;color:#4f6672;font-family: "Roboto",sans-serif;font-weight:bold;}
.dp_title{ border-bottom:1px solid #cfd6df; max-width:370px; margin-bottom:20px;float:left;}
.dp_title h3{color:#122326; font-size:24px;font-family:"Roboto",sans-serif;font-weight:bold;}
.dp_title p{color:#122326; font-size:16px;font-family:"Roboto",sans-serif;line-height:24px;}
.dp_link { display: block; float:right;font-family:"Roboto",sans-serif; font-size:16px;font-weight:bold;}
.dp_link img{display:block;float:left;margin-right:5px;margin-top:2px;}
.db_form_content{margin-right:360px;}
.roboto{font-family: "Roboto",sans-serif;}
.db_form_container > span {text-align:center;display:block;color:#687b95;font-weight:500;}
.db_form_container .input_box span{ font-size:14px; }
.db_form_container .input_box select{float: right;width:79%;margin-left:10px; border:none;padding:10px;height:35px;margin-top:3px;}
.db_form_container .input_box .input_container > span { text-align: left; }
.form_info_box { background-color:rgba(103, 123, 149, 0.08); padding:6px 15px; border-radius:4px;line-height:40px;margin-top:10px;color:#687a93;font-family:"Roboto",sans-serif; font-size:16px;font-weight:500; }
.db_form_container .btn-green{width:100%; margin-top: 10px; padding:7px 10px; display: block;}
.mapcontainer { width:65%;height:400px;float:left; }
.map_info { width:35%;height:400px;background-color: #eceff3;border-left: solid 1px rgba(0, 0, 0, 0.2); padding:80px 10px;color:#122326;font-size:16px;text-align:left;float:left;}
.icon_btn {font-family:"Roboto",sans-serif;font-size:16px;font-weight:bold;margin-bottom:10px; display:block; clear:both;}
.icon_btn img {display:block; float:left; margin-right:10px;}
.info_container {max-width:340px; margin:0px auto 0px 0px; }
.peratext { color:#122326; }
.img_circle_50,.img_circle_70,.img_circle_90 { background-color: #e4e4e4;background-repeat: no-repeat;background-size: cover;width: 70px;height: 70px;border-radius: 50%;margin: 0 auto}
.img_circle_50 {width: 50px;height: 50px;}
.img_circle_90 {width: 90px;height: 90px;}
.no_border{border-top:0px;}
.footer_cols_logo{padding-right:0px;}
.pt40{padding-top:40px;}
#formForResponsive{display:none;position:static;width:100%;border-width:0px 0px 1px 0px;margin:0px;}
.hidedesktop { display: none !important;}
.showdesktop { display: block !important;}
.dp_link.forMobile{display:none;margin-bottom:20px;}

.flexslider:hover .flex-direction-nav .flex-prev{left:10px;}
.flexslider:hover .flex-direction-nav .flex-next {right: 10px;}
#SendRequest{width:370px;margin-left:-185px;}
#SendRequest.custom-modal-small .modal-header h3{color:#fff;font-size:14px;font-weight:500;font-family:"Roboto",sans-serif;}


.input_with_label { border-radius:4px; border:1px solid #e0e0e0;background-color:#fff;margin-bottom:10px;}
.input_with_label label {display:block;float:left;width:27%;box-sizing:border-box;line-height:28px;padding:10px 0px 7px 10px;margin-bottom:0px;}
.input_with_label input[type='text'] {display:block;float:left;width:73%;box-sizing:border-box;border:none;line-height:28px;margin-bottom:0px;box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;padding:8px;}
.simple-style{box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;width:100%;display:block;clear:both; border:1px solid #e0e0e0;margin-bottom:20px;}

.result_left .map_properties .mpi_title {width: auto;}
.maps_footer{ border-top:1px solid #e0e0e0;padding:15px 30px 15px 15px; }
#MoreFilters{padding:20px 15px 15px 15px;border-top:1px solid #e0e0e0;display:none;}
.prop_type_selc > a{width:99px;height:99px;display:inline-block;margin:3px;background-position:top left;background-repeat:no-repeat}
.prop_type_selc a.prop_t_1{background-image: url(//content.harstatic.com/img/common/p_type_1_b.png)}
.prop_type_selc a.prop_t_2{background-image: url(//content.harstatic.com/img/common/p_type_2_b.png)}
.prop_type_selc a.prop_t_3{background-image: url(//content.harstatic.com/img/common/p_type_4_b.png)}
.prop_type_selc a.prop_t_4{background-image: url(//content.harstatic.com/img/common/p_type_3_b.png)}
.prop_type_selc a.prop_t_5{background-image: url(//content.harstatic.com/img/common/p_type_5_b.png)}
.prop_type_selc a.prop_t_6{background-image: url(//content.harstatic.com/img/common/p_type_6_b.png)}
.prop_type_selc a.prop_t_1.active,.prop_type_selc a.prop_t_2.active,.prop_type_selc a.prop_t_3.active,.prop_type_selc a.prop_t_4.active,.prop_type_selc a.prop_t_5.active,.prop_type_selc a.prop_t_6.active{background-position: top right}
.form_element{width:225px;float:left;}
.darkgray{color:#424242 !important;}
#similar .block-property{width:235px !important;}
#similar .block_footer{font-size:12px !important;}
#similar .tabcontent .text-center .btn.btn-primary {margin-top:40px;}
#ContactAgentBtn{display:none;}

.tar_search_form .visuallyhidden{display:none;}
.tar_search_form input[type="text"]{border-radius: 0;background-color: white;font-family: inherit;border: 1px solid #ccc;-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);color: rgba(0, 0, 0, 0.75);
display: block;font-size: 1em;margin: 0 0 1em 0;padding: 0.5em;height: 2.43333em;width: 100%;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;width:58%;float:left;margin-right:5px;}
.tar_search_form .button{background-color: #006b8a;color:#fff;font-size: 1.33333em;height: 36.5px;line-height: 36.5px;width: 45px;float: left;width:16%;border:none;display:block;max-width:40px;height:40px;}
.icon-search-btn{display:block;background:url(//www.har.com/resources/images/partners/search_icon.png) no-repeat center center;width:21px;height:21px;margin:0px auto;}
.tar_search_form .advance_search_btn{display:block;width:25%;float:left;color:#fff;text-decoration:none;font-weight:bold;font-size:0.86667em;padding-left:10px;padding-top:2px;line-height:1.4;}

.tar-search-form{max-width: 620px; color:#4d4d4d;padding:15px;border-style: none;border-width: 0;border-color: #e6e6e6;margin-bottom: 1.33333em;padding: 20px;background: white;border-radius: 5px;box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);-moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.4);}
.tar-search-form .header h2 { color:#4d4d4d;padding:0px;margin:0px 0px 15px 0px;}
.tar-form-container{/*width:75%;*/ float:left;/*border-right:1px solid rgba(255,255,255,0.2);*/}
.tar-logo-links{width:23%; float:right; text-align:center; }
.clearfix{clear:both;}
.tar_hll {padding-top:10px;text-align:left;}
.tar_hll > a { display:block;color:#4d4d4d; padding:5px;font-size:14px;font-weight:400;text-align:left; }
.har-logo{display: block;margin-top:5px; clear:both; text-align: center; }
.tarf-item input[type="text"]{width:100%;box-sizing:border-box;padding:8px 27px 8px 6px;font-size: 14px; margin-bottom:0px; line-height: 1;border:1px solid #ccc;border-radius: 0;-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;appearance: none;border-radius:0px;color:#4d4d4d;background:#ffffff; height:37px;}
.tar-search-form .custom_select{height:30px;width:100%;box-sizing:border-box;/*padding:8px 27px 8px 6px;*/font-size: 14px; margin-bottom:0px; line-height: 1;border:1px solid #ccc;border-radius: 0;-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;appearance: none;border-radius:0px;color:#4d4d4d;background:#ffffff url(//www.har.com/resources/images/icons/check-2.png) no-repeat right center;}
.tarf-item {width: 22%;font-size: 12px;margin-right: 10px;float: left;box-sizing: border-box;margin-bottom: 10px;}
.btn:hover, .btn:focus, .btn:hover, .btn:focus {background-color: #666;text-decoration: none;}
.btn,input[type="submit"] {border-style: none;border-width: 0;cursor: pointer;font-family: inherit;font-weight: bold;line-height: normal;margin: 0 0 1.33333em;position: relative;text-decoration: none;text-align: center;display: inline-block;padding-top: 0.66667em;
    padding-right: 1.33333em;padding-bottom: 0.73333em;padding-left: 1.33333em;font-size: 1em;background-color: #333;color: white;border-radius: 0;-webkit-border-radius: 0;}
.pt10{padding-top:10px;}

/* header css */
header {
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    /*margin-bottom: 20px;*/
    border-bottom: 2px solid #fff;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #252525;
    background-repeat: no-repeat;
    background-position: center top
}

#header-home {
    height: 500px
}

#header-top {
    padding: 15px 0;
    background: transparent;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#66000000', GradientType=0)
}

#header-bottom {
    background: transparent;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(7%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    height: 60px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%
}

.header-zip-form {
    margin-right: 5px
}

form.header {
    margin: 4px 0 0 0;
    float: right
}

form.header input {
    margin: 0
}

form.header .prefix.button,
form.header .postfix.button {
    margin: 0
}

form.header .prefix.button.search,
form.header .postfix.button.search {
    font-size: 1.33333em;
    height: 36.5px;
    line-height: 36.5px;
    width: 45px;
    float: left
}

form.header .prefix.button.search {
    margin-left: 5px
}

h2.h1 {
    font-size: 1.73333em
}

.contain-nav-to-grid {
    width: 100%;
    background: rgba(38, 38, 38, 0.9)
}

.contain-nav-to-grid #desktop-top-navigation {
    max-width: 64em;
    margin: 0 auto;
    margin-bottom: 0
}

.contain-nav-to-grid #desktop-top-navigation .top-nav-secondary {
    font-style: italic
}

#desktop-top-navigation {
    height: 50px;
    line-height: 1.2;
    position: relative;
    overflow: visible;
    width: auto;
    margin-bottom: 0
}

#desktop-top-navigation:before,
#desktop-top-navigation:after {
    content: " ";
    display: table
}

#desktop-top-navigation:after {
    clear: both
}

#desktop-top-navigation>ul {
    list-style: none;
    display: inline;
    height: auto;
    width: auto;
    font-size: 0.93333em;
    margin: 0;
    width: auto
}

#desktop-top-navigation>ul>li {
    float: left;
    margin-bottom: 0
}

#desktop-top-navigation>ul>li.zipform-help {
    position: absolute;
    top: -29px;
    color: #fff;
    font-size: .8em
}

#desktop-top-navigation>ul>li>a {
    width: auto;
    color: #fff;
    display: block;
    font-weight: bold;
    text-decoration: none
}

#desktop-top-navigation>ul>li>a:not(.button) {
    line-height: 1;
    margin: 12px 6.25px;
    padding: 8px 0px 0px 0px;
}

#desktop-top-navigation>ul>li>a:not(.button):hover,
#desktop-top-navigation>ul>li>a:not(.button):focus,
#desktop-top-navigation>ul>li>a:not(.button).active {
    border-bottom: 2px solid #006B8A
}

#desktop-top-navigation>ul>li>a:not(.button).open {
    background-color: #fff;
    color: #333;
    border-bottom: none;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 12px 6.25px 16px;
    margin: 5px 0 0 0
}

#desktop-top-navigation>ul>li.open>a:not(.button) {
    background-color: #fff;
    color: #333;
    border-bottom: none;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 12px 6.25px 16px;
    margin: 5px 0 0 0
}

#desktop-top-navigation>ul>.divider,
#desktop-top-navigation>ul>[role="separator"] {
    border-color: #403F3F;
    border-style: none solid;
    border-width: medium 1px;
    clear: none;
    height: 20px;
    margin-top: 15.015px;
    width: 0
}

#desktop-top-navigation ul li>a.button {
    background: none repeat scroll 0 0 #E0E4E9;
    color: #333;
    padding: 8px 16.6667px;
    position: relative;
    top: 7px;
    margin-bottom: 0
}

#desktop-top-navigation ul li>a.button:hover {
    background: #fefefe;
    color: #333
}

.button.mobile-header-button {
    background: none repeat scroll 0 0 #E0E4E9;
    color: #333;
    padding: 8px 16.6667px;
    position: relative;
    top: 7px;
    margin-bottom: 0
}

.button.mobile-header-button:hover {
    background: #fefefe;
    color: #333
}

.top-bar .name {
    position: relative
}

.top-bar .name .zipform-link {
    position: absolute;
    right: 100px
}

.top-bar .name .zipform-help {
    position: absolute;
    right: 192px;
    top: 18px;
    font-size: .8em
}

.top-bar .name .zipform-help a {
    color: #fff;
    text-decoration: none
}

.top-bar .name .zipform-help a:hover {
    text-decoration: underline
}

.top-logout-container {
    height: 50px;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 8px
}

#header-top .top-logout-container {
    height: 40px;
    padding-top: 0
}

.top-logout-background-container {
    background: none repeat scroll 0 0 rgba(38, 38, 38, 0.9);
    color: #FFF
}

.top-logout-welcome {
    color: #FFF;
    height: 40px;
    line-height: 2.3em
}

.top-logout-welcome p {
    display: inline-block;
    font-style: italic;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0 8px
}

.top-logout-button {
    height: 30px;
    padding-top: 5px
}

.top-logout-button a {
    height: 30px;
    margin-right: 5px;
    padding-top: 5px
}
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 64em;
    *zoom: 1;
}

.column, .columns {position: relative;padding-left: 0.66667em;padding-right: 0.66667em;float: left;}
*, *::before, *::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}
.custom_header .tar_search_form .button {height:34px;}
.header_resp_menu{display:none;float:right;}

.tar .result_left { top:0px;}
.tar #map_results{top:0px;}
.tar .BannerSlider{top:0px;}


#logo {
  background: url(https://www.chron.com/img/logo.svg) 0 0;
  background-repeat: no-repeat;
  width: 168px; height: 30px;
  margin: 15px 0px 0px 15px;
  border-right: 3px solid #babcbe;
  float: left;
}
#harlogo { float: left; }
#harlogo img { width:48px; margin-left: 15px;margin-top:5px; }
.logoWrap { margin-top: 5px; position: relative; z-index: 100; background-color: #fff; height:65px;border-bottom:1px solid #e0e0e0;margin-bottom:0px; }
#ApplyFilters { display: inline-block; }
.mpi_wrapper { min-height: 108px; }
.map_prop_item.highlight { background-color: #ffc; }
.prop_type_selc a.active { background-position: top right; }

.mh_left{width:55%;float:left;box-sizing:border-box;}
.mapresult_header a {font-family: "effra",sans-serif;font-weight: 500;padding-right: 10px;}
.mapresult_header .btn-primary {padding: 0 12px;font-weight: normal;font-size: 14px;margin-right: 10px;margin-bottom:0px;background-color: }
#Counter {text-transform: uppercase;}
.mapresult_header {background-color: #fff;height: 48px;box-shadow: 0 1px 0 0 rgba(54, 76, 89, 0.25);line-height: 48px;padding: 0px 10px;}
/* TAR section */
.tar .results_container{ top:49px; }
.tar-search-form{
  color:#000;
  padding:15px;
  font-family: sans-serif;
}
.tar-search-form .header h2 { padding:0px;margin:0px 0px 15px 0px; }
.tar-form-container { /*width:70%;*/ float:left;/*border-right:1px solid rgba(0,0,0,0.2);*/ }
.tar-logo-links { width:25%; float:right; text-align:center; }
.tff-item input[type="text"] { width:100%;box-sizing:border-box;padding:8px 27px 8px 6px;font-size: 14px; margin-bottom:0px; line-height: 1;border:1px solid #ccc;border-radius: 0;-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;appearance: none;border-radius:0px;color:#757575;background:#ffffff; height:37px; }
.tff-item { color:#fff;width:22%;font-size:12px;margin-right:10px;float:left;box-sizing:border-box;margin-bottom:10px; }
.widget_input {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 27px 10px 6px; font-size: 14px;
  margin-bottom:0px;
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0px;
  color: #757575;
  background: #ffffff;
  max-height: 33px;
  overflow: hidden;
}
.widget_select{
  width: 100%;
  box-sizing: border-box;
  padding: 6px 27px 8px 6px;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0px;
  color: #757575;
  background: #ffffff url(//www.har.com/resources/images/icons/check-2.png) no-repeat right center;
  max-height: 33px;
}
.tar-search-form .btn.btn-green, .tar-search-form .btn {
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 8px; font-size: 14px;
  line-height: 26px; text-align: center;
  color: #fff;
  font-weight: bold;
}
.btn-green, .btn-green:hover {background-color: #00DB5D; color:#fff; }
.tar-search-form .white_links { font-size: 14px; text-decoration: underline; color:#000 !important; padding: 0px; display: inline-block; white-space: nowrap; }
#location1.widget_input{ height: 30px; padding: 0px 10px; }
.tar-search-form .har-fc-form .tff-item .white_links { margin-top: 10px !important; }
.col50 { float: left; width: 50%; }
.col50 .tff-item.full-width { width: 100%; padding-right: 10px; }
.col50 .tff-item { width: 50%; padding-right: 10px; margin-right: 0px; }
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  .tff-item { width: 46%; }
  .col50 { width: 100%; }
  .col50 .tff-item { width: 100%; }
}
/* END TAR section */
/* Typeahead CSS */
.typeahead .badge, .typeahead .label {
    background-color: #999;
    color: #fff;
    display: inline-block;
    font-size: 11.84px;
    font-weight:400;
    line-height: 14px;
    padding: 5px 7px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
    border-radius:3px;
    margin-right:10px;
}
.typeahead.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.typeahead {
    border-radius: 4px;
    margin-top: 2px;
    z-index: 1051;
}
.typeahead.dropdown-menu {
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    min-width: 210px;
    padding: 5px 0;
    text-align: left;
}

.typeahead.dropdown-menu {
    margin-left: 3px;
    margin-top: 0;
}
.typeahead.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
}
.typeahead.dropdown-menu li ul li a, .typeahead.dropdown-menu > li > a, .typeahead.dropdown-submenu:hover > ul > li > a {
    color: #666;
    padding: 8px 20px;
}
.typeahead li {
    line-height: 20px;
}
.tlabel_City { background-color: #DC0086 !important; }
.tlabel_Zip_Code { background-color: #E18F00 !important;  }
.tlabel_ZipCode { background-color: #E18F00 !important;  }
.tlabel_School { background-color: #DFB200 !important; }
.tlabel_CharterSchool { background-color: #F9C700 !important; color: #424242 !important; }
.tlabel_Management_Name { background-color: #DBB400 !important; }
.tlabel_County { background-color: #0B50D2 !important; }
.tlabel_Subdivision { background-color: #DFB200 !important; }
.tlabel_MarketArea { background-color: #D6353D !important; }
.tlabel_Neighborhood { background-color: #69C200 !important; }
.tlabel_Street { background-color: #00c453 !important;}
.tlabel_StreetAddress { background-color: #00C453 !important;}
.tlabel_Address { background-color: #00C453 !important;}
.tlabel_District { background-color: #336600 !important; }
.tlabel_Apartment_Name { background-color: #7006A0 !important; }
.tlabel_Apartment_MLS { background-color: #7006A0 !important; }
.tlabel_Course { background-color: #7006A0 !important; }
.tlabel_Highrise { background-color: #9B51BD !important; }
.tlabel_Community { background-color: #00C453 !important; }
.typeahead .badge, .typeahead .label {
    background-color: #999;
    color: #fff;
    display: inline-block;
    font-size: 11.84px;
    font-weight:400;
    line-height: 14px;
    padding: 5px 7px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
    border-radius:3px;
    margin-right:10px;
}
.typeahead.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.typeahead {
    border-radius: 4px;
    margin-top: 2px;
    z-index: 1051;
}
.typeahead.dropdown-menu {
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    min-width: 210px;
    padding: 5px 0;
    text-align: left;
}

.typeahead.dropdown-menu {
    margin-left: 3px;
    margin-top: 0;
}
.typeahead.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
}
.typeahead.dropdown-menu li ul li a, .typeahead.dropdown-menu > li > a, .typeahead.dropdown-submenu:hover > ul > li > a {
    color: #666;
    padding: 8px 20px;
}
.typeahead li {
    line-height: 20px;
}
.typeahead p{padding:0px;margin:0px;}
/* End typeahead section */
.capitalize { text-transform: capitalize; }

input[type="text"]{box-shadow:inherit !important;}

.gridView .gall_fs_cntr {display: block !important;}

/* responsive sections */
@media only screen and (max-width:800px) {
  .info_icons { display:block; float: left; width:33%;}
  .BannerSlider{height:370px;}
}

@media only screen and (max-width:950px) {
  .rc_col1 { padding-right:10px;}
  .rc_col2 { padding-left:0px; }
}/*@media only screen and (max-width:800px) {*/

@media only screen and (max-width:880px) {
  #desktop-top-navigation .left{display:none;}
  .header_resp_menu{display:block;padding:10px;color:#fff;text-decoration:none;}
  .display_resp{display:none;}
  .responsive_menu #desktop-top-navigation .left{display:block;width: 100%;height: auto;display: block;background: #252525;font-size: 15px;margin: 0;}
  .responsive_menu #desktop-top-navigation > ul > li {display:block;clear:both;width:100%;background: #252525;color:#fff;}
  .responsive_menu li.divider{display:none !important;}
}

@media only screen and (max-width:840px) {
  .rc_col2,.rc_col1 { width: auto; float: none; clear: both; padding-bottom:30px; } 
  .leftnav { width:40%;}.rightcontent{width:60%; }
  /*.BannerSlider .flexslider .slides li {width:510px !important; height:360px !important;}*/
  .BannerSlider .flexslider .slides li {height:360px !important;}
  .banner_with_slider .banner{min-height:360px;}
  .tar #map_results{top:0px;}
  .tar_search_form{display:none;}
  #header-top{padding:5px 0px;}
  #desktop-top-navigation{height:auto;}
  #desktop-top-navigation ul li > a.button{top:0px;}
  .tar .BannerSlider{top:0px;}
  .tar .result_left {top:0px;}
  .tar .results_container{top:49px;}
  .tar.banner_with_slider .banner{min-height:460px;}
}/*@media only screen and (max-width:800px) {*/

@media only screen and (max-width:767px) {
  .mobile_header{position: absolute;top:83px;padding:5px;left:0px;right:0px;}
  .tar #map_results{top:0px;}
  .db_form_content{margin-right:0px;}
  .tar .mobile_header{top:0px;}
  .tar .result_left{top:0px;}
  .tar #main-logo{width:300px;}  
  #contactDiv.db_form_container{position:static;float:none;clear:both;width:100%;margin-top:30px;border:none;}
  #contactDiv .box_simple{float:none;}
  .mapcontainer{width:100%;float:none;clear:both;height:300px;}
  .mapcontainer #google_map{height:300px !important;}
  .map_info{float:none;width:100%;padding-top:30px;height:auto;}
}

@media only screen and (max-width:620px) {
	.tar-form-container{width:100%;clear:both;float:none;}
	.tar-logo-links{width:100%;clear:both;float:none;}
	.tar_hll{padding-top:0px;}
	.tar_hll > a{display:inline-block;padding:0px 20px 5px 0px;}
	.tarf-item{width:30%;}	
	.maps_footer{ border-top:1px solid #e0e0e0;padding:15px 15px 120px 15px; }
}

@media only screen and (max-width:550px) {
  .rightcontent,.leftnav { width:auto; float: none}
  .leftnav { display: none; }
  .addlisting { width:90px; }
  .title_right_btn { padding:4px; line-height:normal; }
  .pagetitle_block { width:auto; padding-top:0px; padding-bottom: 10px;} .page_title { font-size: 16px; } .sub_title{ font-size: 12px;}
  #EditForm .col40.pr20 { padding-right:0px !important;}
  #EditForm .col20.pl10 { padding-left:0px !important; }
  #addListingContainer { width:300px; }
  .mobile_header { display: block; }
  .result_left { max-width:550px; width:100%; background-color:#fff; }
  .map_searchform { display: none; }
  .map_properties { top:100px; }
  #map_results { display: none; }
  .displayMap#map_results { left:0px; }
  .display_form .map_searchform { display:block; margin-top:70px; }
  .display_form .map_properties { display: none; }
  .emprty_container { top:190px; background: url(../../images/big_game/big_game_bg_mobile.jpg) no-repeat center top; background-size:cover; }
  .empty_info { font-size:20px; text-align: center; line-height:24px; margin-top:120px; width:80%; }
  #BigGame.banner h1 { font-size:24px;}
  #BigGame .b_search{padding-top:20px;}
  #BigGame .sub_heading { padding-bottom:10px; margin-bottom:0px !important; }
  #BigGame .search_form { border:none; }
  #BigGame.banner .custom_select { margin-bottom:20px; }
  #BigGame .input_box input[type="text"]{width:69% !important;}
  #ApplyFilters,#ShowFilters { display:block; margin:10px 0px 20px 0px; } /* Added ShowFilters here to align show filters button on mobile */
  .rightcontent { padding:10px;border-left:0px;}
  .content{padding-top:10px;}
  #EditForm .input-block-level.mb20{margin-bottom:0px !important;}
  .details_res_title{display:block;}
  /*.BannerSlider .flexslider .slides li {width:330px !important; height:260px !important; }*/
  .BannerSlider .flexslider .slides li {height:260px !important; }
  .banner_with_slider .banner{min-height:260px;}
  
  .hidedesktop { display:block !important;}
  .showdesktop { display: none !important;}
  .info_icons { display:block; float:none; width:100%;text-align:left;height:auto;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #cfd6df;}
  .info_icons img{display: block;float:left; margin-right:20px;}
  .info_icons span{display: block;}
  .info_icons span br{display:none;}
  .BannerSlider{height:auto;}
  .dp_link{display:none;}
  .dp_link.forMobile{display:block;float:none;clear:both;}
  .db_form_container{ margin-top:0px !important;}
  
  .dp_link.forMobile{display:inline-blocl;margin-right:20px;float: left;clear:none;}
  
  .map_prop_item { width:100%; clear: both; float:none; }
  
  
  .dp_title{clear:both;float: none;}
  
  #ContactAgentBtn{display:block;position:absolute;position:fixed;z-index: 10000;left:0px; right:0px; bottom:0px; top:auto;border-radius:0px;padding:10px;margin:0px;}
  .db_form_container{width:100%;}
  
  .tarf-item{width:46%;}
  #AgentSchools .desciptiontable.table{border:1px solid #E0E0E0 !important;margin-top:10px;}
  #AgentSchools table tr td,#AgentSchools table tr th{border-right:1px solid #E0E0E0 !important;font-size:12px;padding:8px 2px !important;}
  .tar.banner_with_slider .banner{min-height:260px;}
}/*@media only screen and (max-width:800px) {*/




/* map results responsive */
@media only screen and (max-width:1530px) {
	.mpi_info{line-height:16px;min-height:55px;font-size:12px;padding-top:6px;}
}

@media only screen and (max-width:1250px) {
	#map_results { left:60%; }
	.result_left { width:60%; }
	.mh_left{width:60%;}
	.mh_right{width:40%;}
	.map_prop_item{width:50%;}
	.mpi_info{line-height:16px;font-size:12px;min-height:55px;padding-top:6px;}
}

@media only screen and (max-width:1100px) {
	.tar .db_form_container{width:auto;}
}

@media only screen and (max-width:950px) {
	.rc_col1 { padding-right:10px;}
	.rc_col2 { padding-left:0px; }
	.checkbox_option{padding-left:5px;}	
	.result_left .map_properties .map_prop_item .mpi_title{float:none;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
	.tar .db_form_container .img_circle_90{width:60px; height:60px;}
	.tar .db_form_container #email_firstname,.tar .db_form_container #email_lastname{width:100% !important;}
}/*@media only screen and (max-width:800px) {*/


@media only screen and (max-width:840px) {
	.frm_label{float:none;clear:both;line-height:30px;}
	.frm_input{padding-left:0px;}
	.prop_type_selc a{width:33%;margin-bottom:10px; max-width:none;}
	.prop_type_selc a.prop_t_5{border-radius:0px 4px 4px 0px;}
	.prop_type_selc a.prop_t_3{border-radius:4px 0px 0px 4px;}
	.checkbox_list .col50,
	.checkbox_list .col50{width:100%;clear:both;padding-left:0px;}
}/*@media only screen and (max-width:800px) {*/

@media only screen and (max-width:800px) {
	#LayersOverlay .col30{width:100%;float:none;clear:both;}
}


@media only screen and (max-width:760px) {

	/* make full width map and prop */
	#map_results { left:0px;display:block; }
	.result_left { width:100%; }
	.mh_left{width:100%;}
	.mh_right{width:100%;border:none;padding:0px;}
	.mh_left{display:none;}
	.properties_cntr{display:none;}
	#TiggerListFull,#TiggerMapView{display:inline-block;}
	.form_footer{padding:5px;}
	
}
@media only screen and (max-width:676px) {
	.col50.pl5,.col50.pr5{padding-left:0px;padding-right:0px;}

}
@media only screen and (max-width:500px) {
	.map_prop_item{width:100%;}
	#TiggerList,#Counter{display: none;}
	.mapresult_header{padding:0px 3px;}
	#TiggerListFull, #TiggerMapView{margin-right:3px;padding-right:5px;}
}/*@media only screen and (max-width:800px) {*/
@media only screen and (max-width:350px) {
	.mapresult_header a { padding-right:5px; font-size:13px;}
	#TiggerListFull, #TiggerMapView{margin-right:3px;padding-right:5px;}
}/*@media only screen and (max-width:800px) {*/



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
   .widget_select{padding:6px 5px 8px 6px;}
   #search_form .map_cols50 input[type="text"]{height:42px;border-radius:0px;}
}